org.apache.openejb.client
Interface Response
- All Superinterfaces:
- Externalizable, Serializable
- All Known Subinterfaces:
- ClusterableResponse
- All Known Implementing Classes:
- AuthenticationResponse, ClusterResponse, EJBResponse, JNDIResponse
public interface Response
- extends Externalizable
setMetaData
void setMetaData(ProtocolMetaData metaData)
- Set the protocol metadata that can be used for version checking
- Parameters:
metaData - ProtocolMetaData
readExternal
void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.