Uses of Interface
net.bioclipse.xws.client.adhoc.IProcess

Packages that use IProcess
net.bioclipse.xws.client.adhoc   
net.bioclipse.xws.client.listeners   
 

Uses of IProcess in net.bioclipse.xws.client.adhoc
 

Methods in net.bioclipse.xws.client.adhoc that return IProcess
 IProcess IFunction.invokeAsync(org.w3c.dom.Element input, IProcessListener listener)
          Invokes the function.
 IProcess IFunction.invokeAsync(org.w3c.dom.Element input, ISimpleProcessListener simple_listener)
          Invokes the function.
 IProcess IFunction.invokeAsync(java.lang.String input_element, IProcessListener listener)
          Invokes the function.
 IProcess IFunction.invokeAsync(java.lang.String input_element, ISimpleProcessListener simple_listener)
          Invokes the function.
 IProcess IFunction.pickAsync(java.lang.String sessionID, IProcessListener listener)
          Picks the running remote process associated with a session ID.
 

Uses of IProcess in net.bioclipse.xws.client.listeners
 

Methods in net.bioclipse.xws.client.listeners with parameters of type IProcess
 void ISimpleProcessListener.onError(IProcess p, XwsException error)
          A process specific error occurred.
 void ICommandListener.onError(IProcess p, XwsException error, boolean terminated)
          A XMPP Service or remote process specific error occurred.
 void IExecuteListener.onExecuting(IProcess p)
          The remote process was started.
 void IExecuteListener.onFinished(IProcess p)
          The remote process finished and the result (output) is available for retrieval.
 void ISimpleProcessListener.onIqError(IProcess p, XmppException error)
          A XMPP specific error occurred.
 void ICommandListener.onIqError(IProcess p, XmppException error)
          A XMPP specific error occurred.
 void ISimpleProcessListener.onResult(IProcess p, org.w3c.dom.Element output)
          The result (output) was received.
 void IResultListener.onResult(IProcess p, org.w3c.dom.Element output, boolean terminated)
          The result (output) of the remote process was received.
 void ITerminateListener.onTerminated(IProcess p)
          The remote process was terminated (deleted).