wt.method
Interface MethodFeedback

All Known Implementing Classes:
ExpImpUpdateMsg, FeedbackWrapper, OutputStreamProxy.Sender, ProfilerFeedback, ProgressCountFeedback, StatusFeedback, WTContextUpdate

public interface MethodFeedback

Interface for objects that can be sent back to client to give feedback for an active call. While waiting for a reply to a method invocation, the client can receive feedback objects. When received, their execute method is called allowing them to perform arbitrary feedback operations.

Supported API: true


Field Summary
static String versionID
           
 
Method Summary
 void execute()
          Supported API: true
 

Field Detail

versionID

public static final String versionID
See Also:
Constant Field Values
Method Detail

execute

public void execute()
Supported API: true