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.orb |
Interface and factory for the CORBA ORB Manager
|
com.ibm.tivoli.nm.collectors.framework.corba.session |
Interface and factory for the CORBA Session
|
Modifier and Type | Class and Description |
---|---|
class |
Corba3GPPOrbManager
CORBA 3GPP v2.5 implementation of the Corba ORB Manager
|
Constructor and Description |
---|
Corba3GPPSession(CorbaOrbManager _corbaOrb,
CorbaIorProcessor _corbaIor,
CorbaProperties _corbaProp)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TMF814CorbaOrbManager
TMF814 v2.1 implementation of the CORBA ORB Manager
|
Constructor and Description |
---|
TMF814CorbaSession(CorbaOrbManager corbaOrb,
CorbaNameServiceManager corbaName,
CorbaIorProcessor corbaIor,
CorbaProperties corbaProp)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CorbaOrbManager |
CorbaOrbManagerFactory.createCorbaOrbManager(java.lang.String strType)
Creates a CorbaOrbManager 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
|