|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
The QuiesceInterface provides a mechanism for quiescing and/or resuming a service.
A service should directly implement this interface if it is remoteable and it intends to support the quiesce and resume functionality.
| Method Summary | |
void |
quiesce(UserContextInterface userContext)
Quiesce the service. |
void |
resume(UserContextInterface userContext)
Resume the service. |
| Method Detail |
public void quiesce(UserContextInterface userContext)
throws ServiceException,
QuiesceException,
RemoteException
userContext - The user context.ServiceException - If a service error occurs.QuiesceException - If an error occurs quiescing the service.RemoteException - If a network anomaly is encountered.
public void resume(UserContextInterface userContext)
throws ServiceException,
QuiesceException,
RemoteException
userContext - The user context.ServiceException - If a service error occurs.QuiesceException - If an error occurs resuming the service.RemoteException - If a network anomaly is encountered.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||