org.objectweb.joram.mom.dest
Class Topic
- AdminDestinationItf, AgentMBean, Serializable
A Topic
agent is an agent hosting a MOM topic, and which
behaviour is provided by a TopicImpl
instance.
TopicImpl
Topic() - Empty constructor for newInstance().
|
Topic(String name, boolean fixed, int stamp) - Constructor with parameters for fixing the topic and specifying its
identifier.
|
Topic(boolean fixed) - Constructor with parameters for fixing the topic.
|
Topic(AgentId adminId) - Constructs a
Topic agent.
|
agentFinalize , agentInitialize , delete , delete , deploy , deploy , getId , getLogTopic , getName , isDeployed , isFixed , needToBeCommited , react , save , sendTo , sendTo , sendTo , setNoSave , toString |
Topic
public Topic()
Empty constructor for newInstance().
Topic
protected Topic(String name,
boolean fixed,
int stamp)
Constructor with parameters for fixing the topic and specifying its
identifier.
Topic
protected Topic(boolean fixed)
Constructor with parameters for fixing the topic.
Topic
public Topic(AgentId adminId)
Constructs a Topic
agent.
adminId
- Identifier of the agent which will be the administrator
of the topic.
createsImpl
public DestinationImpl createsImpl(AgentId adminId)
Creates the TopicImpl.
- createsImpl in interface Destination
adminId
- Identifier of the topic administrator.
Copyright B) 2004 Scalagent - All rights reserved