|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PingService
Defines an interface for a client-side PingService hosted under a CamsClient.
| Method Summary | |
|---|---|
PingRequest |
createPingRequest()
Create an empty PingRequest. |
void |
destroy(PingRequest pingReq)
Destroy an PingRequest. |
void |
destroy(PingResponse pingRes)
Destroy an PingResponse. |
PingResponse |
ping(PingRequest pingReq)
Ping the Cams policy server |
| Methods inherited from interface com.cafesoft.core.service.Service |
|---|
destroy, getServiceConfig, initialize |
| Methods inherited from interface com.cafesoft.core.util.Debuggable |
|---|
setDebug |
| Method Detail |
|---|
PingResponse ping(PingRequest pingReq)
throws PingException,
CamsTransportException
pingReq - the access control request
PingException - if an error when executing the ping
CamsTransportExceptionPingRequest,
PingResponse,
PingExceptionPingRequest createPingRequest()
void destroy(PingRequest pingReq)
pingReq - the PingRequest to be destroyed.void destroy(PingResponse pingRes)
pingRes - the PingResponse to be destroyed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||