Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
MessageConsumer |
AgentEngineContextImpl.getConsumer(short id)
Returns the specified
MessageConsumer |
MessageConsumer |
AgentEngineContext.getConsumer(short id)
Returns the specified
MessageConsumer |
static 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() |
Modifier and Type | Method and Description |
---|---|
private boolean |
AdminTopic.checkServerId(int serverId)
Returns
true if a given server identification corresponds
to the local server's. |
private AdminTopic.DestinationDesc |
AdminTopic.createDestination(String destName,
AgentId adminId,
Properties properties,
byte type,
String className,
String requestClassName,
StringBuffer strbuf)
Instantiating the destination class or retrieving the destination.
|
static AdminTopic.DestinationDesc |
AdminTopic.createDestinationAndSave(String destName,
AgentId adminId,
Properties properties,
byte type,
String className,
String requestClassName,
StringBuffer strbuf)
Deprecated.
|
static void |
AdminTopic.CreateUserAndSave(CreateUserRequest request,
AgentId replyTo,
String msgId)
Deprecated.
|
private void |
AdminTopic.doProcess(AdminCommandRequest request,
AgentId replyTo,
String requestMsgId)
Process an admin command.
|
private void |
AdminTopic.doProcess(CreateDestinationRequest request,
AgentId replyTo,
String msgId)
Processes a
CreateDestinationRequest instance
requesting the creation of a destination. |
private void |
AdminTopic.doProcess(CreateUserRequest request,
AgentId replyTo,
String msgId)
Processes a
CreateUserRequest instance requesting the
creation of a UserAgent for a given user. |
private void |
AdminTopic.doProcess(DeleteDestination request,
AgentId replyTo,
String msgId)
Processes a
DeleteDestination instance requesting the
deletion of a destination. |
private void |
AdminTopic.doProcess(DeleteUser request,
AgentId replyTo,
String msgId)
Processes a
DeleteUser instance requesting the deletion
of a user. |
private void |
AdminTopic.doProcess(GetDestinationsRequest request,
AgentId replyTo,
String msgId)
Processes a
Monitor_GetDestinations request by sending
registered destinations. |
private void |
AdminTopic.doProcess(GetDMQSettingsRequest request,
AgentId replyTo,
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 |
AdminTopic.doProcess(GetRightsRequest request,
AgentId replyTo,
String msgId)
Processes a
GetRightsRequest request by forwarding it
to its target destination, if local. |
private void |
AdminTopic.doProcess(GetServersIdsRequest request,
AgentId replyTo,
String msgId)
Processes a
Monitor_GetServersIds request by sending
the list of the platform servers' ids. |
private void |
AdminTopic.doProcess(GetUsersRequest request,
AgentId replyTo,
String msgId)
Processes a
Monitor_GetUsers request by sending the
users table. |
private void |
AdminTopic.doProcess(SetDMQRequest request,
AgentId replyTo,
String msgId)
Processes a
SetDMQ request requesting a given queue to be set as
the DMQ of a given destination or user. |
private void |
AdminTopic.doProcess(SetThresholdRequest request,
AgentId replyTo,
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 |
AdminTopic.doProcess(StopServerRequest request,
AgentId replyTo,
String msgId)
Processes a
StopServerRequest instance requesting to stop
a given server. |
private void |
AdminTopic.doProcess(UpdateUser request,
AgentId replyTo,
String msgId)
Processes an
UpdateUser instance requesting to modify the
identification of a user. |
private void |
AdminTopic.doProcess(UserAdminRequest request,
AgentId replyTo,
String requestMsgId)
Handle administration request about user.
|
static void |
AdminTopic.setRightAndSave(SetRight request,
AgentId replyTo,
String msgId)
Deprecated.
|
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.