org.objectweb.joram.mom.dest

Interface AdminDestinationItf

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(AgentId adminId)
Initializes the destination.
void
setProperties(Properties prop)
Sets the destination properties.

Method Details

init

public void init(AgentId adminId)
Initializes the destination.

Parameters:
adminId - Identifier of the destination administrator.


setProperties

public void setProperties(Properties prop)
Sets the destination properties.


Copyright B) 2004 Scalagent - All rights reserved