com.gemstone.gemfire.management
package insteadpublic interface ManagedEntityConfig extends Cloneable
IllegalStateException
to be
thrown.ManagedEntity
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
Returns a new
ManagedEntityConfig with the same
configuration as this ManagedEntityConfig . |
String |
getHost()
Deprecated.
Returns the name of the host on which the managed entity runs or
will run.
|
String |
getProductDirectory()
Deprecated.
Returns the name of the GemFire product directory to use when
administering the managed entity.
|
String |
getRemoteCommand()
Deprecated.
Returns the command prefix used to administer a managed entity
that is hosted on a remote machine.
|
String |
getWorkingDirectory()
Deprecated.
Returns the name of the working directory in which the managed
entity runs or will run.
|
void |
setHost(String host)
Deprecated.
Sets the name of the host on which the managed entity will run.
|
void |
setProductDirectory(String dir)
Deprecated.
Sets the name of the GemFire product directory to use when
administering the managed entity.
|
void |
setRemoteCommand(String remoteCommand)
Deprecated.
Sets the command prefix used to administer a managed entity that
is hosted on a remote machine.
|
void |
setWorkingDirectory(String dir)
Deprecated.
Sets the name of the working directory in which the managed
entity will run.
|
void |
validate()
Deprecated.
Validates this configuration.
|
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
configurationObject clone() throws CloneNotSupportedException
ManagedEntityConfig
with the same
configuration as this ManagedEntityConfig
.CloneNotSupportedException
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.