Uses of Package
com.uwyn.rife.continuations

Packages that use com.uwyn.rife.continuations
com.uwyn.rife.authentication.elements Provides elements for authentication and logout, using the variety of backend stores available. 
com.uwyn.rife.cmf.elements Provides an element that serves streaming content data straight from the content management framework. 
com.uwyn.rife.continuations Provides continuations functionalities natively in Java. 
com.uwyn.rife.continuations.basic Basic implementation of a continuation runner with associated classes. 
com.uwyn.rife.continuations.exceptions Provides exception classes for the continuation functionalities. 
com.uwyn.rife.continuations.instrument Performs the actual bytecode analysis and instrumentation to provide continuations. 
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.engine.elements Provides elements wigh common features that are useful in many web applications. 
com.uwyn.rife.feed.elements Provides elements for the integration of content syndication into a site. 
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.authentication.elements
ContinuableObject
          Interface that needs to be implemented by classes that should support continuations functionalities and become resumable.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.cmf.elements
ContinuableObject
          Interface that needs to be implemented by classes that should support continuations functionalities and become resumable.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.continuations
CallState
          Contains the state of a call continuation.
ContinuableObject
          Interface that needs to be implemented by classes that should support continuations functionalities and become resumable.
ContinuationConfigRuntime
          Configures the runtime behavior of the continuations engine.
ContinuationContext
          Contains all contextual data of one particular continuation.
ContinuationManager
          Manages a collection of ContinuationContext instances.
ContinuationStack
          [PRIVATE AND UNSUPPORTED] Contains the local state of a continuation.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.continuations.basic
CallState
          Contains the state of a call continuation.
ContinuableObject
          Interface that needs to be implemented by classes that should support continuations functionalities and become resumable.
ContinuationConfigInstrument
          This interface needs to be implemented to configure the bytecode instrumentation that enables the continuations functionalities.
ContinuationManager
          Manages a collection of ContinuationContext instances.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.continuations.exceptions
ContinuationContext
          Contains all contextual data of one particular continuation.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.continuations.instrument
ContinuationConfigInstrument
          This interface needs to be implemented to configure the bytecode instrumentation that enables the continuations functionalities.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.engine
ContinuableObject
          Interface that needs to be implemented by classes that should support continuations functionalities and become resumable.
ContinuationConfigInstrument
          This interface needs to be implemented to configure the bytecode instrumentation that enables the continuations functionalities.
ContinuationConfigRuntime
          Configures the runtime behavior of the continuations engine.
ContinuationManager
          Manages a collection of ContinuationContext instances.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.engine.elements
ContinuableObject
          Interface that needs to be implemented by classes that should support continuations functionalities and become resumable.
 

Classes in com.uwyn.rife.continuations used by com.uwyn.rife.feed.elements
ContinuableObject
          Interface that needs to be implemented by classes that should support continuations functionalities and become resumable.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.