org.omg.MessageRouting
Interface RouterAdminOperations
- All Known Subinterfaces:
- RouterAdmin
- All Known Implementing Classes:
- _RouterAdminStub, RouterAdminPOA
public interface RouterAdminOperations
register_destination
void register_destination(Object dest,
boolean is_router,
RetryPolicy retry,
DecayPolicy decay)
suspend_destination
void suspend_destination(Object dest,
ResumePolicy resumption)
throws InvalidState
- Throws:
InvalidState
resume_destination
void resume_destination(Object dest)
throws InvalidState
- Throws:
InvalidState
unregister_destination
void unregister_destination(Object dest)
throws InvalidState
- Throws:
InvalidState
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.