|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.webservice.async.AsyncInfo
Use the AsyncInfo class to pass additional information about the asynchronous client to WebLogic Server. This information includes setting a listener to listen to the results of an asynchronous call, whether the operation is being invoked using reliable SOAP messaging, and so on.
| Constructor Summary | |
AsyncInfo()
|
|
| Method Summary | |
java.lang.Object |
getCaller()
Returns the instance of the client proxy that made the asynchronous call. |
ResultListener |
getResultListener()
Returns the result listener object. |
boolean |
isInOrderDelivery()
Checks whether this asynchronous invoke is an in-order reliable SOAP messaging. |
boolean |
isReliableDelivery()
Checks whether this asynchronous invoke is to an operation that has been configured for reliable SOAP messaging. |
void |
setReliableDelivery(boolean reliable)
Specifies that this asynchronous call is to an operation that has been configured for reliable SOAP messaging. |
void |
setResultListener(ResultListener resultListener)
Sets the result listener. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AsyncInfo()
| Method Detail |
public java.lang.Object getCaller()
public ResultListener getResultListener()
public void setResultListener(ResultListener resultListener)
resultListener - listener to set
public void setReliableDelivery(boolean reliable)
throws weblogic.webservice.saf.StoreForwardException
reliable - if true, sets the invocation to use reliable SOAP messaging.public boolean isReliableDelivery()
public boolean isInOrderDelivery()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||