Joram 4.3.18

org.objectweb.joram.mom.dest
Interface AdminDestinationItf

All Known Implementing Classes:
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.

See Also:
AdminTopicImpl

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

Method Detail

init

void init(fr.dyade.aaa.agent.AgentId adminId)
Initializes the destination.

Parameters:
adminId - Identifier of the destination administrator.

setProperties

void setProperties(java.util.Properties prop)
Sets the destination properties.


Joram 4.3.18

Copyright © 2005 Scalagent - All rights reserved