com.bankframe.fe.statemachine.base
Class EventBlocker

java.lang.Object
  extended bycom.bankframe.fe.statemachine.base.EventBlocker

public class EventBlocker
extends java.lang.Object


Field Summary
static java.lang.String LAST_EVENT
           
static java.lang.String LAST_EVENT_TIMESTAMP
           
 
Constructor Summary
EventBlocker()
           
 
Method Summary
static boolean blockEvent(java.lang.String stateId, java.lang.String eventName, IUserSession userSession)
           
static boolean blockMultipleEvents()
           
static long getEventThresholdValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAST_EVENT

public static final java.lang.String LAST_EVENT
See Also:
Constant Field Values

LAST_EVENT_TIMESTAMP

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

EventBlocker

public EventBlocker()
Method Detail

blockMultipleEvents

public static boolean blockMultipleEvents()

getEventThresholdValue

public static long getEventThresholdValue()

blockEvent

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


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