org.objectweb.carol.cmi.ha
Class BeanInfo

java.lang.Object
  extended byorg.objectweb.carol.cmi.ha.BeanInfo
All Implemented Interfaces:
java.io.Serializable

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

This class holds the required information to replicate the beans' state

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

Field Summary
 ObjectId bId
          The ObjectId of the bean as unique identifier for beanChanges table
 byte[] state
          The bean state as an array of bytes
 
Constructor Summary
BeanInfo(ObjectId bid, byte[] state)
          Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bId

public ObjectId bId
The ObjectId of the bean as unique identifier for beanChanges table


state

public byte[] state
The bean state as an array of bytes

Constructor Detail

BeanInfo

public BeanInfo(ObjectId bid,
                byte[] state)
Constructor

Parameters:
bid -
state -
Method Detail

toString

public java.lang.String toString()