org.apache.openejb.client
Class JNDIRequest

java.lang.Object
  extended by org.apache.openejb.client.JNDIRequest
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, ClusterableRequest, Request

public class JNDIRequest
extends java.lang.Object
implements ClusterableRequest

See Also:
Serialized Form

Constructor Summary
JNDIRequest()
           
JNDIRequest(int requestMethod, java.lang.String requestString)
           
 
Method Summary
 java.lang.String getModuleId()
           
 int getRequestMethod()
           
 java.lang.String getRequestString()
           
 byte getRequestType()
           
 int getServerHash()
           
 void readExternal(java.io.ObjectInput in)
           
 void setModuleId(java.lang.String moduleId)
           
 void setRequestMethod(int requestMethod)
           
 void setRequestString(java.lang.String requestString)
           
 void setServerHash(int serverHash)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNDIRequest

public JNDIRequest()

JNDIRequest

public JNDIRequest(int requestMethod,
                   java.lang.String requestString)
Method Detail

getRequestType

public byte getRequestType()
Specified by:
getRequestType in interface Request

getRequestMethod

public int getRequestMethod()

getRequestString

public java.lang.String getRequestString()

getModuleId

public java.lang.String getModuleId()

setModuleId

public void setModuleId(java.lang.String moduleId)

setRequestMethod

public void setRequestMethod(int requestMethod)

setRequestString

public void setRequestString(java.lang.String requestString)

setServerHash

public void setServerHash(int serverHash)
Specified by:
setServerHash in interface ClusterableRequest

getServerHash

public int getServerHash()
Specified by:
getServerHash in interface ClusterableRequest

readExternal

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

writeExternal

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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