org.apache.openejb.client
Interface Request
- All Superinterfaces:
- Externalizable, Serializable
- All Known Subinterfaces:
- ClusterableRequest
- All Known Implementing Classes:
- AuthenticationRequest, ClusterRequest, EJBRequest, JNDIRequest
public interface Request
- extends Externalizable
getRequestType
RequestType getRequestType()
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-2013 The Apache Software Foundation. All Rights Reserved.