management
package insteadpublic interface ManagedEntityConfig
extends java.lang.Cloneable
IllegalStateException
to be thrown.ManagedEntity
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
Returns a new
ManagedEntityConfig with the same configuration as this
ManagedEntityConfig . |
java.lang.String |
getHost()
Deprecated.
Returns the name of the host on which the managed entity runs or will run.
|
java.lang.String |
getProductDirectory()
Deprecated.
Returns the name of the GemFire product directory to use when administering the managed entity.
|
java.lang.String |
getRemoteCommand()
Deprecated.
Returns the command prefix used to administer a managed entity that is hosted on a remote
machine.
|
java.lang.String |
getWorkingDirectory()
Deprecated.
Returns the name of the working directory in which the managed entity runs or will run.
|
void |
setHost(java.lang.String host)
Deprecated.
Sets the name of the host on which the managed entity will run.
|
void |
setProductDirectory(java.lang.String dir)
Deprecated.
Sets the name of the GemFire product directory to use when administering the managed entity.
|
void |
setRemoteCommand(java.lang.String remoteCommand)
Deprecated.
Sets the command prefix used to administer a managed entity that is hosted on a remote machine.
|
void |
setWorkingDirectory(java.lang.String dir)
Deprecated.
Sets the name of the working directory in which the managed entity will run.
|
void |
validate()
Deprecated.
Validates this configuration.
|
java.lang.String getHost()
void setHost(java.lang.String host)
java.lang.String getWorkingDirectory()
void setWorkingDirectory(java.lang.String dir)
java.lang.String getProductDirectory()
void setProductDirectory(java.lang.String dir)
java.lang.String getRemoteCommand()
null
(the default value), then the remote
command associated with the distributed
system will be used.void setRemoteCommand(java.lang.String remoteCommand)
void validate()
java.lang.IllegalStateException
- If a managed entity cannot be administered using this
configurationjava.lang.Object clone() throws java.lang.CloneNotSupportedException
ManagedEntityConfig
with the same configuration as this
ManagedEntityConfig
.java.lang.CloneNotSupportedException