com.adventnet.snmp.mibs
Class AgentCapabilities

java.lang.Object
  |
  +--com.adventnet.snmp.mibs.AgentCapabilities
All Implemented Interfaces:
java.io.Serializable

public class AgentCapabilities
extends java.lang.Object
implements java.io.Serializable

This class represents a AGENT-CAPABILITIES macro in a module. It is derived from parsing a MIB module.

See Also:
Serialized Form

Method Summary
 java.util.Vector getACModules()
          Gets the acModules in this macro.
 java.lang.String getDescription()
          Gets the DESCRIPTION string for this OBJECT-GROUP macro.
 java.lang.String getName()
          Returns the name of this ObjectGroup object.
 java.lang.String getProductRelease()
          Returns the PRODUCT-RELEASE clause of this object.
 java.lang.String getReference()
          Gets the REFERENCE string for this OBJECT-GROUP macro.
 java.lang.String getStatus()
          Gets the STATUS field value for this OBJECT-GROUP macro.
 java.lang.String toString()
          Gives the name of this ObjectGroup object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this ObjectGroup object.

getProductRelease

public java.lang.String getProductRelease()
Returns the PRODUCT-RELEASE clause of this object.

getACModules

public java.util.Vector getACModules()
Gets the acModules in this macro.
Returns:
Vector containing the acModules.

getStatus

public java.lang.String getStatus()
Gets the STATUS field value for this OBJECT-GROUP macro.

getDescription

public java.lang.String getDescription()
Gets the DESCRIPTION string for this OBJECT-GROUP macro.

getReference

public java.lang.String getReference()
Gets the REFERENCE string for this OBJECT-GROUP macro.
Returns:
the REFERENCE value, if present.
empty string, if not found.

toString

public java.lang.String toString()
Gives the name of this ObjectGroup object. Same as the getName() method
Overrides:
toString in class java.lang.Object
See Also:
getName()


Copyright (c)AdventNet Inc., 1996-2004