|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.webservice.async.AsyncInfo
public class 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()
Deprecated. |
Method Summary | |
---|---|
Object |
getCaller()
Deprecated. Returns the instance of the client proxy that made the asynchronous call. |
ResultListener |
getResultListener()
Deprecated. Returns the result listener object. |
boolean |
isInOrderDelivery()
Deprecated. Checks whether this asynchronous invoke is an in-order reliable SOAP messaging. |
boolean |
isReliableDelivery()
Deprecated. Checks whether this asynchronous invoke is to an operation that has been configured for reliable SOAP messaging. |
void |
setReliableDelivery(boolean reliable)
Deprecated. Specifies that this asynchronous call is to an operation that has been configured for reliable SOAP messaging. |
void |
setResultListener(ResultListener resultListener)
Deprecated. 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 Object getCaller()
public ResultListener getResultListener()
public void setResultListener(ResultListener resultListener)
resultListener
- listener to setpublic void setReliableDelivery(boolean reliable) throws weblogic.webservice.saf.StoreForwardException
reliable
- if true, sets the invocation to use reliable SOAP messaging.
weblogic.webservice.saf.StoreForwardException
public boolean isReliableDelivery()
public boolean isInOrderDelivery()
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |