org.objectweb.joram.mom.dest
Interface AdminDestinationItf

All Known Implementing Classes:
AcquisitionQueue, AcquisitionTopic, AdminTopic, ClusterQueue, DeadMQueue, Destination, DistributionQueue, DistributionTopic, FtpQueue, JMSBridgeQueue, JMSBridgeTopic, Queue, SchedulerQueue, Topic

public interface AdminDestinationItf

The AdminDestinationItf interface defines the method needed by the administration topic to create and initialize a destination agent.

To be administered by the administration topic, a destination agent must implement this interface.

See Also:
AdminTopicImpl

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

Method Detail

init

void init(AgentId adminId,
          java.util.Properties prop)
          throws RequestException
Initializes the destination and sets the destination properties.

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


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.