com.beasys.commerce.foundation
Class WorkflowHome

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

Deprecated

@Deprecated
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()
          Deprecated  
 
Method Summary
static Workflow create(String fullyQualifiedWorkflowClassName)
          Deprecated 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()
Deprecated 
Method Detail

create

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

Throws
WorkflowInstantiationException


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.