org.objectweb.joram.mom.dest

Class BridgeQueue

Implemented Interfaces:
AdminDestinationItf, AgentMBean, Serializable

public class BridgeQueue
extends Queue

A BridgeQueue agent is an agent hosting a bridge queue, and which behaviour is provided by a BridgeQueueImpl instance.

See Also:
BridgeQueueImpl

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

BridgeQueue()
Constructs a BridgeQueue agent.

Method Summary

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

Methods inherited from class org.objectweb.joram.mom.dest.Queue

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

BridgeQueue

public BridgeQueue()
Constructs a BridgeQueue agent.

Method Details

createsImpl

public DestinationImpl createsImpl(AgentId adminId)
Creates the bridge queue.
Overrides:
createsImpl in interface Queue

Parameters:
adminId - Identifier of the bridge queue 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