Version: 1.1.1

org.inb.biomoby.client
Class MobyDispatch.MobyWSRFResource

java.lang.Object
  extended by org.inb.biomoby.client.MobyDispatch.MobyWSRFResource
Enclosing class:
MobyDispatch

public static class MobyDispatch.MobyWSRFResource
extends Object


Field Summary
 MobyEndpointReference ref
           
 
Constructor Summary
MobyDispatch.MobyWSRFResource(MobyEndpointReference ref)
           
 
Method Summary
 void destroy()
           
 List<MobyMessage> getMultipleResourcePropertiesResult(List<String> queryIDs)
           
 List<AnalysisEvent> getMultipleResourcePropertiesStatus(List<String> queryIDs)
           
 MobyMessage getResourcePropertyResult(String queryId)
           
 AnalysisEvent getResourcePropertyStatus(String queryId)
           
 List<MobyDataElement> queryResourcePropertyResult(String expression)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

public final MobyEndpointReference ref
Constructor Detail

MobyDispatch.MobyWSRFResource

public MobyDispatch.MobyWSRFResource(MobyEndpointReference ref)
Method Detail

destroy

public void destroy()
             throws Exception
Throws:
Exception

getResourcePropertyStatus

public AnalysisEvent getResourcePropertyStatus(String queryId)
                                        throws Exception
Throws:
Exception

getResourcePropertyResult

public MobyMessage getResourcePropertyResult(String queryId)
                                      throws Exception
Throws:
Exception

getMultipleResourcePropertiesStatus

public List<AnalysisEvent> getMultipleResourcePropertiesStatus(List<String> queryIDs)
                                                        throws Exception
Throws:
Exception

getMultipleResourcePropertiesResult

public List<MobyMessage> getMultipleResourcePropertiesResult(List<String> queryIDs)
                                                      throws Exception
Throws:
Exception

queryResourcePropertyResult

public List<MobyDataElement> queryResourcePropertyResult(String expression)
                                                  throws Exception
Throws:
Exception

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010