Uses of Interface
wt.method.MethodFeedback

Packages that use MethodFeedback
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.feedback   
wt.ixb.clientAccess   
wt.method Defines the standard Windchill MethodServer and MethodServerLauncher and related functionality. 
wt.tools.profiler   
 

Uses of MethodFeedback in wt.federation
 

Methods in wt.federation with parameters of type MethodFeedback
 void StandardFederationService.sendFeedback(MethodFeedback feedbackObject)
          Sends Feedback objects to the client.
 void FederationServiceSvr.sendFeedback(MethodFeedback feedbackObject)
          Sends Feedback objects to the client.
 void StandardFederationService.sendFeedback(MethodFeedback feedbackObject)
          Sends Feedback objects to the client.
 void FederationServiceSvr.sendFeedback(MethodFeedback feedbackObject)
          Sends Feedback objects to the client.
 

Uses of MethodFeedback in wt.feedback
 

Classes in wt.feedback that implement MethodFeedback
 class ProgressCountFeedback
          Feedback object to carry progress count values to client.
 class StatusFeedback
          Feedback object to carry status messages to client.
 class WTContextUpdate
          Feedback object to carry updates to client's WTContext object.
 

Uses of MethodFeedback in wt.ixb.clientAccess
 

Classes in wt.ixb.clientAccess that implement MethodFeedback
 class ExpImpUpdateMsg
           
 

Uses of MethodFeedback in wt.method
 

Classes in wt.method that implement MethodFeedback
(package private)  class FeedbackWrapper
           
static class OutputStreamProxy.Sender
           
 

Fields in wt.method declared as MethodFeedback
private  MethodFeedback FeedbackWrapper.feedback
           
 

Methods in wt.method with parameters of type MethodFeedback
 boolean MethodContext.sendFeedback(MethodFeedback feedback)
          Send feedback objects to RMI client while call is being processed A return value of false indicates that the client has disconnected.
 

Constructors in wt.method with parameters of type MethodFeedback
FeedbackWrapper(MethodFeedback feedback)
           
 

Uses of MethodFeedback in wt.tools.profiler
 

Classes in wt.tools.profiler that implement MethodFeedback
 class ProfilerFeedback
          This is the feedback object that communicates the profiling data periodically to the windchill profiler client tool