org.omg.MessageRouting
Interface RouterAdminOperations

All Known Subinterfaces:
RouterAdmin
All Known Implementing Classes:
_RouterAdminStub, RouterAdminPOA

public interface RouterAdminOperations


Method Summary
 void register_destination(Object dest, boolean is_router, RetryPolicy retry, DecayPolicy decay)
           
 void resume_destination(Object dest)
           
 void suspend_destination(Object dest, ResumePolicy resumption)
           
 void unregister_destination(Object dest)
           
 

Method Detail

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.