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
 Object readResolve()
           
 

Method Detail

readResolve

Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 2004-2011. All Rights Reserved.