wt.method
Class FeedbackWrapper

java.lang.Object
  extended bywt.method.FeedbackWrapper
All Implemented Interfaces:
MethodFeedback, Serializable

class FeedbackWrapper
extends Object
implements Serializable, MethodFeedback


Field Summary
private  MethodFeedback feedback
           
(package private) static long serialVersionUID
           
 
Fields inherited from interface wt.method.MethodFeedback
versionID
 
Constructor Summary
(package private) FeedbackWrapper(MethodFeedback feedback)
           
 
Method Summary
 void execute()
          Supported API: true
private  void readObject(ObjectInputStream in)
           
private  void writeObject(ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

feedback

private transient MethodFeedback feedback
Constructor Detail

FeedbackWrapper

FeedbackWrapper(MethodFeedback feedback)
Method Detail

execute

public void execute()
Description copied from interface: MethodFeedback
Supported API: true

Specified by:
execute in interface MethodFeedback

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException