org.gridbus.broker.services.application
Class WebserviceMatcher

java.lang.Object
  extended by org.gridbus.broker.services.application.WebserviceMatcher
All Implemented Interfaces:
java.lang.Runnable, CallListener

public class WebserviceMatcher
extends java.lang.Object
implements java.lang.Runnable, CallListener

Author:
Krishna

Constructor Summary
WebserviceMatcher(java.lang.String applicationID, BrokerStorage store)
           
 
Method Summary
 void invocationComplete(WSCall call)
          Completed event for a webservice call
 void invocationFailed(WSCall call, java.lang.Exception ex)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebserviceMatcher

public WebserviceMatcher(java.lang.String applicationID,
                         BrokerStorage store)
Parameters:
applicationID -
store -
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()

invocationComplete

public void invocationComplete(WSCall call)
Description copied from interface: CallListener
Completed event for a webservice call

Specified by:
invocationComplete in interface CallListener

invocationFailed

public void invocationFailed(WSCall call,
                             java.lang.Exception ex)
Specified by:
invocationFailed in interface CallListener

Copyright © The University of Melbourne. 2006