public abstract class Command extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
command
Server command represented by this object.
|
protected boolean |
retry
Indicate whether we shall retry command execution.
|
Modifier | Constructor and Description |
---|---|
protected |
Command(String command)
Constructs an instance of GlassFish server administration command entity
with specified server command.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Returns server command represented by this object.
|
boolean |
retry()
Sometimes (e.g.
|
protected String command
protected boolean retry
protected Command(String command)
command
- Server command represented by this object.public String getCommand()
public boolean retry()
Copyright © 2013. All Rights Reserved.