|
SQLFire 1.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vmware.sqlfire.FabricServiceManager
public abstract class FabricServiceManager
A factory class for returning singleton instance of either a
or FabricServer. A
node can be booted as either a FabricLocatorFabricServer or a
FabricLocator but not both. To start a fabric server with an embedded
locator use the "start-locator" property. See
and FabricServer for
more information on managing servers and locators.
FabricLocator
| Method Summary | |
|---|---|
static FabricService |
currentFabricServiceInstance()
Get the current instance of either FabricServer or
FabricLocator. |
static FabricLocator |
getFabricLocatorInstance()
Get the singleton instance of FabricLocator. |
static FabricServer |
getFabricServerInstance()
Get the singleton instance of FabricServer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final FabricServer getFabricServerInstance()
FabricServer.
public static final FabricLocator getFabricLocatorInstance()
FabricLocator.
public static final FabricService currentFabricServiceInstance()
FabricServer or
FabricLocator. This can be null if neither of
getFabricServerInstance() or getFabricLocatorInstance()
have been invoked, or the instance has been stopped.
|
SQLFire 1.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||