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.Queue
org.objectweb.joram.mom.dest.BridgeQueue
public class BridgeQueue
extends Queue
BridgeQueue
agent is an agent hosting a bridge queue,
and which behaviour is provided by a BridgeQueueImpl
instance.
BridgeQueueImpl
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.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 |
public DestinationImpl createsImpl(AgentId adminId)
Creates the bridge queue.
- Overrides:
- createsImpl in interface Queue
- Parameters:
adminId
- Identifier of the bridge queue administrator.
public void setProperties(Properties prop)
Sets the bridge properties.
- Specified by:
- setProperties in interface AdminDestinationItf
- Overrides:
- setProperties in interface Destination