public final class PadreGetTime
extends java.lang.Object
Constructor and Description |
---|
PadreGetTime()
Returns current PaDRe server time.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execute()
Executes the implemented PaDRe command.
|
public PadreGetTime() throws PadreCommandException
PadreCommandException
- Could not get server time.public java.lang.String execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()