Uses of Interface
org.apache.commons.workflow.Registry

Packages that use Registry
org.apache.commons.workflow.base Basic implementations and base classes for Workflow Management System applications. 
 

Uses of Registry in org.apache.commons.workflow.base
 

Classes in org.apache.commons.workflow.base that implement Registry
 class BaseRegistry
          BaseRegistry is a convenient base class for more sophisticated Registry implementations.
 

Fields in org.apache.commons.workflow.base declared as Registry
protected static Registry BaseRegistry.registry
          The singleton registry instance.
 

Methods in org.apache.commons.workflow.base that return Registry
static Registry BaseRegistry.getRegistry()
          Factory method to return a Singleton (per class loader) Registry instance.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.