public class GemFireLocatorAgent extends UnicastRemoteObject implements GemFireLocatorAgentIF, Runnable
| Modifier and Type | Field and Description |
|---|---|
static 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
|
ref| Constructor and Description |
|---|
GemFireLocatorAgent() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getSysDirName()
Returns the absolute filename of the system directory for this
master-managed locator.
|
static void |
main(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, unexportObjectgetClientHost, getLog, setLogpublic static final String LOCATOR_LOG_FILE_PREFIX
public static boolean MasterManagedLocator
public static MasterProxyIF Master
public GemFireLocatorAgent()
throws RemoteException
RemoteExceptionpublic void run()
public void shutDownGemFireLocatorAgent()
throws RemoteException
shutDownGemFireLocatorAgent in interface GemFireLocatorAgentIFRemoteExceptionpublic static void main(String[] args)
protected static String getSysDirName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.