org.apache.openejb.client
Interface Response

All Superinterfaces:
java.io.Externalizable, java.io.Serializable
All Known Subinterfaces:
ClusterableResponse
All Known Implementing Classes:
AuthenticationResponse, ClusterResponse, EJBResponse, JNDIResponse

public interface Response
extends java.io.Externalizable


Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 

Method Detail

readExternal

void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.