All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.network.snmp.protocol.ResponseObject

java.lang.Object
   |
   +----com.ibm.network.snmp.protocol.ResponseObject

public class ResponseObject
extends Object
Response Object which contains all the data received as a part of Response.

See Also:
ResponseEvent, ResponseListener

Constructor Index

 o ResponseObject(String, String, String, long, String)
The Constructor for Response Object.

Method Index

 o getAgentAddress()
Returns the AgentIP Address.
 o getCommunityName()
Returns the Community Name .
 o getObjectIdentifier()
Returns the Object Identifier.
 o getObjectValue()
Returns the Object Value.
 o getRequestID()
Returns the Request Identifer.

Constructors

 o ResponseObject
 public ResponseObject(String oid,
                       String value,
                       String agentIP,
                       long reqID,
                       String commName)
The Constructor for Response Object.

Parameters:
oid - java.lang.String
value - java.lang.String
agentIP - java.lang.String
reqID - long
commName - java.lang.String

Methods

 o getAgentAddress
 public String getAgentAddress()
Returns the AgentIP Address.

Returns:
java.lang.String
 o getCommunityName
 public String getCommunityName()
Returns the Community Name .

Returns:
java.lang.String
 o getObjectIdentifier
 public String getObjectIdentifier()
Returns the Object Identifier.

Returns:
java.lang.String
 o getObjectValue
 public String getObjectValue()
Returns the Object Value.

 o getRequestID
 public long getRequestID()
Returns the Request Identifer.


All Packages  Class Hierarchy  This Package  Previous  Next  Index