|
IBM WebSphere eXtreme ScaleTM, Release 6.1.0.5 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.websphere.objectgrid.server.ServerFactory
public final class ServerFactory
A singleton factory for creating and retrieving the ObjectGrid Server singleton.
| Method Summary | |
|---|---|
static CatalogServerProperties |
getCatalogProperties()
Returns the properties object instance used in configuring the catalog service aspects of the server. |
static Server |
getInstance()
Retrieves the Server singleton for the process, the first call to this method will initialize the singleton. |
static ServerProperties |
getServerProperties()
Returns the properties object instance used in configuring the server. |
static boolean |
isServerStarted()
Checks whether the server was started or not |
static boolean |
stopServer()
Stops the server if it was previously started |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Server getInstance()
public static ServerProperties getServerProperties()
public static CatalogServerProperties getCatalogProperties()
public static boolean stopServer()
true if server was stopped, false if notpublic static boolean isServerStarted()
true if server was started, false if not
|
IBM WebSphere eXtreme ScaleTM, Release 6.1.0.5 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||