| 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
|
| com.ibm.tivoli.nm.collectors.impl.ecilightsoft | |
| com.ibm.tivoli.nm.collectors.impl.huaweicorbatmf814 |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
CorbaProperties |
CorbaPropertiesFactory.createCorbaProperties(java.lang.String strType,
java.util.Properties propsFile)
Deprecated.
Creates a CorbaProperties instance
|
| Modifier and Type | Method and Description |
|---|---|
CorbaProvider |
CorbaProviderFactory.createCorbaProvider(java.lang.String strType,
CorbaProperties corbaProp)
Deprecated.
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)
Deprecated.
Creates a CorbaSession instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
EciLightsoftProperties |
| Modifier and Type | Class and Description |
|---|---|
class |
HuaweiCorbaTMF814Properties
Huawei CORBA TMF814 Properties extension of HuaweiTMF814CorbaProperties
|