com.bankframe.fe.statemachine.base
Class StateBlocker

java.lang.Object
  |
  +--com.bankframe.fe.statemachine.base.StateBlocker

public class StateBlocker
extends java.lang.Object


Field Summary
static java.lang.String LAST_STATE
           
 
Constructor Summary
StateBlocker()
           
 
Method Summary
static boolean blockState(java.lang.String stateId, IUserSession userSession)
           
static boolean blockStates()
           
static void updateLastState(java.lang.String stateId, IUserSession userSession)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAST_STATE

public static final java.lang.String LAST_STATE
See Also:
Constant Field Values
Constructor Detail

StateBlocker

public StateBlocker()
Method Detail

blockStates

public static boolean blockStates()

blockState

public static boolean blockState(java.lang.String stateId,
                                 IUserSession userSession)

updateLastState

public static void updateLastState(java.lang.String stateId,
                                   IUserSession userSession)


Copyright © 2005 Siebel Systems, Inc. All rights reserved.