|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.web.holders.BigIntegerArrayHolder
A holder class for a BigInteger array that is used to store inout or out parameters in remote method calls. When calling a remote service that has a BigInteger array as an inout or out parameter, the programmer must pass an instance of BigIntegerArrayHolder as the corresponding parameter in the method invocation. The input value must be set before invoking for inout paramters using the setValue method. Before the invocation returns, the runtime has filled in the value, which the programmer can access using the getResult method.
Field Summary | |
BigInteger[] |
value
Deprecated. The return value held by this result object. |
Constructor Summary | |
BigIntegerArrayHolder()
Deprecated. Default constructor for BigIntegerArrayHolder. |
|
BigIntegerArrayHolder(BigInteger[] value)
Deprecated. Construct a BigIntegerArrayHolder with the specified value. |
Method Summary | |
BigInteger[] |
getResult()
Deprecated. Get the result held within this BigIntegerArrayHolder. |
void |
read(InputStream is)
Deprecated. Read the contents of this holder from an input stream. |
void |
setValue(BigInteger[] value)
Deprecated. Set the value held within this BigIntegerArrayHolder. |
void |
write(OutputStream os,
String name)
Deprecated. Write the contents of this holder to an output stream. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public BigInteger[] value
Constructor Detail |
public BigIntegerArrayHolder()
public BigIntegerArrayHolder(BigInteger[] value)
value
- The value held by this holder.Method Detail |
public BigInteger[] getResult()
public void setValue(BigInteger[] value)
value
- The new value to be held by this holder.public void read(InputStream is) throws IOException
read
in interface Holder
is
- The input stream.
IOException
- If an I/O error occurs.public void write(OutputStream os, String name) throws IOException
write
in interface Holder
os
- The output stream.name
- The parameter name.
IOException
- If an I/O error occurs.
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |