org.objectweb.joram.mom.dest
Interface AdminDestinationItf
- AdminTopic, BridgeQueue, BridgeTopic, ClusterQueue, DeadMQueue, Destination, Queue, Topic
public interface AdminDestinationItf
The
AdminDestinationItf
interface defines the method needed
by the administration topic for creating and initializing a destination
agent.
For being administerable by the administration topic a destination agent
must implement this interface.
AdminTopicImpl
void | init(AgentId adminId) - Initializes the destination.
|
void | setProperties(Properties prop) - Sets the destination properties.
|
init
public void init(AgentId adminId)
Initializes the destination.
adminId
- Identifier of the destination administrator.
setProperties
public void setProperties(Properties prop)
Sets the destination properties.
Copyright B) 2004 Scalagent - All rights reserved