public abstract class CommandTargetName extends CommandTarget
name
and target
attribute.
Holds data for command. Objects of this class are created by API user.
Modifier and Type | Field and Description |
---|---|
(package private) String |
name
Name of module/cluster/instance to modify.
|
target
Constructor and Description |
---|
CommandTargetName(String command,
String name,
String target)
Constructs an instance of GlassFish server enable command entity.
|
final String name
CommandTargetName(String command, String name, String target)
command
- Server command represented by this object.name
- Name of module/cluster/instance to modify.target
- Target GlassFish instance or cluster where
name
is stored.Copyright © 2013. All Rights Reserved.