|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.AdminRequest
Notification
for an administration request.
AgentAdmin
,
Serialized FormField Summary | |
AdminEventListenerId |
aeli
the sender id |
static int |
GetAgentsList
|
static int |
GetProperties
|
static int |
GetServerList
|
static int |
GetServerProperties
|
static int |
GetServers
|
static int |
Subscribe_SET
|
static int |
UnSubscribe_SET
|
Fields inherited from class fr.dyade.aaa.agent.Notification |
persistent |
Constructor Summary | |
AdminRequest(int request)
constructor used by old version |
|
AdminRequest(int request,
AdminEventListenerId aeli)
constructor used for Administred Server |
Method Summary | |
int |
getRequest()
return the number of the AdminRequest. |
int |
getServerEventType()
return the ServerEventId (null if this is not a Request for Administred Server). |
boolean |
setServerEventType(int set)
Set the ServerEventId. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, setContext, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int GetServers
public static final int GetProperties
public static final int Subscribe_SET
public static final int UnSubscribe_SET
public static final int GetServerList
public static final int GetServerProperties
public static final int GetAgentsList
public AdminEventListenerId aeli
Constructor Detail |
public AdminRequest(int request)
request
- the type of request (Please Use the predefined finals Attributs)public AdminRequest(int request, AdminEventListenerId aeli)
request
- the type of request (Please Use the predefined finals Attributs)Method Detail |
public boolean setServerEventType(int set)
public int getServerEventType()
public int getRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |