Method Summary |
|
public void | addChild(Container child) Add a child Container, only if the proposed child is an implementation
of Host. |
public void | addDefaultContext(DefaultContext defaultContext) Set the DefaultContext
for new web applications. |
protected void | addDefaultMapper(String mapperClass) Add a default Mapper implementation if none have been configured
explicitly. |
public DefaultContext | getDefaultContext() Retrieve the DefaultContext for new web applications. |
public String | getDefaultHost() Return the default host. |
public String | getInfo() Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version> . |
public String | getJvmRoute() Retrieve the cluster-wide unique identifier for this Engine. |
public String | getMapperClass() Return the default Mapper class name. |
public Service | getService() Return the Service with which we are associated (if any). |
public void | importDefaultContext(Context context) Import the DefaultContext config into a web application context. |
public void | setDefaultHost(String host) Set the default host. |
public void | setJvmRoute(String routeId) Set the cluster-wide unique identifier for this Engine. |
public void | setMapperClass(String mapperClass) Set the default Mapper class name. |
public void | setParent(Container container) Disallow any attempt to set a parent for this Container, since an
Engine is supposed to be at the top of the Container hierarchy. |
public void | setService(Service service) Set the Service with which we are associated (if any). |
public void | start() Start this Engine component. |
public String | toString() Return a String representation of this component. |