hudson.remoting
Interface IReadResolve


public interface IReadResolve

Used internally in the remoting code to have the proxy object implement readResolve.

Author:
Kohsuke Kawaguchi

Method Summary
 java.lang.Object readResolve()
           
 

Method Detail

readResolve

java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException


Copyright © 2012. All Rights Reserved.