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.session |
Interface and factory for the CORBA Session
|
Modifier and Type | Class and Description |
---|---|
class |
Corba3GPPSession
CORBA 3GPP v2.5 implementation of CorbaSession
|
Constructor and Description |
---|
Corba3GPPProvider(CorbaSession _session)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TMF814CorbaSession
TMF814 v2.1 implementation of the CORBA Session
|
Constructor and Description |
---|
TMF814CorbaProvider(CorbaSession session,
CorbaExecutor executor,
CorbaProperties props)
Constructor
|
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
|