com.adventnet.snmp.snmp2
Class SnmpProxyEntry

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

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

See Also:
Serialized Form

Constructor Summary
SnmpProxyEntry(byte[])
           
SnmpProxyEntry(byte[], byte, byte[], byte[], byte[], byte[])
           
 
Method Summary
 byte[] getProxyMultipleTargetOut()
           
 byte[] getProxyName()
           
 byte[] getProxySingleTargetOut()
           
 byte[] getProxyTargetParamsIn()
           
 byte getProxyType()
           
 int getRowStatus()
           
 byte[] getSnmpProxyContextID()
           
 byte[] getSnmpProxyContextName()
           
 int getStorageType()
           
 boolean ifProxyEntryMatches(SnmpPDU, SnmpTargetParamsTable)
           
 boolean isProxyEntryMatches(SnmpPDU, SnmpTargetParamsTable)
           
 boolean setProxyMultipleTargetOut(byte[])
           
 void setProxySingleTargetOut(byte[])
           
 void setProxyTargetParamsIn(byte[])
           
 void setProxyType(byte)
           
 void setRowStatus(int)
           
 void setSnmpProxyContextID(byte[])
           
 void setSnmpProxyContextName(byte[])
           
 void setStorageType(int)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpProxyEntry

public SnmpProxyEntry(byte[])

SnmpProxyEntry

public SnmpProxyEntry(byte[],
                      byte,
                      byte[],
                      byte[],
                      byte[],
                      byte[])
Method Detail

getProxyMultipleTargetOut

public byte[] getProxyMultipleTargetOut()

getProxyName

public byte[] getProxyName()

getProxySingleTargetOut

public byte[] getProxySingleTargetOut()

getProxyTargetParamsIn

public byte[] getProxyTargetParamsIn()

getProxyType

public byte getProxyType()

getRowStatus

public int getRowStatus()

getSnmpProxyContextID

public byte[] getSnmpProxyContextID()

getSnmpProxyContextName

public byte[] getSnmpProxyContextName()

getStorageType

public int getStorageType()

ifProxyEntryMatches

public boolean ifProxyEntryMatches(SnmpPDU,
                                   SnmpTargetParamsTable)

isProxyEntryMatches

public boolean isProxyEntryMatches(SnmpPDU,
                                   SnmpTargetParamsTable)

setProxyMultipleTargetOut

public boolean setProxyMultipleTargetOut(byte[])

setProxySingleTargetOut

public void setProxySingleTargetOut(byte[])

setProxyTargetParamsIn

public void setProxyTargetParamsIn(byte[])

setProxyType

public void setProxyType(byte)

setRowStatus

public void setRowStatus(int)

setSnmpProxyContextID

public void setSnmpProxyContextID(byte[])

setSnmpProxyContextName

public void setSnmpProxyContextName(byte[])

setStorageType

public void setStorageType(int)


Copyright (c)AdventNet Inc., 1996-2006