|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 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 |
public PingResponse ping(PingRequest pingReq)
throws PingException
pingReq - the access control request
PingException - if an error when executing the pingPingRequest,
PingResponse,
PingExceptionpublic PingRequest createPingRequest()
public void destroy(PingRequest pingReq)
pingReq - the PingRequest to be destroyed.public 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 | ||||||||||