toolbox.oracle.siebel.session.beans
Class TokenMessage

java.lang.Object
  extended by toolbox.oracle.siebel.session.beans.TokenMessage

public class TokenMessage
extends java.lang.Object

Wrapper class to convey token related information.

Author:
Hannes Holtzhausen

Constructor Summary
TokenMessage()
          Default constructor.
 
Method Summary
 Token getLeasedToken()
          Return the leased token.
 java.lang.String getPoolStatus()
          Return the pool status property for this message.
 Token getReissuedToken()
          Return the reissued token.
 java.lang.String getSessionPoolName()
          Return the session pool name property for this message.
 java.lang.String getStatus()
          Return the status property for this message.
 void setLeasedToken(Token token)
          Set the leased token.
 void setPoolStatus(java.lang.String poolStatus)
          Set the pool status property for this message.
 void setReissuedToken(Token token)
          Set the reissued token.
 void setSessionPoolName(java.lang.String poolName)
          Set the session pool name property for this message.
 void setStatus(java.lang.String status)
          Set the status property for this message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenMessage

public TokenMessage()
Default constructor.

Method Detail

setSessionPoolName

public void setSessionPoolName(java.lang.String poolName)
Set the session pool name property for this message.

Parameters:
poolName - String containing the pool name.

getSessionPoolName

public java.lang.String getSessionPoolName()
Return the session pool name property for this message.

Returns:
String containing the pool name property.

setStatus

public void setStatus(java.lang.String status)
Set the status property for this message.

Parameters:
status - String containing an optional status message.

getStatus

public java.lang.String getStatus()
Return the status property for this message.

Returns:
String containing the status property.

setPoolStatus

public void setPoolStatus(java.lang.String poolStatus)
Set the pool status property for this message.

Parameters:
poolStatus - String containing an optional pool status message.

getPoolStatus

public java.lang.String getPoolStatus()
Return the pool status property for this message.

Returns:
String containing the pool status property.

setLeasedToken

public void setLeasedToken(Token token)
Set the leased token.

Parameters:
token - Token instance leased from the pool.

getLeasedToken

public Token getLeasedToken()
Return the leased token.

Returns:
Token instance

setReissuedToken

public void setReissuedToken(Token token)
Set the reissued token.

Parameters:
token - Token instance reissed by siebel.

getReissuedToken

public Token getReissuedToken()
Return the reissued token.

Returns:
Token instacne.