org.snmp4j
Class MutablePDU

java.lang.Object
  extended by org.snmp4j.MutablePDU
All Implemented Interfaces:
java.io.Serializable

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

The MutablePDU is a container for a PDU instance.

Version:
1.0
Author:
Frank Fock
See Also:
Serialized Form

Constructor Summary
MutablePDU()
           
 
Method Summary
 PDU getPdu()
           
 void setPdu(PDU pdu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutablePDU

public MutablePDU()
Method Detail

getPdu

public PDU getPdu()

setPdu

public void setPdu(PDU pdu)

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.