Package | Description |
---|---|
com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp |
Classes providing functionality to support the 3GPP v2.5 CORBA implementation.
|
com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814 |
Classes providing functionality to support the TMF814 v2.1 CORBA implementation.
|
com.ibm.tivoli.nm.collectors.framework.corba.ior |
Interface and factory for the CORBA Interoperable Object References Processor
|
com.ibm.tivoli.nm.collectors.framework.corba.nameservice |
Interface and factory for the CORBA Name Service Manager
|
com.ibm.tivoli.nm.collectors.framework.corba.session |
Interface and factory for the CORBA Session
|
Modifier and Type | Class and Description |
---|---|
class |
Corba3GPPIorProcessor
CORBA 3GPP v2.5 implementation of the Corba IOR Processor
|
Constructor and Description |
---|
Corba3GPPSession(CorbaOrbManager _corbaOrb,
CorbaIorProcessor _corbaIor,
CorbaProperties _corbaProp)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TMF814CorbaIorProcessor
TMF814 v2.1 implementation of the CORBA IOR Processor
|
Constructor and Description |
---|
TMF814CorbaNameServiceManager(CorbaIorProcessor _corbaIor)
Constructor
|
TMF814CorbaSession(CorbaOrbManager corbaOrb,
CorbaNameServiceManager corbaName,
CorbaIorProcessor corbaIor,
CorbaProperties corbaProp)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CorbaIorProcessor |
CorbaIorProcessorFactory.createCorbaIorProcessor(java.lang.String strType)
Creates a CorbaIorProcessor instance
|
Modifier and Type | Method and Description |
---|---|
CorbaNameServiceManager |
CorbaNameServiceManagerFactory.createCorbaNameServiceManager(java.lang.String strType,
CorbaIorProcessor corbaIor)
Creates a new CorbaNameServiceManager instance
|
Modifier and Type | Method and Description |
---|---|
CorbaSession |
CorbaSessionFactory.createCorbaSession(java.lang.String strType,
CorbaOrbManager corbaOrb,
CorbaNameServiceManager corbaName,
CorbaIorProcessor corbaIor,
CorbaProperties corbaProp)
Creates a CorbaSession instance
|