org.apache.openejb.client
Interface Request
- All Superinterfaces:
- java.io.Externalizable, java.io.Serializable
- All Known Subinterfaces:
- ClusterableRequest
- All Known Implementing Classes:
- AuthenticationRequest, ClusterRequest, EJBRequest, JNDIRequest
public interface Request
- extends java.io.Externalizable
getRequestType
byte getRequestType()
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.