Uses of Class
com.sun.management.snmp.SnmpOid

Packages that use SnmpOid
com.sun.management.comm Provides the classes implementing the SNMP adaptor servers
com.sun.management.snmp Provides the core classes for implementing common SNMP data types and services
com.sun.management.snmp.agent Provides the classes for implementing an SNMP agent
com.sun.management.snmp.manager Provides the classes for implementing an SNMP manager and for sending SNMP requests. 
com.sun.management.snmp.usm.usmmib Provides the classes which implement the SNMP-USER-BASED-SM-MIB
 

Uses of SnmpOid in com.sun.management.comm
 

Methods in com.sun.management.comm with parameters of type SnmpOid
 SnmpMibHandler SnmpAdaptorServerMBean.addMib(SnmpMibAgent mib, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServer.addMib(SnmpMibAgent mib, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpV3AdaptorServerMBean.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpV3AdaptorServer.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new contextualized MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpAdaptorServer.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 boolean SnmpAdaptorServer.removeMib(SnmpMibAgent mib, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpV3AdaptorServer.removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpAdaptorServer.removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 SnmpInformRequest SnmpAdaptorServerMBean.snmpInformRequest(InetAddress address, String cs, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServer.snmpInformRequest(InetAddress addr, String cs, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends an inform using SNMP V2 inform request format.
 Vector SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends an inform using SNMP V2 inform request format.
 Vector SnmpAdaptorServer.snmpInformRequest(SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer peer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends an inform using SNMP V2 inform request format.
 SnmpInformRequest SnmpAdaptorServer.snmpInformRequest(SnmpPeer peer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends an inform using SNMP V2 inform request format.
 void SnmpAdaptorServer.snmpV1Trap(InetAddress addr, SnmpIpAddress agentAddr, String cs, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer peer, SnmpIpAddress agentAddr, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServer.snmpV1Trap(SnmpPeer peer, SnmpIpAddress agentAddr, SnmpOid enterpOid, int generic, int specific, SnmpVarBindList varBindList, SnmpTimeticks time)
          Sends a trap using SNMP V1 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(InetAddress address, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer peer, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Sends a trap using SNMP V2 trap format.
 void SnmpAdaptorServer.snmpV2Trap(SnmpPeer peer, SnmpOid trapOid, SnmpVarBindList varBindList, SnmpTimeticks time)
          Sends a trap using SNMP V2 trap format.
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3InformRequest(InetAddress addr, SnmpInformHandler cb, SnmpScopedPduRequest pdu, SnmpOid trapOid, SnmpVarBindList varBindList)
          You shouldn't use this method directly.
 SnmpV3InformRequest SnmpV3AdaptorServerMBean.snmpV3UsmInformRequest(SnmpUsmPeer informPeer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList list)
          Sends an inform request using SNMP V3 inform request format.
 SnmpV3InformRequest SnmpV3AdaptorServer.snmpV3UsmInformRequest(SnmpUsmPeer informPeer, SnmpInformHandler cb, SnmpOid trapOid, SnmpVarBindList list)
          Sends an inform request using SNMP V3 inform request format.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(InetAddress addr, String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Sends a trap to the specified address using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(SnmpUsmPeer peer, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Sends a trap to the specified SnmpUsmPeer using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(SnmpUsmPeer peer, SnmpOid trapOid, SnmpVarBindList list, SnmpTimeticks time)
          Sends a trap to the specified SnmpUsmPeer using Usm as security model.
 void SnmpV3AdaptorServerMBean.snmpV3UsmTrap(String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Sends a trap to all IP addresses in IPAcl using Usm as security model.
 void SnmpV3AdaptorServer.snmpV3UsmTrap(String principal, int securityLevel, String contextName, SnmpOid trapOid, SnmpVarBindList list)
          Sends a trap to all IP addresses in InetAddressAcl using Usm as security model.
 

Uses of SnmpOid in com.sun.management.snmp
 

Subclasses of SnmpOid in com.sun.management.snmp
 class SnmpIpAddress
          Represents an SNMP IpAddress.
 

Fields in com.sun.management.snmp declared as SnmpOid
 SnmpOid SnmpPduTrap.enterprise
          Enterprise object identifier.
 

Methods in com.sun.management.snmp that return SnmpOid
 SnmpOid SnmpVarBind.getOid()
          Returns the complete OID part associated with this SnmpVarBind.
 SnmpOid SnmpVarBind.getSnmpOidValue()
          Returns the value part associated with this SnmpVarBind.
 SnmpOid SnmpString.toOid()
          Converts the string value to its SnmpOid form.
 SnmpOid SnmpNull.toOid()
          Converts the NULL value to its SnmpOid form.
 SnmpOid SnmpCounter64.toOid()
          Converts the counter value to its SnmpOid form.
 SnmpOid SnmpInt.toOid()
          Converts the integer value to its SnmpOid form.
 SnmpOid SnmpEngineId.toOid()
          Translates an engine Id in an SnmpOid format.
abstract  SnmpOid SnmpValue.toOid()
          Returns the value encoded as an OID.
 SnmpOid SnmpOid.toOid()
          Converts the OID value to its SnmpOid form.
static SnmpOid SnmpStringFixed.toOid(int l, long[] index, int start)
          Extracts the fixed-string from an index OID and returns its value converted as an SnmpOid.
static SnmpOid SnmpString.toOid(long[] index, int start)
          Extracts the string from an index OID and returns its value converted as an SnmpOid.
static SnmpOid SnmpCounter64.toOid(long[] index, int start)
          Extracts the counter from an index OID and returns its value converted as an SnmpOid.
static SnmpOid SnmpInt.toOid(long[] index, int start)
          Extracts the integer from an index OID and returns its value converted as an SnmpOid.
static SnmpOid SnmpIpAddress.toOid(long[] index, int start)
          Extracts the ip address from an index OID and returns its value converted as an SnmpOid.
static SnmpOid SnmpOid.toOid(long[] index, int start)
          Extracts the OID from an index OID and returns its value converted as an SnmpOid.
 

Methods in com.sun.management.snmp with parameters of type SnmpOid
 void SnmpOid.append(SnmpOid oid)
          Appends the specified SnmpOid to the end of this SnmpOid.
 void SnmpVarBind.appendInOid(SnmpOid oid)
          Appends the specified SnmpOid to the end of the OID of this SnmpVarBind.
static void SnmpStringFixed.appendToOid(int l, SnmpOid source, SnmpOid dest)
          Appends an SnmpOid representing an SnmpStringFixed to another OID.
static void SnmpString.appendToOid(SnmpOid source, SnmpOid dest)
          Appends an SnmpOid representing an SnmpString to another OID.
static void SnmpCounter64.appendToOid(SnmpOid source, SnmpOid dest)
          Appends an SnmpOid representing an SnmpCounter64 to another OID.
static void SnmpInt.appendToOid(SnmpOid source, SnmpOid dest)
          Appends an SnmpOid representing an SnmpInt to another OID.
static void SnmpIpAddress.appendToOid(SnmpOid source, SnmpOid dest)
          Appends an SnmpOid representing an SnmpIpAddress to another OID.
static void SnmpOid.appendToOid(SnmpOid source, SnmpOid dest)
          Appends an SnmpOid representing an SnmpOid to another OID.
 int SnmpOid.compareTo(SnmpOid other)
          Compares two OIDs lexicographically.
 int SnmpVarBindList.indexOfOid(SnmpOid oid)
          Gives the index of an OID in the SnmpVarBindList.
 void SnmpVarBind.setOid(SnmpOid oid)
          Sets the SnmpOid part associated with this SnmpVarBind with the specified OID.
 void SnmpVarBind.setOid(SnmpOid oid, boolean clearValue)
          Sets the SnmpOid part associated with this SnmpVarBind with the specified OID.
 

Constructors in com.sun.management.snmp with parameters of type SnmpOid
SnmpVarBind(SnmpOid oid)
          Constructs a new SnmpVarBind object from the specified SnmpOid value.
SnmpVarBind(SnmpOid oid, SnmpValue val)
          Constructs a new SnmpVarBind object from the specified SnmpOid and SnmpValue.
 

Uses of SnmpOid in com.sun.management.snmp.agent
 

Fields in com.sun.management.snmp.agent declared as SnmpOid
static SnmpOid SnmpTrap.authenticationFailureOid
          authenticationFailure Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.coldStartOid
          coldStart Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.egpNeighborLossOid
          egpNeighborLoss Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.linkDownOid
          linkDown Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.linkUpOid
          linkUp Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.snmpTrapAddressOid
          snmpTrapAddress Oid as defined in RFC 2576.
static SnmpOid SnmpTrap.snmpTrapCommunityOid
          snmpTrapCommunity Oid as defined in RFC 2576.
static SnmpOid SnmpTrap.snmpTrapEnterpriseOid
          snmpTrapEnterprise Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.snmpTrapOid
          snmpTrapOid Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.snmpTrapsOid
          snmpTraps Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.snmpTrapSysUpTimeOid
          snmpSysUpTime Oid as defined in RFC 1907.
static SnmpOid SnmpTrap.warmStartOid
          warmStart Oid as defined in RFC 1907.
 

Methods in com.sun.management.snmp.agent that return SnmpOid
abstract  SnmpOid SnmpTableSupport.buildOidFromIndex(SnmpIndex index)
          Builds an SnmpOid from an SnmpIndex object.
 SnmpOid SnmpMibSubRequest.getEntryOid()
          Return the part of the OID identifying the table entry involved.
protected  SnmpOid SnmpMibTable.getNextOid(Object userData)
          Return the first entry OID registered in the table.
protected  SnmpOid SnmpMibTable.getNextOid(SnmpOid oid, Object userData)
          Get the SnmpOid index of the row that follows the given oid in the table.
 

Methods in com.sun.management.snmp.agent with parameters of type SnmpOid
 void SnmpMibTable.addEntry(SnmpOid rowOid, Object entry)
          Add a new entry in this SnmpMibTable.
 void SnmpMibTable.addEntry(SnmpOid oid, ObjectName name, Object entry)
          Add a new entry in this SnmpMibTable.
 void SnmpTableSupport.addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          This callback is called by the associated metadata object when a new table entry has been registered in the table metadata.
 void SnmpTableCallbackHandler.addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          This method is called by the SNMP runtime after a new entry has been added to the table.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, SnmpOid[] oids)
          Adds a new MIB in the SNMP MIB handler.
 SnmpMibHandler SnmpMibHandler.addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Adds a new contextualized MIB in the SNMP MIB handler.
protected  void SnmpMibTable.beginRowAction(SnmpMibSubRequest request, SnmpOid rowOid, int depth, int rowAction)
          This method takes care of initial RowStatus handling during the check() phase of a SET request.
 SnmpIndex SnmpTableSupport.buildSnmpIndex(SnmpOid rowOid)
          Builds an entry SnmpIndex from its row OID.
protected abstract  void SnmpMibTable.check(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected  void SnmpMibTable.checkRemoveTableRow(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          Check whether the specified row can be removed from the table.
protected  void SnmpMibTable.checkRowStatusChange(SnmpMibSubRequest request, SnmpOid rowOid, int depth, int newStatus)
          Check whether the control variable of the given row can be switched to the new specified newStatus.
protected  boolean SnmpMibTable.contains(SnmpOid oid, Object userData)
          Return true if the entry identified by the given OID index is contained in this table.
abstract  void SnmpMibTable.createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is invoked when the creation of a new entry is requested by a remote SNMP manager.
abstract  void SnmpTableSupport.createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth, SnmpMibTable meta)
          Creates a new entry in the table.
 void SnmpTableEntryFactory.createNewEntry(SnmpMibSubRequest request, SnmpOid rowOid, int depth, SnmpMibTable meta)
          This method is called by the SNMP runtime whenever a new entry creation is requested by a remote manager.
protected  void SnmpMibTable.endRowAction(SnmpMibSubRequest request, SnmpOid rowOid, int depth, int rowAction)
          This method takes care of final RowStatus handling during the set() phase of a SET request.
protected abstract  void SnmpMibTable.get(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
 Object SnmpMibTable.getEntry(SnmpOid rowOid)
          Get the entry corresponding to the specified rowOid.
 ObjectName SnmpMibTable.getEntryName(SnmpOid rowOid)
          Get the ObjectName of the entry corresponding to the specified rowOid.
protected  SnmpOid SnmpMibTable.getNextOid(SnmpOid oid, Object userData)
          Get the SnmpOid index of the row that follows the given oid in the table.
protected abstract  long SnmpMibTable.getNextVarEntryId(SnmpOid rowOid, long var, Object userData)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected  long SnmpMibTable.getNextVarEntryId(SnmpOid rowOid, long var, Object userData, int pduVersion)
          Return the next OID arc corresponding to a readable columnar object in the underlying entry OBJECT-TYPE, possibly skipping over those objects that must not or cannot be returned.
protected  int SnmpMibTable.getRowAction(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          Return the RowStatus code value specified in this request.
protected abstract  boolean SnmpMibTable.isReadableEntryId(SnmpOid rowOid, long var, Object userData)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected  boolean SnmpMibTable.isRowReady(SnmpOid rowOid, Object userData)
          Tell whether the specified row is ready and can be put in the notInService state.
protected  boolean SnmpMibTable.isRowStatus(SnmpOid rowOid, long var, Object userData)
          Return true if the columnar object identified by var is used to control the addition/deletion of rows in this table.
protected  int SnmpMibTable.mapRowStatus(SnmpOid rowOid, SnmpVarBind vbstatus, Object userData)
          Map the value of the vbstatus varbind to the corresponding RowStatus code defined in EnumRowStatus.
 void SnmpGenericObjectServer.registerTableEntry(SnmpMibTable meta, SnmpOid rowOid, ObjectName objname, Object entry)
           
 void SnmpMibTable.removeEntry(SnmpOid rowOid)
          Remove the specified entry from the table.
 void SnmpMibTable.removeEntry(SnmpOid rowOid, Object entry)
          Remove the specified entry from the table.
 void SnmpTableSupport.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          This callback is called by the associated metadata object when a new table entry has been removed from the table metadata.
 void SnmpTableCallbackHandler.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          This method is called by the SNMP runtime after a new entry has been removed from the table.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
 boolean SnmpMibHandler.removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids)
          Removes the specified MIB from the SNMP protocol adaptor.
protected  void SnmpMibTable.removeTableRow(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          Remove a table row upon a remote manager request.
protected abstract  void SnmpMibTable.set(SnmpMibSubRequest request, SnmpOid rowOid, int depth)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
protected  SnmpValue SnmpMibTable.setRowStatus(SnmpOid rowOid, int newStatus, Object userData)
          Set the control variable to the specified newStatus value.
 void SnmpMibAgentMBean.setSnmpAdaptor(SnmpMibHandler stack, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler.
 void SnmpMibAgent.setSnmpAdaptor(SnmpMibHandler stack, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler.
 void SnmpMibAgentMBean.setSnmpAdaptor(SnmpMibHandler stack, String contextName, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and adds this new MIB in the SNMP MIB handler.
 void SnmpMibAgent.setSnmpAdaptor(SnmpMibHandler stack, String contextName, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and adds this new MIB in the SNMP MIB handler.
 void SnmpMibAgentMBean.setSnmpAdaptorName(ObjectName name, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler associated to the specified name.
 void SnmpMibAgent.setSnmpAdaptorName(ObjectName name, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler associated to the specified name.
 void SnmpMibAgentMBean.setSnmpAdaptorName(ObjectName name, String contextName, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler associated to the specified name.
 void SnmpMibAgent.setSnmpAdaptorName(ObjectName name, String contextName, SnmpOid[] oids)
          Sets the reference to the SNMP protocol adaptor through which the MIB will be SNMP accessible and add this new MIB in the SNMP MIB handler associated to the specified name.
protected  boolean SnmpMibTable.skipEntryVariable(SnmpOid rowOid, long var, Object userData, int pduVersion)
          Hook for subclasses.
protected abstract  void SnmpMibTable.validateVarEntryId(SnmpOid rowOid, long var, Object userData)
          This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen.
 

Constructors in com.sun.management.snmp.agent with parameters of type SnmpOid
SnmpIndex(SnmpOid oid)
          Initializes an SnmpIndex using the specified Object Identifier.
SnmpIndex(SnmpOid[] oidList)
          Initializes an SnmpIndex using a vector of object identifiers.
SnmpTrap(InetAddress addr, String cs, SnmpOid trapOid, SnmpVarBindList varBindList)
          Initializes this SNMP trap with SNMP V2 style parameters.
SnmpTrap(SnmpOid trapOid, SnmpVarBindList varBindList)
          Initializes this SNMP trap with SNMP V2 style parameters.
 

Uses of SnmpOid in com.sun.management.snmp.manager
 

Methods in com.sun.management.snmp.manager with parameters of type SnmpOid
 SnmpRequest SnmpSession.snmpInformRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpInformRequest(SnmpRequestHandler cb, SnmpOid trapOid, SnmpVarBindList vblst)
          Performs a single SNMP inform request on the variable binding list.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpPeer peer, SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Walks through the lexicographic ordering of the agent MIB.
 SnmpRequest SnmpSession.snmpWalkUntilRequest(SnmpRequestHandler cb, SnmpVarBindList vblst, SnmpOid key)
          Walks through the lexicographic ordering of the agent MIB.
 

Uses of SnmpOid in com.sun.management.snmp.usm.usmmib
 

Methods in com.sun.management.snmp.usm.usmmib that return SnmpOid
 SnmpOid TableUsmUserTable.buildOidFromIndex(SnmpIndex index)
          Build index for "UsmUserEntry".
 SnmpOid TableUsmUserTable.buildOidFromIndexVal(Byte[] aUsmUserEngineID, String aUsmUserName)
          Build index for "UsmUserEntry".
 

Methods in com.sun.management.snmp.usm.usmmib with parameters of type SnmpOid
 void UsmUserTableMeta.addEntry(SnmpOid rowOid, ObjectName objname, Object entry)
           
 void TableUsmUserTableImpl.addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
           
 void UsmUserTableMeta.check(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 void UsmUserTableMeta.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 void TableUsmUserTable.createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth, SnmpMibTable meta)
           
 Object TableUsmUserTableImpl.createUsmUserEntryMBean(SnmpMibSubRequest req, SnmpOid rowOid, int depth, ObjectName entryObjName, SnmpMibTable meta, Byte[] aUsmUserEngineID, String aUsmUserName)
           
 Object TableUsmUserTable.createUsmUserEntryMBean(SnmpMibSubRequest req, SnmpOid rowOid, int depth, ObjectName entryObjName, SnmpMibTable meta, Byte[] aUsmUserEngineID, String aUsmUserName)
          Factory method for "UsmUserEntry" entry MBean class.
 void UsmUserTableMeta.get(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 long UsmUserTableMeta.getNextVarEntryId(SnmpOid rowOid, long var, Object data)
          Returns the arc of the next columnar object following "var".
 int UsmUserTableMeta.getRowStatus(SnmpOid rowOid, Object userData)
           
 boolean UsmUserTableMeta.isReadableEntryId(SnmpOid rowOid, long var, Object data)
          Returns true if "var" identifies a readable scalar object.
 boolean UsmUserTableMeta.isRowReady(SnmpOid rowOid, Object userData)
           
 boolean UsmUserTableMeta.isRowStatus(SnmpOid rowOid, long var, Object userData)
           
 int UsmUserTableMeta.mapRowStatus(SnmpOid rowOid, SnmpVarBind vbstatus, Object userData)
           
 void TableUsmUserTableImpl.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
          A user has been removed from SNMP.
 void TableUsmUserTable.removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta)
           
 void UsmUserTableMeta.set(SnmpMibSubRequest req, SnmpOid rowOid, int depth)
           
 SnmpValue UsmUserTableMeta.setRowStatus(SnmpOid rowOid, int status, Object userData)
           
 void UsmUserTableMeta.validateVarEntryId(SnmpOid rowOid, long var, Object data)
          check that the given "var" identifies a columnar object.
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.