Uses of Class
planetj.dataengine.operation.OperationManager

Packages that use OperationManager
planetj.dataengine.operation   
 

Uses of OperationManager in planetj.dataengine.operation
 

Methods in planetj.dataengine.operation that return OperationManager
static OperationManager OperationManager.singleton()
          Gets the singleton instance of OperationManager
 

Methods in planetj.dataengine.operation with parameters of type OperationManager
static void OperationManager.setSingleton(OperationManager singleton)
          Sets the singleton instance of the OperationManager.