public class LegacyJavaAppserverProxyInvocationResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private LegacyJavaAppserverParameter[] |
arguments
The argument list.
|
private LegacyJavaAppserverClient |
client
The instance used to perform the request.
|
private java.lang.Object |
returnValue
The RETURN-VALUE for a procedure or the function's returned value.
|
| Constructor and Description |
|---|
LegacyJavaAppserverProxyInvocationResult(LegacyJavaAppserverClient client,
java.lang.Object returnValue,
LegacyJavaAppserverParameter... args)
Initialize this instance.
|
LegacyJavaAppserverProxyInvocationResult(LegacyJavaAppserverClient client,
java.lang.String returnValue,
LegacyJavaAppserverParameter... args)
Initialize this instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal[] |
getBigDecimalArrayOutputParameter(int index)
Get a
BigDecimal array OUTPUT parameter. |
java.math.BigDecimal |
getBigDecimalOutputParameter(int index)
Get the output parameter at the specified index as a
BigDecimal value. |
java.lang.Boolean[] |
getBooleanArrayOutputParameter(int index)
Get a
Boolean array OUTPUT parameter. |
java.lang.Boolean |
getBooleanOutputParameter(int index)
Get the output parameter at the specified index as a boolean value.
|
byte[][] |
getByteArrayArrayOutputParameter(int index)
Get a
byte[] array OUTPUT parameter. |
byte[] |
getByteArrayOutputParameter(int index)
Get the output parameter at the specified index as a
byte[] value. |
java.util.GregorianCalendar[] |
getCalendarArrayOutputParameter(int index)
Get a
GregorianCalendar array OUTPUT parameter. |
java.util.GregorianCalendar |
getCalendarOutputParameter(int index)
Get the output parameter at the specified index as a
GregorianCalendar value. |
commonj.sdo.DataGraph |
getDataSetOutputParameter(int index)
Get the output parameter at the specified index as a dataset.
|
java.lang.Double[] |
getDoubleArrayOutputParameter(int index)
Get a
Double array OUTPUT parameter. |
java.lang.Double |
getDoubleOutputParameter(int index)
Get the output parameter at the specified index as a double value.
|
java.lang.Object |
getFunctionReturn()
Get the function's return value.
|
java.lang.Integer[] |
getIntArrayOutputParameter(int index)
Get an
Integer array OUTPUT parameter. |
java.lang.Integer |
getIntOutputParameter(int index)
Get the output parameter at the specified index as a int value.
|
java.lang.Long[] |
getLongArrayOutputParameter(int index)
Get a
Long array OUTPUT parameter. |
java.lang.Long |
getLongOutputParameter(int index)
Get the output parameter at the specified index as a long value.
|
MemoryBuffer[] |
getMemoryBufferArrayOutputParameter(int index)
Get a
MemoryBuffer array OUTPUT parameter. |
MemoryBuffer |
getMemoryBufferOutputParameter(int index)
Get the output parameter at the specified index as a
MemoryBuffer value. |
java.lang.Object |
getOutputParameter(int index)
Get the output parameter at the specified index.
|
java.lang.String |
getReturnValue()
Get the
returnValue. |
java.lang.String[] |
getStringArrayOutputParameter(int index)
Get a
String array OUTPUT parameter. |
java.lang.String |
getStringOutputParameter(int index)
Get the output parameter at the specified index as a string value.
|
commonj.sdo.DataGraph |
getTableOutputParameter(int index)
Get the output parameter at the specified index as a table.
|
private java.lang.Object returnValue
private LegacyJavaAppserverParameter[] arguments
private LegacyJavaAppserverClient client
public LegacyJavaAppserverProxyInvocationResult(LegacyJavaAppserverClient client, java.lang.String returnValue, LegacyJavaAppserverParameter... args)
client - The instance used to perform the request.returnValue - The RETURN-VALUE.args - The arguments for the request.public LegacyJavaAppserverProxyInvocationResult(LegacyJavaAppserverClient client, java.lang.Object returnValue, LegacyJavaAppserverParameter... args)
client - The instance used to perform the request.returnValue - The RETURN-VALUE.args - The arguments for the request.public java.lang.String getReturnValue()
returnValue.public java.lang.Object getFunctionReturn()
BaseDataType to a Java
type.public java.lang.Object getOutputParameter(int index)
index - The 1-based argument index.public java.lang.Integer getIntOutputParameter(int index)
index - The 1-based argument index.public java.lang.Integer[] getIntArrayOutputParameter(int index)
Integer array OUTPUT parameter.index - The 1-based argument index.public java.lang.String getStringOutputParameter(int index)
index - The 1-based argument index.public java.lang.String[] getStringArrayOutputParameter(int index)
String array OUTPUT parameter.index - The 1-based argument index.public java.lang.Double getDoubleOutputParameter(int index)
index - The 1-based argument index.public java.lang.Double[] getDoubleArrayOutputParameter(int index)
Double array OUTPUT parameter.index - The 1-based argument index.public java.math.BigDecimal getBigDecimalOutputParameter(int index)
BigDecimal value.index - The 1-based argument index.public java.math.BigDecimal[] getBigDecimalArrayOutputParameter(int index)
BigDecimal array OUTPUT parameter.index - The 1-based argument index.public java.lang.Boolean getBooleanOutputParameter(int index)
index - The 1-based argument index.public java.lang.Boolean[] getBooleanArrayOutputParameter(int index)
Boolean array OUTPUT parameter.index - The 1-based argument index.public java.lang.Long getLongOutputParameter(int index)
index - The 1-based argument index.public java.lang.Long[] getLongArrayOutputParameter(int index)
Long array OUTPUT parameter.index - The 1-based argument index.public java.util.GregorianCalendar getCalendarOutputParameter(int index)
GregorianCalendar value.index - The 1-based argument index.public java.util.GregorianCalendar[] getCalendarArrayOutputParameter(int index)
GregorianCalendar array OUTPUT parameter.index - The 1-based argument index.public byte[] getByteArrayOutputParameter(int index)
byte[] value.index - The 1-based argument index.public byte[][] getByteArrayArrayOutputParameter(int index)
byte[] array OUTPUT parameter.index - The 1-based argument index.public MemoryBuffer getMemoryBufferOutputParameter(int index)
MemoryBuffer value.index - The 1-based argument index.public MemoryBuffer[] getMemoryBufferArrayOutputParameter(int index)
MemoryBuffer array OUTPUT parameter.index - The 1-based argument index.public commonj.sdo.DataGraph getDataSetOutputParameter(int index)
index - The 1-based argument index.public commonj.sdo.DataGraph getTableOutputParameter(int index)
index - The 1-based argument index.