org.jboss.soa.esb.lifecycle
Class LifecyclePriorities

java.lang.Object
  extended by org.jboss.soa.esb.lifecycle.LifecyclePriorities

public final class LifecyclePriorities
extends java.lang.Object

Lifecycle priorities. This class contains priority values for core resources. The resources are cleaned in order from lowest to highest value.

Author:
kevin

Field Summary
static int CONTRACT_PROVIDER_PRIORITY
          The contract provider priority.
static int COURIER_PRIORITY
          The courier priority.
static int JMS_CONNECTION_POOL_PRIORITY
          The JMS connection pool priority.
static int NAMING_CONTEXT_POOL_PRIORITY
          The Naming Context pool priority.
static int RULE_AGENT_RESOURCE_CLASSLOADER_PRIORITY
          The rule agent resource classloader priority.
static int RULE_BASE_PRIORITY
          The rule base priority.
static int SCHEDULE_RESOURCE_PRIORITY
          The scheduler priority.
static int SERVICE_MESSAGE_COUNTER_PRIORITY
          The service message counter priority.
static int SMOOKS_RESOURCE_PRIORITY
          The smooks priority.
 
Constructor Summary
LifecyclePriorities()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTRACT_PROVIDER_PRIORITY

public static final int CONTRACT_PROVIDER_PRIORITY
The contract provider priority.

See Also:
Constant Field Values

RULE_BASE_PRIORITY

public static final int RULE_BASE_PRIORITY
The rule base priority.

See Also:
Constant Field Values

RULE_AGENT_RESOURCE_CLASSLOADER_PRIORITY

public static final int RULE_AGENT_RESOURCE_CLASSLOADER_PRIORITY
The rule agent resource classloader priority.

See Also:
Constant Field Values

SCHEDULE_RESOURCE_PRIORITY

public static final int SCHEDULE_RESOURCE_PRIORITY
The scheduler priority.

See Also:
Constant Field Values

SERVICE_MESSAGE_COUNTER_PRIORITY

public static final int SERVICE_MESSAGE_COUNTER_PRIORITY
The service message counter priority.

See Also:
Constant Field Values

COURIER_PRIORITY

public static final int COURIER_PRIORITY
The courier priority.

See Also:
Constant Field Values

SMOOKS_RESOURCE_PRIORITY

public static final int SMOOKS_RESOURCE_PRIORITY
The smooks priority.

See Also:
Constant Field Values

JMS_CONNECTION_POOL_PRIORITY

public static final int JMS_CONNECTION_POOL_PRIORITY
The JMS connection pool priority.

See Also:
Constant Field Values

NAMING_CONTEXT_POOL_PRIORITY

public static final int NAMING_CONTEXT_POOL_PRIORITY
The Naming Context pool priority.

See Also:
Constant Field Values
Constructor Detail

LifecyclePriorities

public LifecyclePriorities()