- generateRANEntityName(String, String...) - Static method in class com.ibm.tivoli.nm.collectors.framework.store.RANDataStore
-
Generate a name for a RAN entity constructed of the type of the entity (e.g.
- GEO_LOCATION_ALTITUDE - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location altitude attribute
- GEO_LOCATION_ALTITUDE_UNITS - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location altitude units attribute
- GEO_LOCATION_LATITUDE - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location latitude attribute
- GEO_LOCATION_LONGITUDE - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location longitude attribute
- GEO_LOCATION_NAME - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location name (location name) attribute
- GEO_LOCATION_NAME_XML_TAG - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location name XML tag name
- GEO_LOCATION_REGION_NAME - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location region name attribute
- GEO_LOCATION_REGION_NAME_XML_TAG - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location region name XML tag name
- GEO_LOCATION_TAG - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location XML tag name
- GEO_LOCATION_TIMEZONE - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
Geographical location timezone attribute
- GET_RAN_DATA_TAG - Static variable in class com.ibm.tivoli.nm.collectors.framework.collector.CollectorConstants
-
XML tag name for the GetRanData XML-RPC call - GetRanData
- getAddressSpace() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the address space for this device
- getAllEquipment(NameAndStringValue_T[], int, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getAllEquipment() CORBA method on the target EMS
- getAllManagedElements(int, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getAllManagedElements() CORBA method on the target EMS
- getAllPTPs(NameAndStringValue_T[], int, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getAllPTPs() method
- getAllTopLevelTopologicalLinks(int, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getAllTopLevelTopologicalLinks() CORBA method
- getAllTopologicalLinks(NameAndStringValue_T[], int, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getAllTopologicalLinks() CORBA method
- getAntennaListItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEeUtranSector
-
Gets an iterator to the antenna list
- getAntennaVecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEENBFunction
-
Get an iterator to the antenna vector
- GetAssociatedAddresses(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
The Collector implementation of GetAssociatedAddresses() is responsible for gathering and returning all IP
addresses configured on a given device id and data source.
- GetAssociatedAddresses(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetAssociatedAddresses method
- getAssociatedAddresses(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Responsible for gathering and returning all IP addresses configured on a
given device id and data source.
- getAssociatedAddresses(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get associatedAddress for a given deviceId in numeric and dataSourceId
- getAssociatedAddresses(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls getAssociatedAddresses
using deviceId in numeric and dataSourceId in numeric
- getAssociatedAddresses(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getAssociatedAddresses() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Returns a map of all associated addresses for the device by interface
- GetAssociatedAddresses(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE associated addresses for a given data source and device ID
- getAttributes() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEFunction
-
Get the attributes data object
- getAttributes() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTELogicalElement
-
- getAttributesXML() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTENetworkDevice
-
Returns the attributes of the device in xml format
- getBaseName() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the base name for this device
- getChassisType() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTENetworkDevice
-
Provides the chassis type (ENB, MME, SGW, PGW, HSS, PCRF, EIR)
- getCollectorAttribute(String) - Static method in class com.ibm.tivoli.nm.collectors.framework.utils.CollectorPropertyUtils
-
Get the collector attribute name from a property name in the file.
- getCollectorDescription() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getCollectorName() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getCommandLineArgument(String, String[]) - Static method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Extract a given command line argument from command line arguments passed to the collector
- getConfiguredAddresses() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
- getConnectionItr(LTEFunction.eConnectionType) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEFunction
-
Get an iterator to the connection list
- GetConnections(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetConnections() is responsible for gathering and returning
all resolved connection information for the supplied topology type and supplied device and data source.
- GetConnections(int, int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetConnections method
- getConnections(int, String, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning all resolved
connection information for the supplied topology type and supplied device
and data source.
- getConnections(int, int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get the connectivity data for a device
from a given dataSourceId and deviceId in numeric
- getConnections(int, int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getConnections
using deviceId in numeric and dataSourceId in numeric
- getConnections(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getConnections(String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get a list of all connections for a specified topology type
- GetConnections(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
- getContainedInUseTPs(NameAndStringValue_T[], int, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getContainedInUseTPs() method on the target EMS
- getContainedPotentialTPs(NameAndStringValue_T[], int, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getContainedPotentialTPs() method on the target EMS
- getContainingSubnetworkNames(NameAndStringValue_T[]) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getAllTopLevelSubNetworks() method on the target EMS
- getCustomData() - Method in class com.ibm.tivoli.nm.collectors.framework.store.Element
-
Returns a map of any custom data (e.g.
- getCustomData(Element, String) - Static method in class com.ibm.tivoli.nm.collectors.framework.utils.CollectorDataUtils
-
Get a custom data entry from some element data
- getCustomData(Map<String, Object>, String) - Static method in class com.ibm.tivoli.nm.collectors.framework.utils.CollectorDataUtils
-
Get a custom data entry from some entity data
- getDataSource(int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getDataSourceDescription() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the description for this data source
- getDataSourceId() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the ID of the data source
- getDataSources() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getDeviceId() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
- GetDeviceInfo(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
The Collector implementation of GetDeviceInfo() is responsible for gathering and returning basic device level
information for a specified device and data source.
- GetDeviceInfo(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetDeviceInfo method
- GetDeviceInfo(String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetDeviceInfo method
- getDeviceInfo(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Responsible for gathering and returning basic device level information
for a specified device and data source.
- getDeviceInfo(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get deviceInfo for a given deviceId in numeric and dataSourceId
- getDeviceInfo(String, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get deviceInfo for a given deviceId and dataSourceId both in string
- getDeviceInfo(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getDeviceInfo
using deviceId in numeric and dataSourceId in numeric
- getDeviceInfo(String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getDeviceInfo
using deviceId in numeric and dataSourceId in numeric
- getDeviceInfo(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetDeviceInfo(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE device info for a given data source and device ID
- GetDeviceList(int, int, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
The Collector implementation of GetDeviceList() is responsible for determining and returning the addresses and
ids of all devices that are managed by the Collector within the specified data source.
- getDeviceList(int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Responsible for determining and returning the addresses and ids of all
devices that are managed by the Collector within the specified data
source.
- getDeviceList(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Responsible for determining and returning the addresses and ids of all
devices that are managed by the Collector within the specified data
source and which have the supplied ip address
- getDeviceList(int, String, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Responsible for determining and returning the addresses and ids of all
devices that are managed by the Collector within the specified data
source and which lie within the specified subnet.
- getDeviceList(int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getDeviceList(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getDeviceList(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetDeviceList(int) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE device list for a given data source
- getDeviceName(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get the name for a device e.g.
- getDeviceName(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get the name for a device e.g.
- getDeviceName(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getDeviceName
using deviceId in numeric and dataSourceId in numeric
- getDeviceName(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getDirectory(String, String) - Static method in class com.ibm.tivoli.nm.collectors.framework.utils.CollectorFileUtils
-
Returns the File instance for the specified directory
- getEIRData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEDataStore
-
Get an XML representation of all data stored in the data store for a given EIR device
- GetEirData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE EIR data for a given data source and EIR Name
- getElement(String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the element identified by the given element ID.
- getEmsHost() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp.Corba3GPPProperties
-
- getEmshost() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.properties.CorbaPropertiesBase
-
Get emshost
- getEmsHost() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the host of the source EMS
- getEmsIdentifier() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the identifier for the EMS
- getEmsMgr() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets emsMgr
- getEmsName() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the name of the source EMS
- getEmspassword() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.properties.CorbaPropertiesBase
-
Gets emspassword
- getEmsPort() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp.Corba3GPPProperties
-
- getEmsport() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.properties.CorbaPropertiesBase
-
Gets emsport
- getEmsRole() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the role of the EMS (e.g.
- getEmsSession() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaSession
-
Return the EmsSession_I instance
- getEmsSessionFactory() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaSession
-
Returns the EmsSessionFactory object reference
- getEmsStatus() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the status of the EMS (e.g.
- getEmsusername() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.properties.CorbaPropertiesBase
-
Gets emsusername
- getEmsVersion() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the version of the EMS
- getENodeBData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEDataStore
-
Get an XML representation of all data stored in the data store for a given ENodeB device
- GetENodeBData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE eNodeB data for a given data source and eNodeB ID
- GetEntities(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetEntities() is responsible for gathering and returning
ENTITY-MIB style entity information for a given device id and data source.
- GetEntities(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetEntities method
- getEntities(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning ENTITY-MIB
style entity information for a given device id and data source.
- getEntities(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get the entities for a device
from a given dataSourceId and deviceId in numeric
- getEntities(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getEntities(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetEntities(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
- getEntityList() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get a list of all entities for the device
- getEquipmentInventoryMgr() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets getEquipmentInventoryMgr
- getEsfIORFile() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets the esfIORFile
- getEsfNamingContextProperties() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets corbaNamingContextProperties Map
- getEUtranCellVecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEENBFunction
-
Get an iterator to the eUtranCell vector
- getEUtranSectorVecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEENBFunction
-
Get an iterator to the eUtranSector vector
- getExtraInfo() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the extra information for this data source
- getExtraInfo() - Method in class com.ibm.tivoli.nm.collectors.framework.store.Element
-
Get the extra information for this element
- getFile(String, String) - Static method in class com.ibm.tivoli.nm.collectors.framework.utils.CollectorFileUtils
-
Returns the File instance for the specified file
- getFile(String, String, String) - Static method in class com.ibm.tivoli.nm.collectors.framework.utils.CollectorFileUtils
-
Returns the File instance for the specified directory
- getFtIRP() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp.Corba3GPPSession
-
- getFtIRPiorFile() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp.Corba3GPPProperties
-
- getFunctionTag() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTENetworkDevice
-
Gets the function type
- getFunctionVecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTENetworkDevice
-
Returns an iterator to the function list
- getFunctionVecSize() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTENetworkDevice
-
Returns the size of the function list
- getGeographicData(Element) - Static method in class com.ibm.tivoli.nm.collectors.framework.utils.CollectorDataUtils
-
- getGeographicLocation(String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
- getHSSData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEDataStore
-
Get an XML representation of all data stored in the data store for a given HSS device
- GetHssData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE HSS data for a given data source and HSS Name
- getId() - Method in class com.ibm.tivoli.nm.collectors.framework.store.Element
-
Return the unique identifier for this element
- getId() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LogicalElement
-
- getId() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
- GetInfo() - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
The Collector implementation of GetInfo() is responsible for responding with information on the Collector and its
supported data sources.
- getInfo() - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Responsible for responding with information on the Collector and its
supported data sources.
- getInfo() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getInterfaceName(int, String, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get the name for an interface, e.g.
- getInterfaceName(int, int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get the name for an interface, e.g.
- getInterfaceName(int, int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getInterfaceName
using deviceId in numeric and dataSourceId in numeric
- getInterfaceName(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetInterfaceName(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
- getInterfaces() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get all the interfaces defined for this device
- getIntResultSize() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets intResultSize
- GetInventory(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetInventory() is responsible for gathering and returning
device interface information for a specified device id and data source.
- GetInventory(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetInventory method
- getInventory(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning device
interface information for a specified device id and data source.
- getInventory(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get the inventory i.e.
- getInventory(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getInventory
using deviceId in numeric and dataSourceId in numeric
- getInventory(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetInventory(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE Inventory for a given data source and device ID
- getIpForwarding() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the ipForwarding value for this device
- GetLayer1Connections(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetLayer1Connections() is responsible for gathering and
returning all resolved layer 1 link information for the supplied device id and data source.
- GetLayer1Connections(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetLayer1Connections method
- getLayer1Connections(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning all resolved
layer 1 connection information for the supplied device data source.
- getLayer1Connections(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get Layer1 connectivity data for a device
from a given dataSourceId and deviceId in numeric
- getLayer1Connections(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getLayer1Connections
using deviceId in numeric and dataSourceId in numeric
- getLayer1Connections(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetLayer2Connections(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetLayer2Connections() is responsible for gathering and
returning all resolved layer 2 connection information for the supplied device data source.
- GetLayer2Connections(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetLayer2Connections method
- getLayer2Connections(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning all resolved
layer 2 connection information for the supplied device data source.
- getLayer2Connections(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get Layer2 connectivity data for a device
from a given dataSourceId and deviceId in numeric
- getLayer2Connections(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getLayer2Connections
using deviceId in numeric and dataSourceId in numeric
- getLayer2Connections(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetLayer2Vpns(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetLayer2Vpns() is responsible for gathering and returning
all layer 2 VPNs configured on a given device id and data source.
- GetLayer2Vpns(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetLayer2Vpns method
- getLayer2Vpns(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning all layer 2
VPNs configured on a given device id and data source.
- getLayer2Vpns(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get Layer2Vpn data for a device
from a given dataSourceId and deviceId in numeric
- getLayer2Vpns(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getLayer2Vpns
using deviceId in numeric and dataSourceId in numeric
- getLayer2Vpns(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getLayer2Vpns() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get a list of all layer 2 VPNs
- GetLayer3Connections(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetLayer3Connections() is responsible for gathering and
returning all resolved layer 3 link information for the supplied device id and data source.
- GetLayer3Connections(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetLayer3Connections method
- getLayer3Connections(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning all resolved
layer 3 link information for the supplied device id and data source.
- getLayer3Connections(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get Layer3Connections data for a device
from a given dataSourceId and deviceId in numeric
- getLayer3Connections(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getLayer3Connections
using deviceId in numeric and dataSourceId in numeric
- getLayer3Connections(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- GetLayer3Vpns(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - The Collector implementation of GetLayer3Vpns() is responsible for gathering and returning
all layer 3 VPNs configured on a given device id and data source.
- GetLayer3Vpns(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetLayer3Vpns method
- getLayer3Vpns(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Responsible for gathering and returning all layer 3
VPNs configured on a given device id and data source.
- getLayer3Vpns(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get Layer3Vpns data for a device
from a given dataSourceId and deviceId in numeric
- getLayer3Vpns(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getLayer3Vpns
using deviceId in numeric and dataSourceId in numeric
- getLayer3Vpns(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getLayer3Vpns() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get a list of all layer 3 VPNs
- getLspList() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get a list of all LSPs
- getLTEInterfaceItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEFunction
-
Get an iterator for the interface list
- getManagedElement(NameAndStringValue_T[]) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProvider
-
Invokes the getManagedElement() CORBA method on the target EMS
- getManagedElementId() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the managed element ID for this device
- getManagedElementMgr() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets managedElementMgr
- getManager(String) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaSession
-
Returns object reference to a Manager interface
- getMMEData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEDataStore
-
Get an XML representation of all data stored in the data store for a given MME device
- GetMmeData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE MME data for a given data source and MME Name
- getMMEVecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEENBFunction
-
Get an iterator to the connected MME vector
- GetMplsInterfaces(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Optional - Get a list of MPLS interfaces for a given device
- GetMplsInterfaces(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Handler for deviceId in integer and converts deviceId in integer to string
allowing collector to respond to ncp_query_collector
Invokes main GetMplsInterfaces method
- getMplsInterfaces(int, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Optional - Get a list of MPLS interfaces for a given device
- getMplsInterfaces(int, int) - Method in interface com.ibm.tivoli.nm.collectors.framework.collector.CollectorDataStore
-
Get MplsInterface data for a device
from a given dataSourceId and deviceId in numeric
- getMplsInterfaces(int, int) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
This methods calls main getMplsInterfaces
using deviceId in numeric and dataSourceId in numeric
- getMplsInterfaces(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataStore
-
- getMplsInterfaces() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get a list of all MPLS interfaces
- getMultiLayerSubnetworkMgr() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets multiLayerSubnetworkMgr
- getName() - Method in class com.ibm.tivoli.nm.collectors.framework.store.Element
-
Return the name of this element
- getName() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LogicalElement
-
- getName() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the name of this device.
- getNameservice() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets the nameService
- getNetworkDevice(String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the Network Device identified by the device id.
- getNetworkDevice(String, boolean) - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get the Network Device identified by the device id.
- getNetworkDevices() - Method in class com.ibm.tivoli.nm.collectors.framework.store.DataSource
-
Get a map of all devices for which data is stored.
- getNmsSession() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaSession
-
Return the NmsSession_I instance
- getNodeBLocalCellName(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANDataStore
-
Get the name for a node B local cell, e.g.
- getNodeBLocalCells() - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANNetworkDevice
-
Get all the node B local cells defined for this device
- getNsIORFile() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Gets the nsIORFile
- getOrb() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp.Corba3GPPOrbManager
-
- getOrb() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaOrbManager
-
- getOrb() - Method in interface com.ibm.tivoli.nm.collectors.framework.corba.orb.CorbaOrbManager
-
Returns the ORB instance
- getOrbProp() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.c3gpp.Corba3GPPProperties
-
- getOrbProp() - Method in class com.ibm.tivoli.nm.collectors.framework.corba.properties.CorbaPropertiesBase
-
Get orbProp
- getPCRFData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEDataStore
-
Get an XML representation of all data stored in the data store for a given PCRF device
- GetPcrfData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE PCRF data for a given data source and PCRF Name
- getPGWData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEDataStore
-
Get an XML representation of all data stored in the data store for a given PGW device
- GetPgwData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE PGW data for a given data source and PGW Name
- getPGWVecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEENBFunction
-
Get an iterator to the connected PGW vector
- getPlmnsItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEFunction
-
Get an iterator to the Plmn list
- getPortNumberArgument(String[], int) - Static method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Get the -port argument value given some command line arguments
- getPropertiesFileNameArgument(String[], String) - Static method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Get the -propsFile argument value given some command line arguments
- getPropertyValue(String, Properties, Properties) - Static method in class com.ibm.tivoli.nm.collectors.framework.collector.Collector
-
Get a value for a given property from one of the properties file.
- getPropsMapping(String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaProperties
-
Returns property groups based on the prefix or suffix of the property
names
- getPropsMapping(Properties, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.properties.CorbaPropertiesBase
-
Returns property groups based on the prefix or suffix of the property
names
- getProtocol() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the protocol for this device.
- getRANConnectivity() - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANNetworkDevice
-
Get a list of all RAN connections
- getRANData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANDataStore
-
Get an XML representation of all RAN data stored in the data store for a given device
- GetRanData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleRANCollector
-
Get RAN data for a given device.
- getRANType() - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANNetworkDevice
-
Get the RAN entity type for this device, e.g.
- getRootNamingContext(ORB, String, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaNameServiceManager
-
- getRootNamingContext(ORB, String) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaNameServiceManager
-
- getRootNamingContext(ORB, String, String, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.corba.nameservice.CorbaNameServiceManager
-
Returns the root naming context reference through the Naming Service
- getRootNamingContext(ORB, String) - Method in interface com.ibm.tivoli.nm.collectors.framework.corba.nameservice.CorbaNameServiceManager
-
Returns the root naming context reference through the IOR file
- getRootPoa(String) - Method in class com.ibm.tivoli.nm.collectors.framework.corba.impl.tmf814.TMF814CorbaOrbManager
-
Returns the Root POA reference
- getSectorIdItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEAntennaFunction
-
Gets an iterator to the eUtranSector list
- getSGWData(int, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEDataStore
-
Get an XML representation of all data stored in the data store for a given SGW device
- GetSgwData(int, String) - Method in class com.ibm.tivoli.nm.collectors.sample.SampleLTECollector
-
Get LTE SGW data for a given data source and SGW Name
- getSGWVecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEENBFunction
-
Get an iterator to the connected SGW vector
- getSysDescr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the system description for this device
- getSysName() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the system name for this device
- getSysObjectId() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the system object ID for this device
- getTransceiverName(int, String, String) - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANDataStore
-
Get the name for a transceiver, e.g.
- getTransceivers() - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANNetworkDevice
-
Get all the transceiver defined for this device
- getType() - Method in class com.ibm.tivoli.nm.collectors.framework.store.RANLogicalElement
-
Get the type of this logical entity
- getUniqueAddress() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
Get the unique address for this device
- getUniqueID() - Method in class com.ibm.tivoli.nm.collectors.framework.store.NetworkDevice
-
- getX2VecItr() - Method in class com.ibm.tivoli.nm.collectors.framework.store.LTEENBFunction
-
Get an iterator to the X2 connection vector