Attributes Summary |
requestTimeout : int | Specifies the number of seconds to wait before timing out on a request message.
|
requestRetriesCount : int | Specifies the number of times that the ORB attempts to send a request if a server fails.
|
requestRetriesDelay : int | Specifies the number of milliseconds between request retries.
|
connectionCacheMaximum : int | Specifies the largest number of connections allowed to occupy the connection cache for the service.
|
connectionCacheMinimum : int | Specifies the smallest number of connections allowed to occupy the connection cache for the service.
|
commTraceEnabled : boolean | Enables the tracing of ORB GIOP messages.
|
locateRequestTimeout : int | Specifies the number of seconds to wait before timing out on a LocateRequest message.
|
forceTunnel : String | Controls how the client ORB attempts to use HTTP tunneling.
|
tunnelAgentURL : String | Specifies the URL of the servlet used to support HTTP tunneling.
|
noLocalCopies : boolean | When enabled, this specifies that the ORB is to pass parameters by reference instead of by value, which bypasses a copy operation.
|
interceptors : Interceptor
*
| List of interceptors the ORB will invoke during every IIOP request.
|
plugins : ORBPlugin
*
| List of plugins the ORB will invoke during ORB initialization.
|
lsdConnection : LSDConnection | A reference to the Location Service Daemon, used by the ORB when necessary to resolve indirect IORs.
|
threadPool : ThreadPool | Thread pool settings for the orb.
|