|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.
コンストラクタの概要 | |
ServerFactory()
|
メソッドの概要 | |
static Server |
getServer()
Return the singleton Server instance for this JVM. |
static void |
setServer(Server theServer)
Set the singleton Server instance for this JVM. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public ServerFactory()
メソッドの詳細 |
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
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |