Inheritance diagram for org.objectweb.joram.mom.dest.AdminDestinationItf:

Public Member Functions | |
| void | init (AgentId adminId, Properties prop) |
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.
Definition at line 39 of file AdminDestinationItf.java.
| void org.objectweb.joram.mom.dest.AdminDestinationItf.init | ( | AgentId | adminId, | |
| Properties | prop | |||
| ) |
Initializes the destination and sets the destination properties.
| adminId | Identifier of the destination administrator. | |
| prop | the initial set of properties. |
Implemented in org.objectweb.joram.mom.dest.Destination.
1.5.0