BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.webservice.async
Class FutureResultImpl

java.lang.Object
  |
  +--weblogic.webservice.async.FutureResultImpl

public class FutureResultImpl
extends java.lang.Object
implements FutureResult

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
FutureResultImpl()
           
 
Method Summary
 void abort()
           
 AsyncInfo getAsyncInfo()
           
 java.lang.Object getResult()
           
 boolean isCompleted()
           
 void setAsyncInfo(AsyncInfo ctx)
           
 void setCompleted()
           
 void setError(java.lang.Throwable th)
           
 void setResult(java.lang.Object result)
           
 void waitFor(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FutureResultImpl

public FutureResultImpl()
Method Detail

setAsyncInfo

public void setAsyncInfo(AsyncInfo ctx)


getAsyncInfo

public AsyncInfo getAsyncInfo()


isCompleted

public boolean isCompleted()
Specified by:
isCompleted in interface FutureResult


setCompleted

public void setCompleted()


waitFor

public void waitFor(long timeout)
Specified by:
waitFor in interface FutureResult


abort

public void abort()
Specified by:
abort in interface FutureResult


getResult

public java.lang.Object getResult()
                           throws java.rmi.RemoteException
Specified by:
getResult in interface FutureResult


setError

public void setError(java.lang.Throwable th)


setResult

public void setResult(java.lang.Object result)


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b