|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChildMinder
Defines the interface an object needs to implement if it wants to manager children. Primitives expect their parent to implement this interface so they can register for liveness and termination messages
| Method Summary | |
|---|---|
void |
sfAddChild(Liveness child)
Add a child. |
java.util.Enumeration |
sfChildren()
Gets an enumeration over the children of the implementor. |
boolean |
sfContainsChild(Liveness child)
Request whether implementor contains a given child. |
boolean |
sfRemoveChild(Liveness child)
Remove a child. |
| Method Detail |
|---|
void sfAddChild(Liveness child)
throws java.rmi.RemoteException
child - child to add
java.rmi.RemoteException - In case of Remote/nework error
boolean sfRemoveChild(Liveness child)
throws SmartFrogRuntimeException,
java.rmi.RemoteException
child - child to add
SmartFrogRuntimeException - if failed to remove the child
java.rmi.RemoteException - In case of Remote/nework error
boolean sfContainsChild(Liveness child)
throws java.rmi.RemoteException
child - child to check for
java.rmi.RemoteException - In case of Remote/nework error
java.util.Enumeration sfChildren()
throws java.rmi.RemoteException
java.rmi.RemoteException - In case of Remote/nework error
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||