| |
|
| java.lang.Object dalma.impl.GeneratorImpl
All known Subclasses: dalma.spi.port.ReplyIteratorImpl,
GeneratorImpl | abstract public class GeneratorImpl implements Serializable(Code) | | author: Kohsuke Kawaguchi |
Field Summary | |
final UUID | id GeneratorImpl has an unique ID so that it can always deserialize back
to the same instance. |
dispose | abstract protected void dispose()(Code) | | Called when the conversation completes. Used to dequeue this object.
|
onLoad | abstract protected void onLoad()(Code) | | Called after this generator is restored from disk.
Typically used to requeue this object.
This happens while the conversation is being restored from the disk.
|
|
|
|