com.beasys.commerce.foundation
Class WorkflowHome

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

Deprecated See BEA Commerce product offering

@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 See BEA Commerce product offering
 
Method Summary
static Workflow create(String fullyQualifiedWorkflowClassName)
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowHome

public WorkflowHome()
Deprecated See BEA Commerce product offering

Method Detail

create

public static Workflow create(String fullyQualifiedWorkflowClassName)
                       throws WorkflowInstantiationException
Deprecated See BEA Commerce product offering

Creates a specific Workflow instance given the fully qualified classname for that Workflow.

Throws
WorkflowInstantiationException


Copyright © 2008 BEA Systems, Inc. All Rights Reserved