org.objectweb.carol.cmi.ha
Interface HaUtilsDelegate


public interface HaUtilsDelegate

Utility delegate class

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

Method Summary
 void injectState(java.lang.Object bean, byte[] beanState)
          Injects the serialized state of the bean in the corresponding beanSwitch
 

Method Detail

injectState

void injectState(java.lang.Object bean,
                 byte[] beanState)
                 throws java.lang.Exception
Injects the serialized state of the bean in the corresponding beanSwitch

Parameters:
bean - target bean
beanState - state to inject
Throws:
java.lang.Exception - if an error occurs