public final class StandardServer extends LifecycleMBeanBase implements Server
Lifecycle.SingleUse
mserver
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
StandardServer()
Construct a default instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a property change listener to this component.
|
void |
addService(Service service)
Add a new Service to the set of defined Services.
|
void |
await()
Wait until a proper shutdown command is received, then return.
|
protected void |
destroyInternal()
Sub-classes wishing to perform additional clean-up should override this
method, ensuring that super.destroyInternal() is the last call in the
overriding method.
|
Service |
findService(java.lang.String name)
Return the specified Service (if it exists); otherwise return
null . |
Service[] |
findServices()
Return the set of Services defined within this Server.
|
java.lang.String |
getAddress()
Return the address on which we listen to for shutdown commands.
|
Catalina |
getCatalina()
Return the outer Catalina startup/shutdown component if present.
|
java.io.File |
getCatalinaBase() |
java.io.File |
getCatalinaHome() |
protected java.lang.String |
getDomainInternal()
Obtain the MBean domain for this server.
|
javax.naming.Context |
getGlobalNamingContext()
Return the global naming resources context.
|
NamingResourcesImpl |
getGlobalNamingResources()
Return the global naming resources.
|
java.lang.Object |
getNamingToken() |
protected java.lang.String |
getObjectNameKeyProperties()
Allow sub-classes to specify the key properties component of the
ObjectName that will be used to register this component. |
java.lang.ClassLoader |
getParentClassLoader()
Return the parent class loader for this component.
|
int |
getPort()
Return the port number we listen to for shutdown commands.
|
java.lang.String |
getServerBuilt()
Return the current server built timestamp
|
java.lang.String |
getServerInfo()
Report the current Tomcat Server Release number
|
java.lang.String |
getServerNumber()
Return the current server's version number.
|
javax.management.ObjectName[] |
getServiceNames()
Return the JMX service names.
|
java.lang.String |
getShutdown()
Return the shutdown command string we are waiting for.
|
protected void |
initInternal()
Invoke a pre-startup initialization.
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove a property change listener from this component.
|
void |
removeService(Service service)
Remove the specified Service from the set associated from this
Server.
|
void |
setAddress(java.lang.String address)
Set the address on which we listen to for shutdown commands.
|
void |
setCatalina(Catalina catalina)
Set the outer Catalina startup/shutdown component if present.
|
void |
setCatalinaBase(java.io.File catalinaBase)
Set the configured base (instance) directory.
|
void |
setCatalinaHome(java.io.File catalinaHome)
Set the configured home (binary) directory.
|
void |
setGlobalNamingContext(javax.naming.Context globalNamingContext)
Set the global naming resources context.
|
void |
setGlobalNamingResources(NamingResourcesImpl globalNamingResources)
Set the global naming resources.
|
void |
setParentClassLoader(java.lang.ClassLoader parent)
Set the parent class loader for this server.
|
void |
setPort(int port)
Set the port number we listen to for shutdown commands.
|
void |
setShutdown(java.lang.String shutdown)
Set the shutdown command we are waiting for.
|
protected void |
startInternal()
Start nested components (
Service s) and implement the requirements
of LifecycleBase.startInternal() . |
void |
stopAwait() |
protected void |
stopInternal()
Stop nested components (
Service s) and implement the requirements
of LifecycleBase.stopInternal() . |
void |
storeConfig()
Write the configuration information for this entire
Server
out to the server.xml configuration file. |
void |
storeContext(Context context)
Write the configuration information for
Context
out to the specified configuration file. |
java.lang.String |
toString()
Return a String representation of this component.
|
getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, init, removeLifecycleListener, setState, setState, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addLifecycleListener, destroy, findLifecycleListeners, getState, getStateName, init, removeLifecycleListener, start, stop
public StandardServer()
public java.lang.Object getNamingToken()
getNamingToken
in interface Server
public javax.naming.Context getGlobalNamingContext()
getGlobalNamingContext
in interface Server
public void setGlobalNamingContext(javax.naming.Context globalNamingContext)
globalNamingContext
- The new global naming resource contextpublic NamingResourcesImpl getGlobalNamingResources()
getGlobalNamingResources
in interface Server
public void setGlobalNamingResources(NamingResourcesImpl globalNamingResources)
setGlobalNamingResources
in interface Server
globalNamingResources
- The new global naming resourcespublic java.lang.String getServerInfo()
public java.lang.String getServerBuilt()
public java.lang.String getServerNumber()
public int getPort()
public void setPort(int port)
public java.lang.String getAddress()
getAddress
in interface Server
public void setAddress(java.lang.String address)
setAddress
in interface Server
address
- The new addresspublic java.lang.String getShutdown()
getShutdown
in interface Server
public void setShutdown(java.lang.String shutdown)
setShutdown
in interface Server
shutdown
- The new shutdown commandpublic Catalina getCatalina()
getCatalina
in interface Server
public void setCatalina(Catalina catalina)
setCatalina
in interface Server
catalina
- the outer Catalina componentpublic void addService(Service service)
addService
in interface Server
service
- The Service to be addedpublic void stopAwait()
public void await()
public Service findService(java.lang.String name)
null
.findService
in interface Server
name
- Name of the Service to be returnednull
if none exists.public Service[] findServices()
findServices
in interface Server
public javax.management.ObjectName[] getServiceNames()
public void removeService(Service service)
removeService
in interface Server
service
- The Service to be removedpublic java.io.File getCatalinaBase()
getCatalinaBase
in interface Server
Server.getCatalinaHome()
will be used.public void setCatalinaBase(java.io.File catalinaBase)
Server
setCatalinaBase
in interface Server
catalinaBase
- the configured base directorypublic java.io.File getCatalinaHome()
getCatalinaHome
in interface Server
public void setCatalinaHome(java.io.File catalinaHome)
Server
setCatalinaHome
in interface Server
catalinaHome
- the configured home directorypublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- The listener to addpublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- The listener to removepublic java.lang.String toString()
toString
in class java.lang.Object
public void storeConfig() throws java.lang.Exception
Server
out to the server.xml configuration file.javax.management.InstanceNotFoundException
- if the managed resource object cannot be foundjavax.management.MBeanException
- if the initializer of the object throws an exception, or
persistence is not supportedjavax.management.RuntimeOperationsException
- if an exception is reported by the persistence mechanismjava.lang.Exception
public void storeContext(Context context) throws java.lang.Exception
Context
out to the specified configuration file.javax.management.InstanceNotFoundException
- if the managed resource object
cannot be foundjavax.management.MBeanException
- if the initializer of the object throws
an exception, or persistence is not supportedjavax.management.RuntimeOperationsException
- if an exception is reported
by the persistence mechanismjava.lang.Exception
protected void startInternal() throws LifecycleException
Service
s) and implement the requirements
of LifecycleBase.startInternal()
.startInternal
in class LifecycleBase
LifecycleException
- if this component detects a fatal error
that prevents this component from being usedprotected void stopInternal() throws LifecycleException
Service
s) and implement the requirements
of LifecycleBase.stopInternal()
.stopInternal
in class LifecycleBase
LifecycleException
- if this component detects a fatal error
that needs to be reportedprotected void initInternal() throws LifecycleException
initInternal
in class LifecycleMBeanBase
LifecycleException
protected void destroyInternal() throws LifecycleException
LifecycleMBeanBase
destroyInternal
in class LifecycleMBeanBase
LifecycleException
public java.lang.ClassLoader getParentClassLoader()
getParentClassLoader
in interface Server
Server.getCatalina()
Catalina.getParentClassLoader()
. If
catalina has not been set, return the system class loader.public void setParentClassLoader(java.lang.ClassLoader parent)
setParentClassLoader
in interface Server
parent
- The new parent class loaderprotected java.lang.String getDomainInternal()
getDomainInternal
in class LifecycleMBeanBase
protected final java.lang.String getObjectNameKeyProperties()
LifecycleMBeanBase
ObjectName
that will be used to register this component.getObjectNameKeyProperties
in class LifecycleMBeanBase
ObjectName
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.