|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceInfrastructure
| Method Summary | |
|---|---|
void |
addChildDSR(String identifier)
Add child DSR service url |
List<String> |
getChildDSRs()
Get every child DSR services |
String |
getParent()
Get parent DSR |
List<String> |
getParentsRoute()
Get parents route |
void |
setParent(String identifier)
Set the parent DSR |
void |
setParentsRoute(List<String> identifiers)
Set the parents route |
| Method Detail |
|---|
void setParentsRoute(List<String> identifiers)
throws EmptyIdentifierFailureException,
NullPointerFailureException
list - of the parents identifier
EmptyIdentifierFailureException - throws exception if identifiers is empty
NullPointerFailureException - throws exception if identifiers is a NULL pointer
void setParent(String identifier)
throws EmptyIdentifierFailureException,
NullPointerFailureException
parent's - identifier
EmptyIdentifierFailureException - throws exception if identifiers is empty
NullPointerFailureException - throws exception if identifiers is a NULL pointerString getParent()
None -
List<String> getParentsRoute()
None -
List<String> getChildDSRs()
None -
void addChildDSR(String identifier)
throws AlreadyExistFailureException,
EmptyIdentifierFailureException,
NullPointerFailureException
url - of the child service
EmptyIdentifierFailureException - throws exception if identifier is empty
NullPointerFailureException - throws exception if identifier is a NULL pointer
AlreadyExistFailureException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||