Package | Description |
---|---|
com.ibm.tivoli.nm.collectors.framework.corba.executor |
Interface and factory for the CORBA Executor
|
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.ior |
Interface and factory for the CORBA Interoperable Object References Processor
|
com.ibm.tivoli.nm.collectors.framework.corba.iterator |
Interface and factory for the CORBA Iterator
|
com.ibm.tivoli.nm.collectors.framework.corba.nameservice |
Interface and factory for the CORBA Name Service Manager
|
com.ibm.tivoli.nm.collectors.framework.corba.orb |
Interface and factory for the CORBA ORB Manager
|
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 | Method and Description |
---|---|
CorbaExecutor |
CorbaExecutorFactory.createCorbaExecutor(java.lang.String strType)
Creates a CorbaExecutor instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
Corba3GPPSession.connect() |
java.util.List<org.c3gpp.corba.gencode.FileTransferIRPConstDefs.FileInfoType> |
Corba3GPPProvider.list_available_files(short srtDataType,
java.util.Date startDate,
java.util.Date endDate)
Lists information on all available files
|
org.omg.CORBA.Object |
Corba3GPPIorProcessor.processIorFile(org.omg.CORBA.ORB orb,
java.lang.String strFile)
Processes an IOR file
|
void |
Corba3GPPProvider.startCorbaSession() |
Modifier and Type | Method and Description |
---|---|
boolean |
TMF814CorbaSession.connect() |
java.util.List<java.lang.Object> |
TMF814CorbaExecutor.execute(org.omg.CORBA.Object object,
java.lang.String methodName,
java.lang.Object[] args,
int list_pos)
Executes a CORBA method and returns a List with results extracted from
the listHolder object
|
TMF814CorbaIterator |
TMF814CorbaExecutor.execute(org.omg.CORBA.Object object,
java.lang.String methodName,
java.lang.Object[] args,
int list_pos,
int ite_pos,
int intResultSize,
boolean blnDestroyIterator)
Executes a CORBA method and returns a CORBAIterator instance
|
TMF814CorbaIterator |
TMF814CorbaProvider.getAllEquipment(org.tmf.corba.gencode.globaldefs.NameAndStringValue_T[] meName,
int intResultSize,
boolean blnDestroyIterator)
Invokes the getAllEquipment() CORBA method on the target EMS
|
TMF814CorbaIterator |
TMF814CorbaProvider.getAllManagedElements(int intResultSize,
boolean blnDestroyIterator)
Invokes the getAllManagedElements() CORBA method on the target EMS
|
TMF814CorbaIterator |
TMF814CorbaProvider.getAllPTPs(org.tmf.corba.gencode.globaldefs.NameAndStringValue_T[] meName,
int intResultSize,
boolean blnDestroyIterator)
Invokes the getAllPTPs() method
|
TMF814CorbaIterator |
TMF814CorbaProvider.getAllTopLevelTopologicalLinks(int intResultSize,
boolean blnDestroyIterator)
Invokes the getAllTopLevelTopologicalLinks() CORBA method
|
TMF814CorbaIterator |
TMF814CorbaProvider.getAllTopologicalLinks(org.tmf.corba.gencode.globaldefs.NameAndStringValue_T[] subnetName,
int intResultSize,
boolean blnDestroyIterator)
Invokes the getAllTopologicalLinks() CORBA method
|
TMF814CorbaIterator |
TMF814CorbaProvider.getContainedInUseTPs(org.tmf.corba.gencode.globaldefs.NameAndStringValue_T[] ptpName,
int intResultSize,
boolean blnDestroyIterator)
Invokes the getContainedInUseTPs() method on the target EMS
|
TMF814CorbaIterator |
TMF814CorbaProvider.getContainedPotentialTPs(org.tmf.corba.gencode.globaldefs.NameAndStringValue_T[] ptpName,
int intResultSize,
boolean blnDestroyIterator)
Invokes the getContainedPotentialTPs() method on the target EMS
|
java.util.List<java.lang.Object> |
TMF814CorbaProvider.getContainingSubnetworkNames(org.tmf.corba.gencode.globaldefs.NameAndStringValue_T[] neName)
Invokes the getAllTopLevelSubNetworks() method on the target EMS
|
org.omg.CORBA.Object |
TMF814CorbaSession.getEmsSessionFactory()
Returns the EmsSessionFactory object reference
|
java.util.ArrayList<org.omg.CORBA.portable.IDLEntity> |
TMF814CorbaProvider.getManagedElement(org.tmf.corba.gencode.globaldefs.NameAndStringValue_T[] meName)
Invokes the getManagedElement() CORBA method on the target EMS
|
org.tmf.corba.gencode.common.Common_I |
TMF814CorbaSession.getManager(java.lang.String strManager)
Returns object reference to a Manager interface
|
org.omg.CosNaming.NamingContextExt |
TMF814CorbaNameServiceManager.getRootNamingContext(org.omg.CORBA.ORB orb,
java.lang.String strNsIorFile) |
void |
TMF814CorbaIterator.init()
Initialises this class.
|
org.omg.CORBA.Object |
TMF814CorbaIorProcessor.processIorFile(org.omg.CORBA.ORB orb,
java.lang.String strFile)
Processes an IOR file
|
void |
TMF814CorbaProvider.startCorbaSession() |
Constructor and Description |
---|
TMF814CorbaProvider(CorbaSession session,
CorbaExecutor executor,
CorbaProperties props)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CorbaIorProcessor |
CorbaIorProcessorFactory.createCorbaIorProcessor(java.lang.String strType)
Creates a CorbaIorProcessor instance
|
Modifier and Type | Method and Description |
---|---|
CorbaIterator |
CorbaIteratorFactory.createCorbaIterator(java.lang.String strType,
java.lang.Object[] context,
int intResultSize,
boolean blnDestroyIterator)
Creates a CORBAIterator instance
|
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 |
---|---|
CorbaOrbManager |
CorbaOrbManagerFactory.createCorbaOrbManager(java.lang.String strType)
Creates a CorbaOrbManager instance
|
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
|