wt.loader
Interface Proxyable


public interface Proxyable


Field Summary
static String versionID
           
 
Method Summary
 Proxy newProxy()
           
 void readProxy(ObjectInput input_stream)
           
 void writeProxy(ObjectOutput output_stream)
           
 

Field Detail

versionID

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

newProxy

public Proxy newProxy()

readProxy

public void readProxy(ObjectInput input_stream)
               throws IOException,
                      ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeProxy

public void writeProxy(ObjectOutput output_stream)
                throws IOException
Throws:
IOException