Inheritance diagram for org.objectweb.joram.mom.dest.AdminTopic:


Public Member Functions | |
| AdminTopic () | |
| DestinationImpl | createsImpl (AgentId adminId, Properties prop) |
| void | react (AgentId from, Notification not) throws Exception |
Static Public Member Functions | |
| static AgentId | getDefault (short serverId) |
| static AgentId | getDefault () |
Static Package Attributes | |
| static AgentId | adminId = null |
AdminTopic agent is a MOM administration service, which behaviour is provided by an AdminTopicImpl instance.
Definition at line 48 of file AdminTopic.java.
| org.objectweb.joram.mom.dest.AdminTopic.AdminTopic | ( | ) |
Constructs an AdminTopic agent.
Definition at line 55 of file AdminTopic.java.
References org.objectweb.joram.mom.dest.Destination.init().
Here is the call graph for this function:

| DestinationImpl org.objectweb.joram.mom.dest.AdminTopic.createsImpl | ( | AgentId | adminId, | |
| Properties | prop | |||
| ) | [virtual] |
Creates the TopicImpl.
| adminId | Identifier of the topic administrator. | |
| prop | The initial set of properties. |
Reimplemented from org.objectweb.joram.mom.dest.Topic.
Definition at line 66 of file AdminTopic.java.
References fr.dyade.aaa.agent.Agent.getId().
Here is the call graph for this function:

| static AgentId org.objectweb.joram.mom.dest.AdminTopic.getDefault | ( | short | serverId | ) | [static] |
Gets the identifier of the default administration topic on a given server.
Definition at line 73 of file AdminTopic.java.
| static AgentId org.objectweb.joram.mom.dest.AdminTopic.getDefault | ( | ) | [static] |
Gets the identifier of the default administration topic on the current server.
Definition at line 83 of file AdminTopic.java.
References org.objectweb.joram.mom.dest.AdminTopic.adminId.
| void org.objectweb.joram.mom.dest.AdminTopic.react | ( | AgentId | from, | |
| Notification | not | |||
| ) | throws Exception |
Distributes the received notifications to the appropriate reactions.
| Exception |
Reimplemented from org.objectweb.joram.mom.dest.Topic.
Definition at line 95 of file AdminTopic.java.
References org.objectweb.joram.mom.dest.Destination.destImpl, org.objectweb.joram.mom.dest.Destination.logger, and org.objectweb.joram.mom.dest.Destination.setSave().
Here is the call graph for this function:

1.5.0