public class StandardHost extends ContainerBase implements Host
ContainerBase.ContainerBackgroundProcessor, ContainerBase.PrivilegedAddChildbackgroundProcessorDelay, children, cluster, CONTAINER_ARRAY, controller, domain, lifecycle, LISTENER_ARRAY, listeners, loader, logger, logName, manager, mserver, name, oname, parent, parentClassLoader, pipeline, realm, resources, startChildren, started, suffix, support, typeADD_ALIAS_EVENT, REMOVE_ALIAS_EVENTADD_CHILD_EVENT, ADD_MAPPER_EVENT, ADD_VALVE_EVENT, REMOVE_CHILD_EVENT, REMOVE_MAPPER_EVENT, REMOVE_VALVE_EVENTAFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT| Constructor and Description |
|---|
StandardHost()
Create a new StandardHost component with the default basic Valve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAlias(String alias)
Add an alias name that should be mapped to this same Host.
|
void |
addChild(Container child)
Add a child Container, only if the proposed child is an implementation
of Context.
|
ObjectName |
createObjectName(String domain,
ObjectName parent) |
void |
destroy() |
String[] |
findAliases()
Return the set of alias names for this Host.
|
String[] |
getAliases() |
String |
getAppBase()
Return the application root for this Host.
|
String |
getConfigClass()
Return the Java class name of the context configuration class
for new web applications.
|
String |
getContextClass()
Return the Java class name of the Context implementation class
for new web applications.
|
String |
getDefaultWebapp()
Return the default webapp name.
|
String |
getErrorReportValveClass()
Return the Java class name of the error report valve class
for new web applications.
|
String |
getInfo()
Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version>. |
String |
getName()
Return the canonical, fully qualified, name of the virtual host
this Container represents.
|
String[] |
getValveNames()
Return the MBean Names of the Valves assoicated with this Host
|
String |
getWorkDir()
Host work directory base.
|
void |
init()
Init method, part of the MBean lifecycle.
|
ObjectName |
preRegister(MBeanServer server,
ObjectName oname) |
void |
removeAlias(String alias)
Remove the specified alias name from the aliases for this Host.
|
void |
setAppBase(String appBase)
Set the application root for this Host.
|
void |
setConfigClass(String configClass)
Set the Java class name of the context configuration class
for new web applications.
|
void |
setContextClass(String contextClass)
Set the Java class name of the Context implementation class
for new web applications.
|
void |
setDefaultWebapp(String defaultWebapp)
Set the default webapp name for this Host.
|
void |
setErrorReportValveClass(String errorReportValveClass)
Set the Java class name of the error report valve class
for new web applications.
|
void |
setName(String name)
Set the canonical, fully qualified, name of the virtual host
this Container represents.
|
void |
setWorkDir(String workDir)
Host work directory base.
|
void |
start()
Start this host.
|
String |
toString()
Return a String representation of this component.
|
addContainerListener, addLifecycleListener, addPropertyChangeListener, addValve, backgroundProcess, findChild, findChildren, findContainerListeners, findLifecycleListeners, fireContainerEvent, getBackgroundProcessorDelay, getBasic, getChildren, getCluster, getContainerSuffix, getDomain, getFirst, getJmxName, getJSR77Suffix, getLoader, getLogger, getManager, getMappingObject, getObjectName, getParent, getParentClassLoader, getParentName, getPipeline, getRealm, getResources, getStartChildren, getType, getValveObjectNames, getValves, invoke, isStarted, logName, postDeregister, postRegister, preDeregister, removeChild, removeContainerListener, removeLifecycleListener, removePropertyChangeListener, removeValve, setBackgroundProcessorDelay, setBasic, setCluster, setDomain, setLoader, setManager, setParent, setParentClassLoader, setRealm, setResources, setStartChildren, stop, threadStart, threadStopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddContainerListener, addPropertyChangeListener, backgroundProcess, findChild, findChildren, findContainerListeners, fireContainerEvent, getBackgroundProcessorDelay, getCluster, getLoader, getLogger, getManager, getMappingObject, getObjectName, getParent, getParentClassLoader, getPipeline, getRealm, getResources, invoke, isStarted, removeChild, removeContainerListener, removePropertyChangeListener, setBackgroundProcessorDelay, setCluster, setLoader, setManager, setParent, setParentClassLoader, setRealm, setResourcespublic StandardHost()
public String getAppBase()
getAppBase in interface Hostpublic void setAppBase(String appBase)
setAppBase in interface HostappBase - The new application rootpublic String getDefaultWebapp()
HostgetDefaultWebapp in interface Hostpublic void setDefaultWebapp(String defaultWebapp)
HostsetDefaultWebapp in interface HostdefaultWebapp - The archive name of the webapp which will be mapped
as the root of the hostpublic String getConfigClass()
getConfigClass in interface Hostpublic void setConfigClass(String configClass)
setConfigClass in interface HostconfigClass - The new context configuration classpublic String getContextClass()
public void setContextClass(String contextClass)
contextClass - The new context implementation classpublic String getErrorReportValveClass()
public void setErrorReportValveClass(String errorReportValveClass)
errorReportValveClass - The new error report valve classpublic String getName()
public void setName(String name)
setName in interface ContainersetName in interface HostsetName in class ContainerBasename - Virtual host nameIllegalArgumentException - if name is nullpublic String getWorkDir()
public void setWorkDir(String workDir)
public void addAlias(String alias)
public void addChild(Container child)
addChild in interface ContaineraddChild in class ContainerBasechild - Child container to be addedpublic String[] findAliases()
findAliases in interface Hostpublic String getInfo()
<description>/<version>.getInfo in interface ContainergetInfo in class ContainerBasepublic void removeAlias(String alias)
removeAlias in interface Hostalias - Alias name to be removedpublic String toString()
public void start()
throws LifecycleException
start in interface Lifecyclestart in class ContainerBaseLifecycleException - if this component detects a fatal error
that prevents it from being startedpublic String[] getValveNames() throws Exception
Exception - if an MBean cannot be created or registeredpublic String[] getAliases()
public void init()
ContainerBaseinit in class ContainerBasepublic void destroy()
throws Exception
destroy in class ContainerBaseExceptionpublic ObjectName preRegister(MBeanServer server, ObjectName oname) throws Exception
preRegister in interface MBeanRegistrationpreRegister in class ContainerBaseExceptionpublic ObjectName createObjectName(String domain, ObjectName parent) throws Exception
createObjectName in class ContainerBaseExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.