Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
fr.dyade.aaa.agent.Agent
org.objectweb.joram.mom.dest.Destination
org.objectweb.joram.mom.dest.Topic
org.objectweb.joram.mom.dest.BridgeTopic
public class BridgeTopic
extends Topic
BridgeTopic
agent is an agent hosting a bridge topic,
and which behaviour is provided by a BridgeTopicImpl
instance.
BridgeTopicImpl
Field Summary |
Fields inherited from class org.objectweb.joram.mom.dest.Destination | |
destImpl |
Constructor Summary | |
|
Method Summary | |
DestinationImpl |
|
void |
|
Methods inherited from class org.objectweb.joram.mom.dest.Topic | |
createsImpl |
Methods inherited from class org.objectweb.joram.mom.dest.Destination | |
agentInitialize , createsImpl , init , react , setProperties |
Methods inherited from class fr.dyade.aaa.agent.Agent | |
agentFinalize , agentInitialize , delete , delete , deploy , deploy , getId , getLogTopic , getName , isDeployed , isFixed , needToBeCommited , react , save , sendTo , sendTo , sendTo , setNoSave , toString |
public DestinationImpl createsImpl(AgentId adminId)
Creates the bridge topic.
- Overrides:
- createsImpl in interface Topic
- Parameters:
adminId
- Identifier of the bridge topic administrator.
public void setProperties(Properties prop)
Sets the bridge properties.
- Specified by:
- setProperties in interface AdminDestinationItf
- Overrides:
- setProperties in interface Destination