|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Request dist1.acb.common.transport.RequestUpdate dist1.acb.CBL.concretePackets.RequestJoin
Request for joining the PB-Group
Constructor Summary | |
RequestJoin(CBL cbl)
Creates a new instance of RequestJoin |
Method Summary | |
CBL |
getCbl()
Getter for property cbl. |
void |
setCbl(CBL cbl)
Setter for property cbl. |
Methods inherited from class dist1.acb.common.transport.Packet |
equals, getId, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestJoin(CBL cbl) throws java.lang.CloneNotSupportedException
cbl
- Full inforamtion about CBL which want to join the system
java.lang.CloneNotSupportedException
- if the object's class (CBL) does not
support the Cloneable interfaceMethod Detail |
public void setCbl(CBL cbl) throws java.lang.CloneNotSupportedException
cbl
- New value of property cbl.
java.lang.CloneNotSupportedException
- if the object's class (CBL) does not
support the Cloneable interfacepublic CBL getCbl()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |