BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.webservice.async
Class InvokeCompletedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byweblogic.webservice.async.InvokeCompletedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReliableDeliveryFailureEvent

Deprecated. please migrate to jws for webservices

public class InvokeCompletedEvent
extends EventObject

An event to notify the completion of an asynchronous invoke of a Web service operation.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 FutureResult getFutureResult()
          Deprecated. Returns the FutureResult object which acts as a placeholder for the impending result of the asynchronous invocation.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFutureResult

public FutureResult getFutureResult()
Deprecated. 
Returns the FutureResult object which acts as a placeholder for the impending result of the asynchronous invocation.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.