com.beasys.commerce.foundation
Class WorkflowHome

java.lang.Object
  extended by com.beasys.commerce.foundation.WorkflowHome
All Implemented Interfaces
SmartHome

public class WorkflowHome
extends Object
implements SmartHome

A specialized home that returns instances of a specific class of Workflow. This implementation caches classes for increased performance using the design pattern that reduces contention and synchronization overhead.

See Also
Workflow

Constructor Summary
WorkflowHome()
           
 
Method Summary
static Workflow create(String fullyQualifiedWorkflowClassName)
          Creates a specific Workflow instance given the fully qualified classname for that Workflow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowHome

public WorkflowHome()
Method Detail

create

public static Workflow create(String fullyQualifiedWorkflowClassName)
                       throws WorkflowInstantiationException
Creates a specific Workflow instance given the fully qualified classname for that Workflow.

Throws
WorkflowInstantiationException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved