org.apache.openejb.client
Interface Request

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
ClusterableRequest
All Known Implementing Classes:
AuthenticationRequest, EJBRequest, JNDIRequest

public interface Request
extends Externalizable


Method Summary
 byte getRequestType()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 

Method Detail

getRequestType

byte 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-2011 The Apache OpenEJB development community. All Rights Reserved.