org.ikasan.framework
Interface FrameworkConst


public interface FrameworkConst

This interface defines the framework context constants the values of which are loaded from the frameworkResource properties.

Author:
Ikasan Development Team

Field Summary
static String COMPONENT_ENV
          component environment context
static String COMPONENT_EXCEPTION_RESOLVER
          component exception resolver
static String COMPONENT_GROUP_NAME
          component group name
static String COMPONENT_NAME
          component name
static String COMPONENT_SECURITY_CONF_RESOURCE
          Component Security Configuration resource
static String COMPONENT_STATUS_URL
          component status URL
static String DS_SESSION_FACTORY
          connector non transactional persistence factory
static String FLOW_DESTINATION_NAME
          flow destination name
static String FLOW_EXCEPTION_METHOD
          name of the exception handler method
static String FLOW_EXCEPTION_NAME
          name of the exception handler
static String FLOW_METHOD
          name of the method of the next flow
static String FLOW_NAME
          name of the next flow
static String JMS_ENCRYPTION_POLICY
          JMS encryptionPolicy
static String JMS_PASSWORD
          JMS password
static String JMS_PROVIDER
          JMS Provider
static String JMS_SECURED
          JMS secured
static String JMS_USERNAME
          JMS username
static String JMS_XA_CONNECTION_FACTORY
          JMS XA Connection Factory for deployed (private) applications only
static String LOCALDS_SESSION_FACTORY
          connector local transactional persistence factory
static String UNDEFINED
          General Constant for values we are unable to populate
static String XADS_SESSION_FACTORY
          connector XA transactional persistence factory
 

Field Detail

JMS_XA_CONNECTION_FACTORY

static final String JMS_XA_CONNECTION_FACTORY
JMS XA Connection Factory for deployed (private) applications only

See Also:
Constant Field Values

JMS_PROVIDER

static final String JMS_PROVIDER
JMS Provider

See Also:
Constant Field Values

JMS_SECURED

static final String JMS_SECURED
JMS secured

See Also:
Constant Field Values

JMS_USERNAME

static final String JMS_USERNAME
JMS username

See Also:
Constant Field Values

JMS_PASSWORD

static final String JMS_PASSWORD
JMS password

See Also:
Constant Field Values

JMS_ENCRYPTION_POLICY

static final String JMS_ENCRYPTION_POLICY
JMS encryptionPolicy

See Also:
Constant Field Values

DS_SESSION_FACTORY

static final String DS_SESSION_FACTORY
connector non transactional persistence factory

See Also:
Constant Field Values

LOCALDS_SESSION_FACTORY

static final String LOCALDS_SESSION_FACTORY
connector local transactional persistence factory

See Also:
Constant Field Values

XADS_SESSION_FACTORY

static final String XADS_SESSION_FACTORY
connector XA transactional persistence factory

See Also:
Constant Field Values

COMPONENT_ENV

static final String COMPONENT_ENV
component environment context

See Also:
Constant Field Values

COMPONENT_GROUP_NAME

static final String COMPONENT_GROUP_NAME
component group name

See Also:
Constant Field Values

COMPONENT_NAME

static final String COMPONENT_NAME
component name

See Also:
Constant Field Values

COMPONENT_SECURITY_CONF_RESOURCE

static final String COMPONENT_SECURITY_CONF_RESOURCE
Component Security Configuration resource

See Also:
Constant Field Values

COMPONENT_STATUS_URL

static final String COMPONENT_STATUS_URL
component status URL

See Also:
Constant Field Values

FLOW_DESTINATION_NAME

static final String FLOW_DESTINATION_NAME
flow destination name

See Also:
Constant Field Values

COMPONENT_EXCEPTION_RESOLVER

static final String COMPONENT_EXCEPTION_RESOLVER
component exception resolver

See Also:
Constant Field Values

FLOW_NAME

static final String FLOW_NAME
name of the next flow

See Also:
Constant Field Values

FLOW_METHOD

static final String FLOW_METHOD
name of the method of the next flow

See Also:
Constant Field Values

FLOW_EXCEPTION_NAME

static final String FLOW_EXCEPTION_NAME
name of the exception handler

See Also:
Constant Field Values

FLOW_EXCEPTION_METHOD

static final String FLOW_EXCEPTION_METHOD
name of the exception handler method

See Also:
Constant Field Values

UNDEFINED

static final String UNDEFINED
General Constant for values we are unable to populate

See Also:
Constant Field Values


Copyright © 2007-2012 Ikasan. All Rights Reserved.