ninja.activeproxy.path
Interface OpNotifierIF

All Known Implementing Classes:
AutomaticPathCreatorService

public interface OpNotifierIF

Interface which operator registry clients implement to be notified of changes in the set of available operators.


Method Summary
 void addOperator(OpInfo op)
           
 void removeOperator(OpInfo op)
           
 

Method Detail

addOperator

public void addOperator(OpInfo op)
                 throws java.rmi.RemoteException,
                        InvalidXMLException,
                        DuplicateException

removeOperator

public void removeOperator(OpInfo op)
                    throws java.rmi.RemoteException,
                           InvalidXMLException,
                           NotFoundException