public static class EJBRequest.Body extends Object implements Externalizable
| Constructor and Description |
|---|
EJBRequest.Body() |
EJBRequest.Body(EJBMetaDataImpl ejb) |
| Modifier and Type | Method and Description |
|---|---|
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 |
public EJBRequest.Body(EJBMetaDataImpl ejb)
public EJBRequest.Body()
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 versionreadExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
metaData versionwriteExternal in interface ExternalizableIOExceptionprotected void writeMethodParameters(ObjectOutput out, Class[] types, Object[] args) throws IOException
metaData versionIOExceptionprotected ORB getORB() throws IOException
IOException - On errorprotected void readMethodParameters(ObjectInput in) throws IOException, ClassNotFoundException
metaData versionIOExceptionClassNotFoundExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.