|
GemFire 5.7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ManagedEntityConfig
Common configuration for all entities that can be managed using the
GemFire administration API. Note that once a managed entity has
been started, attempts to modify
its configuration will cause an IllegalStateException to be
thrown.
ManagedEntity| Method Summary | |
|---|---|
Object |
clone()
Returns a new ManagedEntityConfig with the same
configuration as this ManagedEntityConfig. |
String |
getHost()
Returns the name of the host on which the managed entity runs or will run. |
String |
getProductDirectory()
Returns the name of the GemFire product directory to use when administering the managed entity. |
String |
getRemoteCommand()
Returns the command prefix used to administer a managed entity that is hosted on a remote machine. |
String |
getWorkingDirectory()
Returns the name of the working directory in which the managed entity runs or will run. |
void |
setHost(String host)
Sets the name of the host on which the managed entity will run. |
void |
setProductDirectory(String dir)
Sets the name of the GemFire product directory to use when administering the managed entity. |
void |
setRemoteCommand(String remoteCommand)
Sets the command prefix used to administer a managed entity that is hosted on a remote machine. |
void |
setWorkingDirectory(String dir)
Sets the name of the working directory in which the managed entity will run. |
void |
validate()
Validates this configuration. |
| Method Detail |
|---|
String getHost()
void setHost(String host)
String getWorkingDirectory()
void setWorkingDirectory(String dir)
String getProductDirectory()
void setProductDirectory(String dir)
String getRemoteCommand()
null (the default value), then the remote command
associated with the distributed system
will be used.
void setRemoteCommand(String remoteCommand)
void validate()
IllegalStateException - If a managed entity cannot be administered using this
configuration
Object clone()
throws CloneNotSupportedException
ManagedEntityConfig with the same
configuration as this ManagedEntityConfig.
CloneNotSupportedException
|
GemFire 5.7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||