|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.core.ContainerBase | +--org.apache.catalina.core.StandardEngine
Standard implementation of the Engine interface. Each child container must be a Host implementation to process the specific fully qualified host name of that virtual host.
クラス org.apache.catalina.core.ContainerBase から継承したフィールド |
children, cluster, debug, lifecycle, listeners, loader, logger, manager, mapper, mapperClass, mappers, name, parent, parentClassLoader, pipeline, realm, resources, sm, started, support |
インタフェース org.apache.catalina.Container から継承したフィールド |
ADD_CHILD_EVENT, ADD_MAPPER_EVENT, ADD_VALVE_EVENT, REMOVE_CHILD_EVENT, REMOVE_MAPPER_EVENT, REMOVE_VALVE_EVENT |
インタフェース org.apache.catalina.Lifecycle から継承したフィールド |
START_EVENT, STOP_EVENT |
コンストラクタの概要 | |
StandardEngine()
Create a new StandardEngine component with the default basic Valve. |
メソッドの概要 | |
void |
addChild(Container child)
Add a child Container, only if the proposed child is an implementation of Host. |
void |
addDefaultContext(DefaultContext defaultContext)
Set the DefaultContext for new web applications. |
protected void |
addDefaultMapper(java.lang.String mapperClass)
Add a default Mapper implementation if none have been configured explicitly. |
java.lang.String |
getDefaultHost()
Return the default host. |
java.lang.String |
getInfo()
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version> . |
java.lang.String |
getJvmRoute()
Retrieve the cluster-wide unique identifier for this Engine. |
java.lang.String |
getMapperClass()
Return the default Mapper class name. |
Service |
getService()
Return the Service with which we are associated (if any). |
void |
importDefaultContext(Context context)
Import the DefaultContext config into a web application context. |
void |
setDefaultHost(java.lang.String host)
Set the default host. |
void |
setJvmRoute(java.lang.String jvmRouteId)
Set the cluster-wide unique identifier for this Engine. |
void |
setMapperClass(java.lang.String mapperClass)
Set the default Mapper class name. |
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. |
void |
setService(Service service)
Set the Service with which we are associated (if any). |
void |
start()
Start this Engine component. |
java.lang.String |
toString()
Return a String representation of this component. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース org.apache.catalina.Container から継承したメソッド |
addContainerListener, addMapper, addPropertyChangeListener, findChild, findChildren, findMapper, findMappers, getCluster, getLoader, getLogger, getManager, getName, getParent, getParentClassLoader, getRealm, getResources, invoke, map, removeChild, removeContainerListener, removeMapper, removePropertyChangeListener, setCluster, setLoader, setLogger, setManager, setName, setParentClassLoader, setRealm, setResources |
コンストラクタの詳細 |
public StandardEngine()
メソッドの詳細 |
public java.lang.String getDefaultHost()
Engine
内の getDefaultHost
public void setDefaultHost(java.lang.String host)
Engine
内の setDefaultHost
host
- The new default hostpublic void addDefaultContext(DefaultContext defaultContext)
Engine
内の addDefaultContext
defaultContext
- The new DefaultContextpublic void setJvmRoute(java.lang.String jvmRouteId)
This property should not be changed once it is set.
Engine
内の setJvmRoute
jvmRouteId
- New JVM route IDpublic java.lang.String getJvmRoute()
Engine
内の getJvmRoute
public java.lang.String getMapperClass()
public void setMapperClass(java.lang.String mapperClass)
mapperClass
- The new default Mapper class namepublic Service getService()
Service
with which we are associated (if any).Engine
内の getService
public void setService(Service service)
Service
with which we are associated (if any).Engine
内の setService
service
- The service that owns this Enginepublic void importDefaultContext(Context context)
Engine
内の importDefaultContext
context
- web application context to import default contextpublic void addChild(Container child)
Container
内の addChild
ContainerBase
内の addChild
child
- Child container to be addedpublic java.lang.String getInfo()
<description>/<version>
.Container
内の getInfo
ContainerBase
内の getInfo
public void setParent(Container container)
Container
内の setParent
ContainerBase
内の setParent
container
- Proposed parent Containerpublic void start() throws LifecycleException
ContainerBase
内の start
LifecycleException
- if a startup error occurspublic java.lang.String toString()
java.lang.Object
内の toString
protected void addDefaultMapper(java.lang.String mapperClass)
ContainerBase
内の addDefaultMapper
mapperClass
- The default mapper class name to add
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |