org.enhydra.barracuda.config
Class EventConfig

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

public class EventConfig
extends DefaultEventGateway

This class provides the methods needed to configure the event screen


Field Summary
static String APPLICATION_GATEWAY_DL
           
static String APPLICATION_GATEWAY_FORCE_GC
           
static String APPLICATION_GATEWAY_USE_EVENT_POOLING
           
static String DEFAULT_BASE_EVENT_LISTENER_DL
           
static String DEFAULT_BASE_EVENT_USE_ID_ALIASES
           
static String DEFAULT_DISPATCH_QUEUE_DL
           
static String DEFAULT_DOM_WRITER_DPP_FALSE
           
static String DEFAULT_EVENT_BROKER_DL
           
static String DEFAULT_EVENT_CONTEXT_DL
           
static String DEFAULT_EVENT_DISPATCHER_DL
           
static String DEFAULT_EVENT_DISPATCHER_MAX_DISPATCH
           
static String DEFAULT_EVENT_DISPATCHER_MAX_POLY
           
static String DEFAULT_EVENT_GATEWAY_DL
           
static String DEFAULT_EVENT_POOL_CLEANUP_LOCKED_EVENTS
           
static String DEFAULT_EVENT_POOL_DL
           
static String ERROR_MESSAGE
           
static String EVENT_FORWARDING_FACTORY_DL
           
static String EVENT_REDIRECT_FACTORY_DL
           
static String FORM
           
protected static org.apache.log4j.Logger logger
           
static String MODEL_NAME
           
static String SUCCESS_MESSAGE
           
static String UPDATE_BUTTON
           
 
Constructor Summary
EventConfig()
           
 
Method Summary
 TemplateModel getModel()
           
 
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

FORM

public static final String FORM

MODEL_NAME

public static final String MODEL_NAME
See Also:
Constant Field Values

APPLICATION_GATEWAY_DL

public static final String APPLICATION_GATEWAY_DL
See Also:
Constant Field Values

APPLICATION_GATEWAY_USE_EVENT_POOLING

public static final String APPLICATION_GATEWAY_USE_EVENT_POOLING
See Also:
Constant Field Values

APPLICATION_GATEWAY_FORCE_GC

public static final String APPLICATION_GATEWAY_FORCE_GC
See Also:
Constant Field Values

DEFAULT_BASE_EVENT_USE_ID_ALIASES

public static final String DEFAULT_BASE_EVENT_USE_ID_ALIASES
See Also:
Constant Field Values

DEFAULT_DOM_WRITER_DPP_FALSE

public static final String DEFAULT_DOM_WRITER_DPP_FALSE
See Also:
Constant Field Values

DEFAULT_BASE_EVENT_LISTENER_DL

public static final String DEFAULT_BASE_EVENT_LISTENER_DL
See Also:
Constant Field Values

DEFAULT_DISPATCH_QUEUE_DL

public static final String DEFAULT_DISPATCH_QUEUE_DL
See Also:
Constant Field Values

DEFAULT_EVENT_BROKER_DL

public static final String DEFAULT_EVENT_BROKER_DL
See Also:
Constant Field Values

DEFAULT_EVENT_CONTEXT_DL

public static final String DEFAULT_EVENT_CONTEXT_DL
See Also:
Constant Field Values

DEFAULT_EVENT_DISPATCHER_DL

public static final String DEFAULT_EVENT_DISPATCHER_DL
See Also:
Constant Field Values

DEFAULT_EVENT_DISPATCHER_MAX_POLY

public static final String DEFAULT_EVENT_DISPATCHER_MAX_POLY
See Also:
Constant Field Values

DEFAULT_EVENT_DISPATCHER_MAX_DISPATCH

public static final String DEFAULT_EVENT_DISPATCHER_MAX_DISPATCH
See Also:
Constant Field Values

DEFAULT_EVENT_GATEWAY_DL

public static final String DEFAULT_EVENT_GATEWAY_DL
See Also:
Constant Field Values

DEFAULT_EVENT_POOL_DL

public static final String DEFAULT_EVENT_POOL_DL
See Also:
Constant Field Values

DEFAULT_EVENT_POOL_CLEANUP_LOCKED_EVENTS

public static final String DEFAULT_EVENT_POOL_CLEANUP_LOCKED_EVENTS
See Also:
Constant Field Values

EVENT_FORWARDING_FACTORY_DL

public static final String EVENT_FORWARDING_FACTORY_DL
See Also:
Constant Field Values

EVENT_REDIRECT_FACTORY_DL

public static final String EVENT_REDIRECT_FACTORY_DL
See Also:
Constant Field Values

ERROR_MESSAGE

public static final String ERROR_MESSAGE
See Also:
Constant Field Values

SUCCESS_MESSAGE

public static final String SUCCESS_MESSAGE
See Also:
Constant Field Values

UPDATE_BUTTON

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

EventConfig

public EventConfig()
Method Detail

getModel

public TemplateModel getModel()


Copyright © 2003 BarracudaMVC.org All Rights Reserved.