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.properties |
Interface and factory for the CORBA Properties
|
com.ibm.tivoli.nm.collectors.framework.corba.provider |
Interface and factory for the CORBA Provider
|
com.ibm.tivoli.nm.collectors.framework.corba.session |
Interface and factory for the CORBA Session
|
Modifier and Type | Class and Description |
---|---|
class |
Corba3GPPProperties
CORBA 3GPP v2.5 implementation of CorbaProperties
|
Constructor and Description |
---|
Corba3GPPSession(CorbaOrbManager _corbaOrb,
CorbaIorProcessor _corbaIor,
CorbaProperties _corbaProp)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TMF814CorbaProperties
TMF814 v2.1 implementation of the CORBA Properties
|
Constructor and Description |
---|
TMF814CorbaProvider(CorbaSession session,
CorbaExecutor executor,
CorbaProperties props)
Constructor
|
TMF814CorbaSession(CorbaOrbManager corbaOrb,
CorbaNameServiceManager corbaName,
CorbaIorProcessor corbaIor,
CorbaProperties corbaProp)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CorbaProperties |
CorbaPropertiesFactory.createCorbaProperties(java.lang.String strType,
java.util.Properties propsFile)
Creates a CorbaProperties instance
|
Modifier and Type | Method and Description |
---|---|
CorbaProvider |
CorbaProviderFactory.createCorbaProvider(java.lang.String strType,
CorbaProperties corbaProp)
Creates a CorbaProvider 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
|