|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The client-side representation of a service-side session. This interface provides access to the unique identifier of the session as well as any resource properties that are associated with the session.
Method Summary | |
SessionID |
getSessionID()
Returns the identity of the session that the request was joined to. |
RequestStatus |
getStatus()
Gets the status of the current request for the session. |
Method Detail |
public SessionID getSessionID()
SessionID
public RequestStatus getStatus() throws ServiceCommsException, ResourceUnknownException, ServerException, UnknownPropertyException, DataFormatException, AuthorisationException
UnknownPropertyException
- If the resource has no property for the status of the
current request for the session.
ResourceUnknownException
- If the resource to which the session belongs is unknown to
the service.
AuthorisationException
- If the client is not authorised to access this
information.
ServerException
- If there was an error server-side.
DataFormatException
- If the structure of the status information from the service
cannot be parsed by the client toolkit.
ServiceCommsException
- If there was an error communicating with the service.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |