|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface QuiesceInterface
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 | |
|---|---|
abstract void |
quiesce(UserContextInterface userContext)
Quiesce the service. |
abstract void |
resume(UserContextInterface userContext)
Resume the service. |
| Method Detail |
|---|
void quiesce(UserContextInterface userContext)
throws ServiceException,
QuiesceException,
java.rmi.RemoteException
userContext - The user context.
ServiceException - If a service error occurs.
QuiesceException - If an error occurs quiescing the service.
java.rmi.RemoteException - If a network anomaly is encountered.
void resume(UserContextInterface userContext)
throws ServiceException,
QuiesceException,
java.rmi.RemoteException
userContext - The user context.
ServiceException - If a service error occurs.
QuiesceException - If an error occurs resuming the service.
java.rmi.RemoteException - If a network anomaly is encountered.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||