ServerFactory (Catalina Internal API Documentation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.ServerFactory
ServerFactory allows the registration of the
(singleton) Server
instance for this JVM, so that it
can be accessed independently of any existing reference to the
component hierarchy. This is important for administration tools
that are built around the internal component implementation classes.
Constructor Summary | |
ServerFactory()
|
Method Summary | |
static Server |
getServer()
Return the singleton Server instance for this JVM. |
static void |
setServer(Server theServer)
Set the singleton Server instance for this JVM. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerFactory()
Method Detail |
public static Server getServer()
Server
instance for this JVM.
public static void setServer(Server theServer)
Server
instance for this JVM. This
method must only be called from a constructor of
the (singleton) Server
instance that is created for
this execution of Catalina.
theServer
- The new singleton instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |