|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CliEntryPoint
Remotable interface for CLI entry point on the server side.
| Field Summary | |
|---|---|
static int |
VERSION
|
| Method Summary | |
|---|---|
boolean |
hasCommand(java.lang.String name)
Does the named command exist? |
int |
main(java.util.List<java.lang.String> args,
java.util.Locale locale,
java.io.InputStream stdin,
java.io.OutputStream stdout,
java.io.OutputStream stderr)
Just like the static main method. |
int |
protocolVersion()
Returns VERSION, so that the client and the server can detect version incompatibility
gracefully. |
| Field Detail |
|---|
static final int VERSION
| Method Detail |
|---|
int main(java.util.List<java.lang.String> args,
java.util.Locale locale,
java.io.InputStream stdin,
java.io.OutputStream stdout,
java.io.OutputStream stderr)
locale - Locale of this client.boolean hasCommand(java.lang.String name)
int protocolVersion()
VERSION, so that the client and the server can detect version incompatibility
gracefully.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||