Joram 5.1.0

org.objectweb.joram.mom.dest
Interface AdminDestinationItf

All Known Implementing Classes:
AdminTopic, ClusterQueue, DeadMQueue, Destination, JMSBridgeQueue, JMSBridgeTopic, MonitoringTopic, 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.

See Also:
AdminTopicImpl

Method Summary
 void init(fr.dyade.aaa.agent.AgentId adminId, java.util.Properties prop)
          Initializes the destination and sets the destination properties.
 

Method Detail

init

void init(fr.dyade.aaa.agent.AgentId adminId,
          java.util.Properties prop)
Initializes the destination and sets the destination properties.

Parameters:
adminId - Identifier of the destination administrator.
prop - the initial set of properties.

Joram 5.1.0

Copyright © 2005 Scalagent - All rights reserved