Modifier and Type | Class and Description |
---|---|
class |
BiDirConnectionInitializer |
Modifier and Type | Class and Description |
---|---|
class |
IORInterceptorInitializer
This class initializes the default IOR interceptors
used by JacORB.
|
Modifier and Type | Class and Description |
---|---|
class |
GSSUPProviderInitializer
This initializes the SAS Client Security Service (CSS) Interceptor
|
class |
SASInitializer
This initializes the SAS Target Security Service (TSS) Interceptor
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityServiceInitializer |
Modifier and Type | Class and Description |
---|---|
class |
TransactionInitializer
This class registers the ClientContextTransferInterceptor
and the ServerContextTransferInterceptor with the ORB.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransportCurrentInitializer
An instance of this class plugs-in the ORB initialization mechanism to make
sure the infrastructure the Transport Current feature is using, is properly
initialized.
|
class |
IIOPTransportCurrentInitializer
An instance of this class plugs-in the ORB initialization mechanism to make
sure the infrastructure the IIOP-specific Transport Current needs, is
properly initialized.
|
class |
TransportCurrentInitializer
An instance of this class plugs-in the ORB initialization mechanism to make
sure the infrastructure the Transport Current feature is using, is properly
initialized.
|
Modifier and Type | Class and Description |
---|---|
class |
TraceInitializer
This class registers the trace interceptors
|
Modifier and Type | Field and Description |
---|---|
ORBInitializer |
ORBInitializerHolder.value |
Modifier and Type | Method and Description |
---|---|
static ORBInitializer |
ORBInitializerHelper.extract(Any any) |
static ORBInitializer |
ORBInitializerHelper.narrow(Object obj) |
static ORBInitializer |
ORBInitializerHelper.read(InputStream in) |
static ORBInitializer |
ORBInitializerHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ORBInitializerHelper.insert(Any any,
ORBInitializer s) |
static void |
ORBInitializerHelper.write(OutputStream _out,
ORBInitializer s) |
Constructor and Description |
---|
ORBInitializerHolder(ORBInitializer initial) |
Copyright © 2016 JacORB. All rights reserved.