net.sf.asyncobjects.util.callbacks
Class CallableAdapter.InternalCallableAdapter

java.lang.Object
  extended by net.sf.asyncobjects.AsyncUnicastServer<ACallable<T>>
      extended by net.sf.asyncobjects.util.callbacks.CallableAdapter.InternalCallableAdapter
All Implemented Interfaces:
AsyncObject, ExplicitSharing, ACallable<T>
Enclosing class:
CallableAdapter<T>

public final class CallableAdapter.InternalCallableAdapter
extends AsyncUnicastServer<ACallable<T>>
implements ACallable<T>

An internal class that addapt Adapter calss to asynchronous interface.

Author:
const

Method Summary
 Promise<T> call()
           
 
Methods inherited from class net.sf.asyncobjects.AsyncUnicastServer
dereference, export, isImmediate, myVat, promise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.asyncobjects.AsyncObject
dereference, isImmediate
 

Method Detail

call

public Promise<T> call()
Specified by:
call in interface ACallable<T>
Returns:
a promise for result of asynchronous action
See Also:
ACallable.call()


Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.