|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.cmi.ha.BeanInfo
This class holds the required information to replicate the beans' state
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 |
public ObjectId bId
public byte[] state
Constructor Detail |
public BeanInfo(ObjectId bid, byte[] state)
bid
- state
- Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |