Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.bootstrap
Class ComponentNames

java.lang.Object
  extended by org.apache.tuscany.spi.bootstrap.ComponentNames

public final class ComponentNames
extends Object

Class that defines the names of well known component

Version:
$Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $

Field Summary
static String TUSCANY_DEPLOYER
          The name of the component that contains the deployer.
static String TUSCANY_ROOT
          The name of the component that forms the root of the application context tree.
static String TUSCANY_RUNTIME
          The name of the component that forms the root of the runtime tree.
static String TUSCANY_SYSTEM
          The name of the component that form the root of the system context tree.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TUSCANY_RUNTIME

public static final String TUSCANY_RUNTIME
The name of the component that forms the root of the runtime tree.

See Also:
Constant Field Values

TUSCANY_ROOT

public static final String TUSCANY_ROOT
The name of the component that forms the root of the application context tree.

See Also:
Constant Field Values

TUSCANY_SYSTEM

public static final String TUSCANY_SYSTEM
The name of the component that form the root of the system context tree.

See Also:
Constant Field Values

TUSCANY_DEPLOYER

public static final String TUSCANY_DEPLOYER
The name of the component that contains the deployer.

See Also:
Constant Field Values

Apache Tuscany SCA Kernel Sub-Project

-