amwebarsentitlementservice.session.status
Class SessionStatus
java.lang.Object
|
+--amwebarsentitlementservice.session.status.SessionStatus
- public class SessionStatus
- extends java.lang.Object
Constructor Summary |
SessionStatus()
Constructor for SessionStatus. |
SessionStatus(java.lang.Exception exception_catched)
Constructor for SessionStatus. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SessionStatus
public SessionStatus()
- Constructor for SessionStatus.
SessionStatus
public SessionStatus(java.lang.Exception exception_catched)
- Constructor for SessionStatus.
addClientException
public void addClientException(AMWebARSClient client,
ClientInitException client_status)
addClientException
public void addClientException(AMWebARSClient client,
ClientShutdownException client_status)
addClientException
public void addClientException(AMWebARSClient client,
ClientRunException client_status)
addContainersNotRetrieved
public void addContainersNotRetrieved(AMWebARSClient client)
getClientInitExceptions
public java.lang.String getClientInitExceptions()
getClientShutdownExceptions
public java.lang.String getClientShutdownExceptions()
getClientRunExceptions
public java.lang.String getClientRunExceptions()
getContainersNotRetrieved
public java.lang.String getContainersNotRetrieved()
getExceptionCatched
public java.lang.Exception getExceptionCatched()
- Returns the exception_catched.
- Returns:
- Exception
setExceptionCatched
public void setExceptionCatched(java.lang.Exception exception_catched)
- Sets the exception_catched.
- Parameters:
exception_catched
- The exception_catched to set
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object