org.snmp4j.mp
Class MutableStateReference

java.lang.Object
  extended by org.snmp4j.mp.MutableStateReference

public class MutableStateReference
extends java.lang.Object

The MutableStateReference encapsulates a StateReference for read/write access.

Version:
1.0
Author:
Frank Fock

Constructor Summary
MutableStateReference()
           
 
Method Summary
 StateReference getStateReference()
           
 void setStateReference(StateReference stateReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableStateReference

public MutableStateReference()
Method Detail

getStateReference

public StateReference getStateReference()

setStateReference

public void setStateReference(StateReference stateReference)

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.