|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.client.EJBRequest.Body
public static class EJBRequest.Body
| Constructor Summary | |
|---|---|
EJBRequest.Body()
|
|
EJBRequest.Body(EJBMetaDataImpl ejb)
|
|
| Method Summary | |
|---|---|
JNDIContext.AuthenticationInfo |
getAuthentication()
|
Class |
getInterfaceClass()
|
Method |
getMethodInstance()
|
String |
getMethodName()
|
Object[] |
getMethodParameters()
|
Class[] |
getMethodParamTypes()
|
protected ORB |
getORB()
Obtain an ORB instance for this request to activate remote arguments and return results. |
Object |
getPrimaryKey()
|
String |
getRequestId()
|
byte |
getVersion()
|
void |
readExternal(ObjectInput in)
Changes to this method must observe the optional metaData version |
protected void |
readMethodParameters(ObjectInput in)
Changes to this method must observe the optional metaData version |
void |
setAuthentication(JNDIContext.AuthenticationInfo authentication)
|
void |
setMetaData(ProtocolMetaData metaData)
|
void |
setMethodInstance(Method methodInstance)
|
void |
setMethodParameters(Object[] methodParameters)
|
void |
setPrimaryKey(Object primaryKey)
|
void |
setRequestId(String requestId)
|
String |
toString()
|
void |
writeExternal(ObjectOutput out)
Changes to this method must observe the optional metaData version |
protected void |
writeMethodParameters(ObjectOutput out,
Class[] types,
Object[] args)
Changes to this method must observe the optional metaData version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EJBRequest.Body(EJBMetaDataImpl ejb)
public EJBRequest.Body()
| Method Detail |
|---|
public void setMetaData(ProtocolMetaData metaData)
public byte getVersion()
public void setAuthentication(JNDIContext.AuthenticationInfo authentication)
public JNDIContext.AuthenticationInfo getAuthentication()
public Method getMethodInstance()
public Object[] getMethodParameters()
public Object getPrimaryKey()
public Class getInterfaceClass()
public String getMethodName()
public Class[] getMethodParamTypes()
public void setMethodInstance(Method methodInstance)
public void setMethodParameters(Object[] methodParameters)
public void setPrimaryKey(Object primaryKey)
public String getRequestId()
public void setRequestId(String requestId)
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
metaData version
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
metaData version
writeExternal in interface ExternalizableIOException
protected void writeMethodParameters(ObjectOutput out,
Class[] types,
Object[] args)
throws IOException
metaData version
IOException
protected ORB getORB()
throws IOException
IOException - On error
protected void readMethodParameters(ObjectInput in)
throws IOException,
ClassNotFoundException
metaData version
IOException
ClassNotFoundExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||