|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.mts.service.ServiceStack
This class provides a convenient mechanism for initialising a set
of Services to form a stack
Constructor Summary | |
ServiceStack()
Default constructor |
Method Summary | |
void |
add(Service s)
Adds the given Service to the stack, but doesn't initialise it - this occurs when initialise() is invoked. |
void |
initialise()
Links all Service's within the stack together |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceStack()
Method Detail |
public void add(Service s)
s
- The Service to add to the stackpublic void initialise()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |