|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
AdminTopicImpl
Method Summary | |
---|---|
void |
init(AgentId adminId,
java.util.Properties prop)
Initializes the destination and sets the destination properties. |
Method Detail |
---|
void init(AgentId adminId, java.util.Properties prop) throws RequestException
adminId
- Identifier of the destination administrator.prop
- the initial set of properties.
RequestException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |