org.objectweb.jonas.ha
Class StatefulBeanRefImpl

java.lang.Object
  extended by org.objectweb.jonas.ha.StatefulBeanRefImpl
All Implemented Interfaces:
org.objectweb.carol.cmi.ha.StatefulBeanReference

public class StatefulBeanRefImpl
extends java.lang.Object
implements org.objectweb.carol.cmi.ha.StatefulBeanReference

This class implements reference to beans

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)

Constructor Summary
StatefulBeanRefImpl(JStatefulSwitch bs)
           
 
Method Summary
 byte[] getState()
           
 void injectState(byte[] state)
           
 boolean isModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulBeanRefImpl

public StatefulBeanRefImpl(JStatefulSwitch bs)
Method Detail

getState

public byte[] getState()
Specified by:
getState in interface org.objectweb.carol.cmi.ha.StatefulBeanReference

isModified

public boolean isModified()
Specified by:
isModified in interface org.objectweb.carol.cmi.ha.StatefulBeanReference

injectState

public void injectState(byte[] state)
Specified by:
injectState in interface org.objectweb.carol.cmi.ha.StatefulBeanReference