|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.AdminProxy
A AdminProxy
service provides an interface to access
to administration functions in running agent servers.
The AdminProxy
service can be configured by the way of
service argument:
the TCP port number, by default this port is 8091.
the number of monitor needed to handled requests.
Field Summary | |
static java.lang.String |
CONFIG
|
static java.lang.String |
CRASH_SERVER
|
static boolean |
debug
|
static java.lang.String |
LISTENPORT
Property that define the TCP listen port |
static java.lang.String |
LOG
|
static java.lang.String |
NBMONITOR
Property that define the number of monitor |
static java.lang.String |
PING
|
static java.lang.String |
STOP_SERVER
|
Method Summary | |
static void |
init(java.lang.String args,
boolean firstTime)
Initializes the package as a well known service. |
static void |
start()
|
static void |
stopService()
|
java.lang.String |
toString()
Provides a string image for this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static boolean debug
public static final java.lang.String LISTENPORT
public static final java.lang.String NBMONITOR
public static final java.lang.String STOP_SERVER
public static final java.lang.String CRASH_SERVER
public static final java.lang.String PING
public static final java.lang.String CONFIG
public static final java.lang.String LOG
Method Detail |
public static void init(java.lang.String args, boolean firstTime) throws java.lang.Exception
Creates a AdminProxy
proxy listen on .
args
- parameters from the configuration filefirstTime
- true
when service starts anew
java.lang.Exception
public static void start()
public static void stopService()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |