|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownServerException | |
---|---|
fr.dyade.aaa.agent | |
org.objectweb.joram.mom.dest | The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
Uses of UnknownServerException in fr.dyade.aaa.agent |
---|
Methods in fr.dyade.aaa.agent that throw UnknownServerException | |
---|---|
int |
SCAdminHelper.exitValue(short sid)
Ask for the exit value of an agent server. |
int |
SCAdminBase.exitValue(short sid)
Ask for the exit value of an agent server. |
(package private) static MessageConsumer |
AgentServer.getConsumer(short sid)
Gets the message consumer for the corresponding server. |
static java.lang.String |
AgentServer.getHostname(short sid)
Get the host name of an agent server. |
static ServerDesc |
AgentServer.getServerDesc(short sid)
Gets the characteristics of the corresponding server. |
(package private) static ServiceDesc[] |
AgentServer.getServices()
Get the description of all services of the current agent server. |
(package private) PoolNetwork.NetSession |
PoolNetwork.getSession(short sid)
Returns the NetSession component handling the communication with the remote server that id is passed in parameter. |
(package private) void |
PoolNetwork.NetSession.init()
|
(package private) void |
NGNetwork.CnxHandler.init()
|
Uses of UnknownServerException in org.objectweb.joram.mom.dest |
---|
Methods in org.objectweb.joram.mom.dest that throw UnknownServerException | |
---|---|
private boolean |
AdminTopicImpl.checkServerId(int serverId)
Returns true if a given server identification corresponds
to the local server's. |
AdminTopicImpl.DestinationDesc |
AdminTopicImpl.createDestination(java.lang.String destName,
AgentId adminId,
java.util.Properties properties,
byte type,
java.lang.String className,
java.lang.String requestClassName,
java.lang.StringBuffer strbuf)
Instantiating the destination class or retrieving the destination. |
private void |
AdminTopicImpl.doProcess(CreateDestinationRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a CreateDestinationRequest instance
requesting the creation of a destination. |
private void |
AdminTopicImpl.doProcess(CreateUserRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a CreateUserRequest instance requesting the
creation of a UserAgent for a given user. |
private void |
AdminTopicImpl.doProcess(DeleteDestination request,
AgentId replyTo,
java.lang.String msgId)
Processes a DeleteDestination instance requesting the
deletion of a destination. |
private void |
AdminTopicImpl.doProcess(DeleteUser request,
AgentId replyTo,
java.lang.String msgId)
Processes a DeleteUser instance requesting the deletion
of a user. |
private void |
AdminTopicImpl.doProcess(GetDestinationsRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a Monitor_GetDestinations request by sending
registered destinations. |
private void |
AdminTopicImpl.doProcess(GetDMQSettingsRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a Monitor_GetDMQSettings request either by
processing it and sending back the default DMQ settings, or by
forwarding it to its target destination or proxy. |
private void |
AdminTopicImpl.doProcess(GetRightsRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a GetRightsRequest request by forwarding it
to its target destination, if local. |
private void |
AdminTopicImpl.doProcess(GetServersIdsRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a Monitor_GetServersIds request by sending
the list of the platform servers' ids. |
private void |
AdminTopicImpl.doProcess(GetUsersRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a Monitor_GetUsers request by sending the
users table. |
private void |
AdminTopicImpl.doProcess(SetDMQRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a SetDMQ request requesting a given queue to be set as
the DMQ of a given destination or user. |
private void |
AdminTopicImpl.doProcess(SetThresholdRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a SetThreshold request requesting a given threshold value to be set
as the threshold of a given destination or user. |
private void |
AdminTopicImpl.doProcess(SpecialAdmin request,
AgentId replyTo,
java.lang.String msgId)
|
private void |
AdminTopicImpl.doProcess(StopServerRequest request,
AgentId replyTo,
java.lang.String msgId)
Processes a StopServerRequest instance requesting to stop
a given server. |
private void |
AdminTopicImpl.doProcess(UpdateUser request,
AgentId replyTo,
java.lang.String msgId)
Processes an UpdateUser instance requesting to modify the
identification of a user. |
private void |
AdminTopicImpl.doProcess(UserAdminRequest request,
AgentId replyTo,
java.lang.String requestMsgId)
Handle administration request about user. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |