com.adventnet.snmp.snmp2
Class SnmpProxyTable

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

public synchronized class SnmpProxyTable
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 boolean addEntry(SnmpProxyEntry)
           
 void deSerialize()
           
 void deSerialize(java.io.ObjectInputStream)
           
 SnmpProxyEntry getEntry(byte[])
           
 java.util.Enumeration getEnumeration()
           
 void removeAllEntries()
           
 void removeEntry(byte[])
           
 void removeEntry(SnmpProxyEntry)
           
 void serialize()
           
 void serialize(java.io.ObjectOutputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addEntry

public boolean addEntry(SnmpProxyEntry)

deSerialize

public void deSerialize()

deSerialize

public void deSerialize(java.io.ObjectInputStream)

getEntry

public SnmpProxyEntry getEntry(byte[])

getEnumeration

public java.util.Enumeration getEnumeration()

removeAllEntries

public void removeAllEntries()

removeEntry

public void removeEntry(SnmpProxyEntry)

removeEntry

public void removeEntry(byte[])

serialize

public void serialize()

serialize

public void serialize(java.io.ObjectOutputStream)


Copyright (c)AdventNet Inc., 1996-2006