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.
 
Method Summary
 void addClientException(AMWebARSClient client, ClientInitException client_status)
           
 void addClientException(AMWebARSClient client, ClientRunException client_status)
           
 void addClientException(AMWebARSClient client, ClientShutdownException client_status)
           
 void addContainersNotRetrieved(AMWebARSClient client)
           
 java.lang.String getClientInitExceptions()
           
 java.lang.String getClientRunExceptions()
           
 java.lang.String getClientShutdownExceptions()
           
 java.lang.String getContainersNotRetrieved()
           
 java.lang.Exception getExceptionCatched()
          Returns the exception_catched.
 void setExceptionCatched(java.lang.Exception exception_catched)
          Sets the exception_catched.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionStatus

public SessionStatus()
Constructor for SessionStatus.

SessionStatus

public SessionStatus(java.lang.Exception exception_catched)
Constructor for SessionStatus.
Method Detail

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