com.ibm.retail.AEF.session
Class SessionStatusEvent

java.lang.Object
  |
  +--com.ibm.retail.AEF.session.SessionStatusEvent
All Implemented Interfaces:
java.io.Serializable

public class SessionStatusEvent
extends java.lang.Object
implements java.io.Serializable

A SessionStatusEvent is generated when the status of an AEFSession changes. Status changes occur during session initialization and when the session ends.

See Also:
Serialized Form

Field Summary
static java.lang.String CREATING_AUTOMATION
           
static java.lang.String CREATING_DATA_PROVIDER
           
static java.lang.String CREATING_DEVICE_MANAGER
           
static java.lang.String CREATING_DEVICE_REGISTRY
           
static java.lang.String CREATING_HOOKS
           
static java.lang.String CREATING_JIOP
           
static java.lang.String CREATING_SESSION
           
protected  java.lang.String description
           
static java.lang.String LOADING_DEVICE_HANDLERS
           
protected  int percentComplete
           
static java.lang.String SESSION_JIOP_READY_DESC
           
static java.lang.String SESSION_READY_DESC
           
static java.lang.String SESSION_SHUTDOWN_DESC
           
protected  java.lang.String terminalNumber
           
 
Constructor Summary
SessionStatusEvent()
          Constructor
SessionStatusEvent(java.lang.String term, java.lang.String desc, int percent)
          Constructor.
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the status event.
 int getPercentComplete()
          Returns the percentage of session initialazation that is complete.
 java.lang.String getTerminalNumber()
          Returns the session terminal number.
 void setDescription(java.lang.String desc)
          Set the description of the status event.
 void setPercentComplete(int percent)
          Set the percent complete.
 void setTerminalNumber(java.lang.String term)
          Sets the session terminal number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_READY_DESC

public static java.lang.String SESSION_READY_DESC

SESSION_JIOP_READY_DESC

public static java.lang.String SESSION_JIOP_READY_DESC

SESSION_SHUTDOWN_DESC

public static java.lang.String SESSION_SHUTDOWN_DESC

CREATING_SESSION

public static java.lang.String CREATING_SESSION

CREATING_DATA_PROVIDER

public static java.lang.String CREATING_DATA_PROVIDER

CREATING_AUTOMATION

public static java.lang.String CREATING_AUTOMATION

CREATING_DEVICE_MANAGER

public static java.lang.String CREATING_DEVICE_MANAGER

CREATING_HOOKS

public static java.lang.String CREATING_HOOKS

LOADING_DEVICE_HANDLERS

public static java.lang.String LOADING_DEVICE_HANDLERS

CREATING_JIOP

public static java.lang.String CREATING_JIOP

CREATING_DEVICE_REGISTRY

public static java.lang.String CREATING_DEVICE_REGISTRY

terminalNumber

protected java.lang.String terminalNumber

percentComplete

protected int percentComplete

description

protected java.lang.String description
Constructor Detail

SessionStatusEvent

public SessionStatusEvent()
Constructor


SessionStatusEvent

public SessionStatusEvent(java.lang.String term,
                          java.lang.String desc,
                          int percent)
Constructor.

Parameters:
term - terminal number
desc - description of the event
percent - percent of session initialization complete
Method Detail

getTerminalNumber

public java.lang.String getTerminalNumber()
Returns the session terminal number.

Returns:
terminal number

getPercentComplete

public int getPercentComplete()
Returns the percentage of session initialazation that is complete.

Returns:
percentage of session initialization that has completed.

getDescription

public java.lang.String getDescription()
Returns the description of the status event.

Returns:
description of the event

setTerminalNumber

public void setTerminalNumber(java.lang.String term)
Sets the session terminal number.

Parameters:
term - terminal number

setPercentComplete

public void setPercentComplete(int percent)
Set the percent complete.

Parameters:
percent - percentage complete of session initialization

setDescription

public void setDescription(java.lang.String desc)
Set the description of the status event.

Parameters:
desc - description of the event


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004