|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionControlService
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 |
|---|
SessionControlResponse controlSession(SessionControlRequest scReq)
throws SessionControlException,
CamsTransportException
scReq - the session control request
SessionControlException - if an error when executing the
session control request.
CamsTransportExceptionSessionControlRequest,
SessionControlResponse,
SessionControlExceptionSessionControlRequest createSessionControlRequest()
void destroy(SessionControlRequest scReq)
scReq - the SessionControlRequest to be destroyed.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 | |||||||||