com.opensymphony.workflow.spi.ejb
Class HistoryStepHomeFactory

java.lang.Object
  extended by com.opensymphony.workflow.spi.ejb.HistoryStepHomeFactory

public class HistoryStepHomeFactory
extends Object

Utility class for HistoryStep.

Author:
Hani Suleiman, Pat Lightbody

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Constructor Summary
HistoryStepHomeFactory()
           
 
Method Summary
static HistoryStepLocalHome getLocalHome()
          Obtain local home interface from default initial context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMP_NAME

public static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

public static final String JNDI_NAME
See Also:
Constant Field Values
Constructor Detail

HistoryStepHomeFactory

public HistoryStepHomeFactory()
Method Detail

getLocalHome

public static HistoryStepLocalHome getLocalHome()
                                         throws NamingException
Obtain local home interface from default initial context

Returns:
Local home interface for HistoryStep. Lookup using COMP_NAME
Throws:
NamingException

OpenSymphony Workflow Project Page