org.apache.openejb.client
Class JNDIRequest
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JNDIRequest
public JNDIRequest()
JNDIRequest
public JNDIRequest(int requestMethod,
java.lang.String requestString)
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-2010 The Apache OpenEJB development community. All Rights Reserved.