ninja.activeproxy.path.pxset
Interface AutomaticPathCreatorServiceIF

All Known Implementing Classes:
AutomaticPathCreatorService

public interface AutomaticPathCreatorServiceIF
extends java.rmi.Remote


Method Summary
 PathDescription createLogicalPath(PathDescription path, OperatorIF source, OperatorIF dest)
           
 PathDescription createLogicalPath(java.lang.String sourceName, java.lang.String destName)
           
 

Method Detail

createLogicalPath

public PathDescription createLogicalPath(PathDescription path,
                                         OperatorIF source,
                                         OperatorIF dest)
                                  throws java.rmi.RemoteException,
                                         PathCreationNotPossibleException

createLogicalPath

public PathDescription createLogicalPath(java.lang.String sourceName,
                                         java.lang.String destName)
                                  throws java.rmi.RemoteException,
                                         PathCreationNotPossibleException