net.sf.asyncobjects.util.callbacks
Class RunnableAdapter.InternalRunnableAdapter

java.lang.Object
  extended by net.sf.asyncobjects.AsyncUnicastServer<ARunnable>
      extended by net.sf.asyncobjects.util.callbacks.RunnableAdapter.InternalRunnableAdapter
All Implemented Interfaces:
Runnable, AsyncObject, ExplicitSharing, ARunnable
Enclosing class:
RunnableAdapter

public final class RunnableAdapter.InternalRunnableAdapter
extends AsyncUnicastServer<ARunnable>
implements ARunnable

An internal class that addapt Adapter calss to asynchronous interface.

Author:
const

Method Summary
 void run()
           
 
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

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()


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