|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface that all SharedletServices should implement. Each service implement will be placed in GXO under a meeting (or session)'s context in the "/services/" directory. The name of the service bound should be the name of the direct descendant interface of SharedletService.
For example, the CommunicationService interface extends SharedletService and provides event bus functionality; therefore, an implementation of the CommunicationService will be placed under "/services/CommunicationService".
Method Summary | |
void |
init()
Initialize the service. |
void |
resume()
Resume the service. |
void |
shutdown()
Shutdown the service. |
void |
suspend()
Suspend the service. |
Method Detail |
public void init()
public void suspend()
public void shutdown()
public void resume()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |