|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.rest.SessionConfirmation
public class SessionConfirmation
A class to expose the session confirmation number via a nucleus component.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
SessionConfirmation()
Constructor |
|
| Method Summary | |
|---|---|
long |
getSessionConfirmationNumber()
Returns the session confirmation number |
boolean |
isEnforceReadOnce()
If set to true, only allow the session confirmation number to be read once per session, throwing an IllegalStateException on subsequent reads. |
boolean |
isRead()
Initially set to false, this property reflects whether or not the session confirmation number has already been read for the current session. |
void |
setEnforceReadOnce(boolean pEnforceReadOnce)
|
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public SessionConfirmation()
| Method Detail |
|---|
public boolean isEnforceReadOnce()
public void setEnforceReadOnce(boolean pEnforceReadOnce)
pEnforceReadOnce - the value of enforceReadOncepublic boolean isRead()
public long getSessionConfirmationNumber()
java.lang.IllegalStateException - if the session confirmation number has already been read for the current session
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||