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 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)

Field Summary
protected static org.objectweb.util.monolog.api.Logger cmilogger
          Logger for traces
 
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
 

Field Detail

cmilogger

protected static org.objectweb.util.monolog.api.Logger cmilogger
Logger for traces

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


Copyright © 2007 OW2 Consortium. All Rights Reserved.