Package | Description |
---|---|
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.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 |
TMF814CorbaNameServiceManager
TMF814 v2.1 implementation of the CORBA Name Service Manager
|
Constructor and Description |
---|
TMF814CorbaSession(CorbaOrbManager corbaOrb,
CorbaNameServiceManager corbaName,
CorbaIorProcessor corbaIor,
CorbaProperties corbaProp)
Constructor
|
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
|