Public Member Functions | |
JconttestUtil (ContainerServices containerServices) | |
int | getSystemLevelOrbTimeoutMillis () throws AcsJCouldntPerformActionEx |
double | getContainerLevelOrbTimeout (String containerName) throws AcsJContainerServicesEx |
Private Attributes | |
final ContainerServices | containerServices |
final AcsLogger | logger |
Static Private Attributes | |
final String | PROPERTYNAME_CLIENTORBTIMEOUT = "jacorb.connection.client.pending_reply_timeout" |
|
|
|
Reads the Container.Timeout field from the CDB. Note that the default (currently defined in Container.xsd) will be returned if the container config does not override that Timeout. |
|
We get the timeout property value from the ORB configuration. System-level timeout defaults are not standardized in Corba, thus we need jacorb-specific access.
|
|
|
|
|
|
|