org.objectweb.joram.mom.dest
Interface AdminDestinationItf

All Known Implementing Classes:
Destination

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(java.util.Properties prop)
          Sets the destination properties.
 

Method Detail

init

public void init(AgentId adminId)
Initializes the destination.

Parameters:
adminId - Identifier of the destination administrator.

setProperties

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



Copyright ? 2004 Scalagent - All rights reserved