com.gemstone.gemfire.admin
Class AdminConfig
java.lang.Object
com.gemstone.gemfire.admin.AdminConfig
public class AdminConfig
- extends Object
AdminConfig loads/stores the member information list. The list contains
all of the members monitored by AdminConsole.
Config must be of the format:
Name=What you want displayed as a name for the instance
Type=SERVER|CLIENT
Host=A valid hostname or IP Address where the instance is
running
Port=The port you are using to open the monitor port for
the instance
AdminConfig
public AdminConfig()
loadConfig
public static AdminConfig.Entry[] loadConfig(File file)
throws IOException
- Throws:
IOException
storeConfig
public static void storeConfig(File file,
AdminConfig.Entry[] entries)
throws IOException
- Throws:
IOException
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.