Uses of Package
net.sf.asyncobjects

Packages that use net.sf.asyncobjects
net.sf.asyncobjects The core classes of the framework. 
net.sf.asyncobjects.io This package contains core IO interfaces. 
net.sf.asyncobjects.io.adapters This package contains adapters to blocking java streams. 
net.sf.asyncobjects.io.util This package contains uitility input and output streams. 
net.sf.asyncobjects.net This package contains core network interfaces. 
net.sf.asyncobjects.net.nio This package contains implementation of network interfaces that is based on non-blocking NIO socket API. 
net.sf.asyncobjects.net.threading This package contains implementation of network interfaces that is based on blocking socket API. 
net.sf.asyncobjects.util This package contains generic utilities that helps to develop asynchronous operations. 
net.sf.asyncobjects.util.callbacks This package contains a generic callbacks interfaces and adapter classes that help to implement them. 
net.sf.asyncobjects.util.timer This package contains generic timer interfaces and implementation of them over Timer nad TimerTask classes. 
net.sf.asyncobjects.vats This package contains core classes releate to vats and vat runners. 
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects
ACloseable
          The object that should be closed after it is no more used.
AResolver
           This is a fundamental interface that is used to return values from operation.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.io
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.io.adapters
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.io.util
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.net
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.net.nio
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.net.threading
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.util
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
When
           When construct support class.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.util.callbacks
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.util.timer
ACloseable
          The object that should be closed after it is no more used.
AsyncObject
           Base class for all asynchronous interfaces, all operations in subinterfaces are asynchonous.
AsyncUnicastServer
           Unicast server implementation.
ExplicitSharing
           This marker interface marks objects that should be always shared explicitiyly wrapped into Shared object.
Promise
           A promise represents outcome of some asynchronous operation.
 

Classes in net.sf.asyncobjects used by net.sf.asyncobjects.vats
AsyncAction
          Asynchronous action.
 



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