|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines an interface for a client-side SessionControlService hosted under a CamsClient.
| Method Summary | |
SessionControlResponse |
controlSession(SessionControlRequest scReq)
SessionControlenticate a subject. |
SessionControlRequest |
createSessionControlRequest()
Create an empty SessionControlRequest. |
void |
destroy(SessionControlRequest scReq)
Destroy an SessionControlRequest. |
void |
destroy(SessionControlResponse scRes)
Destroy an SessionControlResponse. |
| Methods inherited from interface com.cafesoft.core.service.Service |
destroy, getServiceConfig, initialize |
| Methods inherited from interface com.cafesoft.core.util.Debuggable |
setDebug |
| Method Detail |
public SessionControlResponse controlSession(SessionControlRequest scReq)
throws SessionControlException
scReq - the session control request
SessionControlException - if an error when executing the
session control request.SessionControlRequest,
SessionControlResponse,
SessionControlExceptionpublic SessionControlRequest createSessionControlRequest()
public void destroy(SessionControlRequest scReq)
scReq - the SessionControlRequest to be destroyed.public void destroy(SessionControlResponse scRes)
scRes - the SessionControlResponse to be destroyed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||