public class GemFireLocatorAgent extends java.rmi.server.UnicastRemoteObject implements GemFireLocatorAgentIF, java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOCATOR_LOG_FILE_PREFIX |
static MasterProxyIF |
Master
Stub reference to a remote master controller
|
static boolean |
MasterManagedLocator
When true, this is a master-managed locator VM
|
| Constructor and Description |
|---|
GemFireLocatorAgent() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getSysDirName()
Returns the absolute filename of the system directory for this
master-managed locator.
|
static void |
main(java.lang.String[] args)
The startup routine for this host agent.
|
void |
run()
Starts peer locator and registers with the master controller.
|
void |
shutDownGemFireLocatorAgent() |
clone, exportObject, exportObject, exportObject, unexportObjectpublic static final java.lang.String LOCATOR_LOG_FILE_PREFIX
public static boolean MasterManagedLocator
public static MasterProxyIF Master
public GemFireLocatorAgent()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void run()
run in interface java.lang.Runnablepublic void shutDownGemFireLocatorAgent()
throws java.rmi.RemoteException
shutDownGemFireLocatorAgent in interface GemFireLocatorAgentIFjava.rmi.RemoteExceptionpublic static void main(java.lang.String[] args)
protected static java.lang.String getSysDirName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.