|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.http.JettyAdminServiceCLI
public class JettyAdminServiceCLI
A command line tool used to communicate with JettyAdminService
.
Command line arguments are, in order:
Field Summary | |
---|---|
static int |
RC_BAD_ARGUMENTS
Bad command line arguments return code: 1 . |
static int |
RC_CTX
HTTP connection error return code: 2 . |
static int |
RC_INVALID_COMMAND
Invalid command return code: 3 . |
static int |
RC_SUCCESS
Successful return code: 0 . |
static int |
RC_UNAUTHORIZED
Unauthorized return code: 4 . |
static int |
RC_UNKNOWN
Unknown error return code: 100 . |
Constructor Summary | |
---|---|
JettyAdminServiceCLI()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run the admin client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int RC_SUCCESS
public static final int RC_BAD_ARGUMENTS
public static final int RC_CTX
public static final int RC_INVALID_COMMAND
public static final int RC_UNAUTHORIZED
public static final int RC_UNKNOWN
Constructor Detail |
---|
public JettyAdminServiceCLI()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |