org.enhydra.barracuda.core.event.events
Class LongRunningEventGateway

java.lang.Object
  extended byorg.enhydra.barracuda.core.event.DefaultEventGateway
      extended byorg.enhydra.barracuda.core.event.events.LongRunningEventGateway
All Implemented Interfaces:
EventGateway

public class LongRunningEventGateway
extends DefaultEventGateway

Event handlers (both Controller and View) for the LongRunning events


Field Summary
static String CANCEL_LONG_RUNNING
           
static String CHECK_LONG_RUNNING
           
static int DEFAULT_ETA
           
static int DEFAULT_REFRESH_RATE
           
static Class DEFAULT_TEMPLATE
           
protected static org.apache.log4j.Logger logger
           
static String LRG_ID
           
static String PERCENT_COMPLETE
           
static String PERCENT_REMAINING
           
static String REFRESH_RATE
           
static String STATEMAP_VALUE
           
static String TIME_ELAPSED
           
static String TIME_ETA
           
static String TIME_REMAINING
           
 
Constructor Summary
LongRunningEventGateway()
          Public constructor
 
Methods inherited from class org.enhydra.barracuda.core.event.DefaultEventGateway
add, deregister, deregisterLocalEventInterests, getChildren, getParent, print, printStackTrace, printStackTrace, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger

DEFAULT_TEMPLATE

public static Class DEFAULT_TEMPLATE

DEFAULT_ETA

public static int DEFAULT_ETA

DEFAULT_REFRESH_RATE

public static int DEFAULT_REFRESH_RATE

CHECK_LONG_RUNNING

public static final String CHECK_LONG_RUNNING
See Also:
Constant Field Values

CANCEL_LONG_RUNNING

public static final String CANCEL_LONG_RUNNING
See Also:
Constant Field Values

TIME_ETA

public static final String TIME_ETA
See Also:
Constant Field Values

TIME_ELAPSED

public static final String TIME_ELAPSED
See Also:
Constant Field Values

TIME_REMAINING

public static final String TIME_REMAINING
See Also:
Constant Field Values

PERCENT_COMPLETE

public static final String PERCENT_COMPLETE
See Also:
Constant Field Values

PERCENT_REMAINING

public static final String PERCENT_REMAINING
See Also:
Constant Field Values

STATEMAP_VALUE

public static final String STATEMAP_VALUE
See Also:
Constant Field Values

REFRESH_RATE

public static final String REFRESH_RATE
See Also:
Constant Field Values

LRG_ID

public static final String LRG_ID
See Also:
Constant Field Values
Constructor Detail

LongRunningEventGateway

public LongRunningEventGateway()
Public constructor



Copyright © 2003 BarracudaMVC.org All Rights Reserved.