|
WebNMS 5 API Specification | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
MSCallbackListener to
register for being notified each time the ProtocolProvider gets
a response.
MSConnectionListener to
register for being notified each time the connection between the device
and ManagementServer goes DOWN .
MSNotifyListener to
register for being notified each time the ProtocolProvider gets
an Event PDU.
Property .Property.setComponent(Object)Event.
getCommandList API.
setContextName
setEnterprise.
- getEntity() -
Method in class com.adventnet.management.Event
- Get the Entity (also known as Failure Object) of the Event.
- getErrObject() -
Method in class com.adventnet.management.ManagementServerResultEvent
- This will return the error object
- getErrorString(byte) -
Method in interface com.adventnet.management.ProtocolProvider
- This method should convert protocol specific error status
to a readable string message.
- getErrStat() -
Method in class com.adventnet.management.ManagementServerResultEvent
- This will return the error status as a byte.
- getErrString() -
Method in class com.adventnet.management.ManagementServerResultEvent
- To get the error message as an instance of string.
- getEventKey() -
Method in class com.adventnet.management.cli.CLIProperty
- This method will return the sessionId as the key for the event
generated.
- getEventKey() -
Method in class com.adventnet.management.tl1.TL1Property
- This method is internally used by the API, and it should not be
invoked by the user.
- getEventKey() -
Method in class com.adventnet.management.snmp.SnmpProperty
- This method is internally used by the ManagementServer and should not
be used.
- getEventKey() -
Method in class com.adventnet.management.corba.CorbaProperty
-
- getEventKey() -
Method in class com.adventnet.management.Property
- Used by the management server to support caching of event registrations.
- getEventKey() -
Method in class com.adventnet.management.client.ClientProperty
- Currently this method is just a dummy implementation .
- getEventKey() -
Method in class com.adventnet.management.ftp.FTPProperty
-
- getEventKey() -
Method in class com.adventnet.management.tftp.TftpProperty
- Not applicable for TFTP.
- getFilterClass() -
Method in class com.adventnet.management.Property
- This is used by user client applications to get the name of the
Class used for filtering the responses recieved from the
ProtocolProvider before being given to the application.
- getFilteredObject(Property, Object, String) -
Method in class com.adventnet.management.Filter
- Abstract method that will be called while applying filter.
- getFilterParameters() -
Method in class com.adventnet.management.Property
- This method is used to get the parameters to be passed as argument
to the getFilteredObject method of the Filter class.
- getGeneralBlock() -
Method in class com.adventnet.management.tl1.TL1Property
- To get the general block which is set.
- getGenericType() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the Trap Generic type that was set using the method
setGenericType.
- getGroupName() -
Method in class com.adventnet.management.Property
- Get the groupname by which the default properties will be loaded from
config file.
- getIndex() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the Table index.
- getInstance(Applet, int) -
Static method in class com.adventnet.management.ManagementServicesAPI
- Get the instance of ManagementServices implementation for applet.
- getInstance(String[], int) -
Static method in class com.adventnet.management.ManagementServicesAPI
- Get the instance of ManagementServices implementation for application.
- getInterfaceName() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of interfaceName.
- getInterPacketDelay() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the delay time between requests in milliseconds set using the
setInterPacketDelay.
- getInvokeObject() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of invokeObject.
- getLabel() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of label.
- getLocalPort() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Get the local port as string.
- getLoginName() -
Method in class com.adventnet.management.cli.CLIProperty
- Getter for LoginName.
- getLoginPrompt() -
Method in class com.adventnet.management.cli.CLIProperty
- Getter for Login Prompt.
- getManagementServicesMode() -
Static method in class com.adventnet.management.ManagementServicesAPI
- This method is used to Get the ManagementServices Mode.
- getMaxRepetitions() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Get the max-repetitions for get bulk operation as string.
- getMessagePayloadBlock() -
Method in class com.adventnet.management.tl1.TL1Property
- To get the Message Payload block which is set.
- getMethodName() -
Method in class com.adventnet.management.Property
- This is used to get the name of the method which gets
the result for request response transactions .
- getMethodParameterClassNames() -
Method in class com.adventnet.management.Property
- Returns the class names of the parameters of the method which gets the
result for request response transactions .
- getMethodParameterValues() -
Method in class com.adventnet.management.Property
- Return the values of the parameters to be passed to the method
which gets the result for request response transactions .
- getMethodResultParameterIndex() -
Method in class com.adventnet.management.Property
- This is used to get the index of the method parameters
for the method which gets the result for request response transactions .
- getMibsToBeLoaded() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Get the mib file names to be loaded.
- getMibToBeUnLoaded() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the mib file name to be unloaded.
- getModeList() -
Method in class com.adventnet.management.ftp.FTPProperty
- Returns the array of mode for the file transfer operation.
- getNameReference() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of nameReference.
- getNetwork() -
Method in class com.adventnet.management.Event
- Get the Network in which the event is generated.
- getNode() -
Method in class com.adventnet.management.Event
- Get the Node field of the Event generated.
- getNonRepeaters() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Get the non-repeaters for get bulk operation as string.
- getNumericResult() -
Method in class com.adventnet.management.ManagementServerResultEvent
- This will return the result in numeric type.
- getObject() -
Method in class com.adventnet.management.Event
- Get the object associated with the Event.
- getObjectID() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Get the object id.
- getObjectIDList() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the object id list.
- getOperationType() -
Method in class com.adventnet.management.Property
- Return the type of the command which will specify whether the request is
to read or write.
- getORBClassName() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of ORBClassName.
- getORBInitialHost() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of ORBInitialHost.
- getORBInitialPort() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of ORBInitialPort.
- getORBService() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of ORBService.
- getPartialSet() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Returns true if partial SET is enabled.
- getPassword() -
Method in class com.adventnet.management.cli.CLIProperty
- Getter for Password.
- getPassword() -
Method in class com.adventnet.management.ftp.FTPProperty
- Returns the password of the user account.
- getPasswordPrompt() -
Method in class com.adventnet.management.cli.CLIProperty
- Getter for Password Prompt.
- getPollInterval() -
Method in class com.adventnet.management.Property
- This is used to get the polling interval(in milliseconds)
used for poll registration.
- getPrivPassword() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the privpassword as string in v3 requests.
- getPromptAction() -
Method in class com.adventnet.management.cli.CLIProperty
- Gets the prompt and its corresponding action.
- getPromptList() -
Method in class com.adventnet.management.cli.CLIProperty
- Gets the Prompt list.
- getProperties() -
Method in class com.adventnet.management.cli.CLIProperty
- This method will return a Hashtable which will have the property values
with the corresponding keys.
- getProperties() -
Method in class com.adventnet.management.tl1.TL1Property
- This method will return a Hashtable which will have the property
values with the corresponding keys.
- getProperties() -
Method in class com.adventnet.management.tl1.TL1Event
- This method returns the properties of the TL1Event Object.
- getProperties() -
Method in class com.adventnet.management.snmp.SnmpProperty
- This method will return a Hashtable which will have the property values
with the corresponding keys.
- getProperties() -
Method in class com.adventnet.management.snmp.SnmpEvent
- This method returns the various properties of this event.
- getProperties() -
Method in class com.adventnet.management.corba.CorbaProperty
- This method will return a Hashtable which will have the property values
with the corresponding keys.
- getProperties() -
Method in class com.adventnet.management.Property
- This method will be used to get the values of
the parameters in the Property .
- getProperties() -
Method in class com.adventnet.management.Event
- This method returns the values of all the fields in this event object
as a key,value pair in a java.util.Properties object.
- getProperties() -
Method in class com.adventnet.management.client.ClientProperty
- This is the implementaion of Property.getProperties()
- getProperties() -
Method in class com.adventnet.management.ftp.FTPProperty
- Returns the ftp properties as a Hashtable object.
- getProperties() -
Method in class com.adventnet.management.tftp.TftpProperty
- Return a Hashtable having the property values
with the corresponding keys.
- getPropertiesList() -
Method in class com.adventnet.management.tl1.TL1Property
- To get the properties list set using setPropertiesList(..)
- getProperty() -
Method in class com.adventnet.management.Event
- Get the Property registered for this Notification.
- getPropertyType() -
Method in class com.adventnet.management.Property
- Get the type name of the Property.
- getProtocolPDU() -
Method in class com.adventnet.management.Property
- This method is implemented by the extented Property class to return
a protocol PDU for request Property .
- getRemoteHost() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the Remote host that was set using the method
setRemoteHost.
- getRemoteHostList() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the remotehost list set on this SnmpProperty instance.
- getRequestID() -
Method in class com.adventnet.management.Property
- This method is used to get the requestId of a Property which is unique
for each transaction between the ManagementServer and the
ProtocolProvider.
- getRequestID() -
Method in class com.adventnet.management.ManagementServerResultEvent
- This will return the reqid id of the ManagementServerResultEvent.
- getResponseMessageIdentifiers() -
Method in class com.adventnet.management.tl1.TL1Property
- This method is internally used by the API, and it should not be
invoked by the user.
- getResult() -
Method in class com.adventnet.management.ManagementServerResultEvent
- This will return the result value as Object that may be Integer or
Long or String Object.
- getResultType() -
Method in class com.adventnet.management.Property
- This method is used by applications to get the Class type of result
which is returned to the user client aplications in Request Response
transactions.
- getRetries() -
Method in class com.adventnet.management.Property
- This is used to get the number of retries specified for this
Property.
- getSendPDUByGroup() -
Method in class com.adventnet.management.snmp.SnmpProperty
- This method is not implemented by the SnmpProperty and should not be
used.
- getSessionId() -
Method in class com.adventnet.management.cli.CLIProperty
- Gets the sessionId that has been set by the user.
- getSessionId() -
Method in class com.adventnet.management.Property
- Get the Session Id of the request Property.
- getSessionKey() -
Method in class com.adventnet.management.cli.CLIProperty
- Returns the session key associated with a particular cli property.
- getSessionKey() -
Method in class com.adventnet.management.tl1.TL1Property
- This method is internally used by the API, and it should not be
invoked by the user.
- getSessionKey() -
Method in class com.adventnet.management.snmp.SnmpProperty
- This method is internally used by the ManagementServer and should not
be used.
- getSessionKey() -
Method in class com.adventnet.management.corba.CorbaProperty
-
- getSessionKey() -
Method in class com.adventnet.management.Property
- Used by the management server to support device connection pooling.
- getSessionKey() -
Method in class com.adventnet.management.client.ClientProperty
- Currently this method is just a dummy implementation .
- getSessionKey() -
Method in class com.adventnet.management.ftp.FTPProperty
-
- getSessionKey() -
Method in class com.adventnet.management.tftp.TftpProperty
- Not applicable for TFTP.
- getSeverity() -
Method in class com.adventnet.management.Event
- Get the Severity of the Event object.
- getShareSessions() -
Method in interface com.adventnet.management.ProtocolProvider
- This method gets the mode whether the sessions towards the same devices
are shared among Management clients for connection oriented protocols.
- getShellPrompt() -
Method in class com.adventnet.management.cli.CLIProperty
- Getter for Shell Prompt.
- getSourceFileList() -
Method in class com.adventnet.management.ftp.FTPProperty
- Returns the source file names list specified for the file transfer operation.
- getSourceFileList() -
Method in class com.adventnet.management.tftp.TftpProperty
- Returns the list of source file name(s) corresponding to each & every command
returned in the
getCommandList API.
- getSourceFileName() -
Method in class com.adventnet.management.tftp.TftpProperty
- Returns the source file name that has been assigned with the
corresponding set method.
- getSpecificType() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the Specific type that was set using the method
setSpecificType.
- getStringResult() -
Method in class com.adventnet.management.ManagementServerResultEvent
- This will return the result in string type.
- getSuccessCode() -
Method in class com.adventnet.management.ManagementServerResultEvent
- This method will get the success code of a particular
response.
- getTableOID() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the object id of the Table.
- getTargetHost() -
Method in class com.adventnet.management.cli.CLIProperty
- Gets the target host.
- getTargetHost() -
Method in class com.adventnet.management.tl1.TL1Property
- To get the target host name which is set.
- getTargetHost() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Get the target host.
- getTargetHost() -
Method in class com.adventnet.management.ftp.FTPProperty
- Returns the ftp target host name.
- getTargetHost() -
Method in class com.adventnet.management.tftp.TftpProperty
- Returns the name of the host where the file is to be transferred.
- getTargetId() -
Method in class com.adventnet.management.tl1.TL1Property
- To get the Target Id which is set.
- getTargetPort() -
Method in class com.adventnet.management.cli.CLIProperty
- Getter for the Target port.
- getTargetPort() -
Method in class com.adventnet.management.tl1.TL1Property
- To get the target port number which is set.
- getTargetPort() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the target port as string.
- getTargetPort() -
Method in class com.adventnet.management.ftp.FTPProperty
- Returns the port of the ftp device.
- getTargetPort() -
Method in class com.adventnet.management.tftp.TftpProperty
- Returns the target port.
- getText() -
Method in class com.adventnet.management.Event
- Get the descriptive text message of the event.
- getTime() -
Method in class com.adventnet.management.Event
- Get the time of occurrence (creation), in milliseconds, of this Event
object.
- getTimeout() -
Method in class com.adventnet.management.Property
- This method is used to get the timeout value (in milliseconds) of this
Property.
- getURL() -
Method in class com.adventnet.management.snmp.SnmpProperty
- To get Database Param URL.
- getURL() -
Method in class com.adventnet.management.client.ClientProperty
- This is used to get the URL location of the XML file from which
request Property(s) are to be constructed by the ManagementServer.
- getUserName() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the principal on whose behalf SNMPv3 requests are made.
- getUserName() -
Method in class com.adventnet.management.ftp.FTPProperty
- Returns the name of the user account specified in the ftp device.
- getUserProperties() -
Method in class com.adventnet.management.Property
- The method returns all the user properties set in this Property object
as a key,value pair in a java.lang.Properties object.
- getUserProperties() -
Method in class com.adventnet.management.Event
- The method returns all the user properties set in this event object
as a key,value pair in a java.lang.Properties object.
- getUserProperty(String) -
Method in class com.adventnet.management.Property
- The method returns the value of user property present matching the name
passed as argument.
- getUserProperty(String) -
Method in class com.adventnet.management.Event
- The method returns the value of user property present matching the name
passed as argument.
- getV3ConfigTable() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Sets the configured tableName specified in the case of V3Database.
- getV3DatabaseFlag() -
Method in class com.adventnet.management.snmp.SnmpProperty
- To check whether V3 database flag is set or not
- getVarBindCount() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Returns the number of varbinds used with the splitted pdu.
- getVersion() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the version of SNMP agent in string format.
- getWriteCommunity() -
Method in class com.adventnet.management.snmp.SnmpProperty
- Gets the write community as string.
- getWriteType() -
Method in class com.adventnet.management.Property
- Return the Class type of the value for the OP_WRITE operation.
- getWriteTypes() -
Method in class com.adventnet.management.Property
- Return the class types of the set of values to be set for the
OP_WRITE operation.
- getWriteValue() -
Method in class com.adventnet.management.Property
- This is used to get the value specified for a OP_WRITE operation in
a Property request .
- getWriteValues() -
Method in class com.adventnet.management.Property
- This is used to get the values specified for a OP_WRITE operation in
a Property request .
- getXMLDoc() -
Method in class com.adventnet.management.corba.CorbaProperty
- Get the value of XMLDoc.
Event .operationType as get.
setOperationType)
if the SNMP operation is a GET BULK
setOperationType)
to perform a SNMP table column walk.
setOperationType)
if the SNMP operation is a GET NEXT
setOperationType)
if a SNMP TABLE has to be obtained
operationType as remove.
operationType as set.
MSEventListener interface for
receiving notifications.
ProtocolProvider.registerForNotification(Property).
ManagementServices.stop().
get or put.
setCommandList API.
Filter
The responses recieved from the ProtocolProvider will be passed
to this filter before being given to the application.
get or put) given to the
setCommandList API.
com.adventnet.management.Property
for TFTP protocol.TftpProperty.
|
WebNMS 5 API Specification | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||