Cumulus4j API
(1.2.0)

org.cumulus4j.store.model
Class RunnableManager

java.lang.Object
  extended by org.cumulus4j.store.model.RunnableManager
Direct Known Subclasses:
PostDetachRunnableManager

public abstract class RunnableManager
extends Object


Constructor Summary
protected RunnableManager()
           
 
Method Summary
 void addRunnable(Runnable runnable)
           
protected  void assertInScope()
           
 void enterScope()
           
 void exitScope()
           
protected  void runRunnables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnableManager

protected RunnableManager()
Method Detail

enterScope

public void enterScope()

exitScope

public void exitScope()

assertInScope

protected void assertInScope()

addRunnable

public void addRunnable(Runnable runnable)

runRunnables

protected void runRunnables()

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.