|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.emi.dsr.infrastructure.ChildrenManager
public class ChildrenManager
| Constructor Summary | |
|---|---|
protected |
ChildrenManager()
Default constructor if you don't want to use as a singleton class |
| Method Summary | |
|---|---|
boolean |
addChildDSR(String identifier)
Add children DSR. |
void |
childLiveCheck()
Checked every child DSR with ping message. |
List<String> |
getChildDSRs()
Get list of children's. |
static ChildrenManager |
getInstance()
Get only one instance for the children manager class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ChildrenManager()
None - | Method Detail |
|---|
public static ChildrenManager getInstance()
None -
public List<String> getChildDSRs()
None -
public boolean addChildDSR(String identifier)
throws EmptyIdentifierFailureException,
NullPointerFailureException
URL - of the child DSR
EmptyIdentifierFailureException
NullPointerFailureExceptionpublic void childLiveCheck()
None -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||