com.arjuna.ats.arjuna.tools.osb.api.mbeans
Class ObjectStateWrapper

java.lang.Object
  extended by com.arjuna.ats.arjuna.tools.osb.api.mbeans.ObjectStateWrapper
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OutputObjectStateWrapper

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

Wrapper for ObjectInputState and ObjectOutputState to facilitate use in JMX invocations

See Also:
Serialized Form

Constructor Summary
ObjectStateWrapper()
           
ObjectStateWrapper(InputObjectState ios)
           
ObjectStateWrapper(InputObjectState ios, boolean ok)
           
ObjectStateWrapper(OutputObjectState oos)
           
 
Method Summary
 byte[] getBuff()
           
 InputObjectState getIOS()
           
 Uid getNewUid()
           
 OutputObjectState getOOS()
           
 java.lang.String gettName()
           
 boolean isValid()
           
 void setValid(boolean valid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStateWrapper

public ObjectStateWrapper(OutputObjectState oos)

ObjectStateWrapper

public ObjectStateWrapper(InputObjectState ios)

ObjectStateWrapper

public ObjectStateWrapper(InputObjectState ios,
                          boolean ok)

ObjectStateWrapper

public ObjectStateWrapper()
Method Detail

isValid

public boolean isValid()

setValid

public void setValid(boolean valid)

getIOS

public InputObjectState getIOS()

getOOS

public OutputObjectState getOOS()

getNewUid

public Uid getNewUid()

gettName

public java.lang.String gettName()

getBuff

public byte[] getBuff()