All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ss98.snmp.OID

java.lang.Object
   |
   +----ss98.snmp.OID

public class OID
extends Object
implements Serializable
This is the that contains each SNMP oid. It is used so that we can easilty keep track of the bounds and description for each OID $Id: OID.java,v 1.4 1999/05/06 06:04:54 jeremiah Exp jeremiah $ $Log: OID.java,v $ Revision 1.4 1999/05/06 06:04:54 jeremiah Added Location Revision 1.3 1999/05/05 20:05:39 jeremiah Added update(String value) Takes a string int and set the percent value Revision 1.2 1999/04/30 07:31:11 jeremiah created Revision 1.1 1999/04/30 07:26:36 jeremiah Initial revision


Variable Index

 o location
 o lowerBound
 o name
 o oid
 o percent
 o upperBound
 o value

Constructor Index

 o OID(String, String, int, int)

Method Index

 o update(String)

Variables

 o name
 public String name
 o oid
 public String oid
 o upperBound
 public int upperBound
 o lowerBound
 public int lowerBound
 o percent
 public float percent
 o location
 public Rectangle location
 o value
 public String value

Constructors

 o OID
 public OID(String name,
            String oid,
            int upperBound,
            int lowerBound)

Methods

 o update
 public void update(String value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index