org.objectweb.joram.mom.dest

Class BridgeTopic

Implemented Interfaces:
AdminDestinationItf, AgentMBean, Serializable

public class BridgeTopic
extends Topic

A BridgeTopic agent is an agent hosting a bridge topic, and which behaviour is provided by a BridgeTopicImpl instance.

See Also:
BridgeTopicImpl

Field Summary

Fields inherited from class org.objectweb.joram.mom.dest.Destination

destImpl

Fields inherited from class fr.dyade.aaa.agent.Agent

fixed, logmon, name

Constructor Summary

BridgeTopic()
Constructs a BridgeTopic agent.

Method Summary

DestinationImpl
createsImpl(AgentId adminId)
Creates the bridge topic.
void
setProperties(Properties prop)
Sets the bridge properties.

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

Constructor Details

BridgeTopic

public BridgeTopic()
Constructs a BridgeTopic agent.

Method Details

createsImpl

public DestinationImpl createsImpl(AgentId adminId)
Creates the bridge topic.
Overrides:
createsImpl in interface Topic

Parameters:
adminId - Identifier of the bridge topic administrator.


setProperties

public void setProperties(Properties prop)
Sets the bridge properties.
Specified by:
setProperties in interface AdminDestinationItf
Overrides:
setProperties in interface Destination


Copyright B) 2004 Scalagent - All rights reserved