© 2002 BEA Systems, Inc.


com.beasys.commerce.foundation
Class WorkflowHome

java.lang.Object
  |
  +--com.beasys.commerce.foundation.WorkflowHome

public class WorkflowHome
extends java.lang.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(java.lang.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(java.lang.String fullyQualifiedWorkflowClassName)
                       throws WorkflowInstantiationException
Creates a specific Workflow instance given the fully qualified classname for that Workflow.


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved