org.jboss.soa.esb.listeners.deployers.mc
Class EsbConstants

java.lang.Object
  extended by org.jboss.soa.esb.listeners.deployers.mc.EsbConstants

public final class EsbConstants
extends java.lang.Object

Contstants for ESB Microecontainer Deployers.

Author:
Daniel Bevenius

Field Summary
static java.lang.String ESB_ARCHIVE_SUFFIX
          The default suffix of JBossESB archives that should be accepted.
static java.lang.String ESB_FILE_SUFFIX
          The default suffix of JBossESB configuration files that should be picked up.
 
Constructor Summary
EsbConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ESB_FILE_SUFFIX

public static final java.lang.String ESB_FILE_SUFFIX
The default suffix of JBossESB configuration files that should be picked up.

See Also:
Constant Field Values

ESB_ARCHIVE_SUFFIX

public static final java.lang.String ESB_ARCHIVE_SUFFIX
The default suffix of JBossESB archives that should be accepted.

See Also:
Constant Field Values
Constructor Detail

EsbConstants

public EsbConstants()