bea Systems, Inc.

theory.smart.foundation
Class WorkflowHome

java.lang.Object
  |
  +--theory.smart.foundation.WorkflowHome

public class WorkflowHome
extends java.lang.Object
implements SmartHome

A specialized home that returns instances of a specific class of Workflow.

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.

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.