gov.nih.nci.cagrid.workflow.context.service.globus.resource
Class WorkflowServiceHome

java.lang.Object
  extended by org.globus.wsrf.impl.ResourceHomeImpl
      extended by gov.nih.nci.cagrid.workflow.context.service.globus.resource.WorkflowServiceHome
All Implemented Interfaces:
org.globus.wsrf.jndi.Initializable, org.globus.wsrf.ResourceHome

public class WorkflowServiceHome
extends org.globus.wsrf.impl.ResourceHomeImpl

This class implements a resource home


Field Summary
static javax.xml.namespace.QName workflowQName
           
 
Fields inherited from class org.globus.wsrf.impl.ResourceHomeImpl
keyTypeClass, keyTypeName, lockManager, resourceClass, resources
 
Constructor Summary
WorkflowServiceHome()
           
 
Method Summary
 org.globus.wsrf.impl.SimpleResourceKey create(java.util.Calendar terminationTime, WMSInputType input)
           
 java.lang.Class getKeyTypeClass()
           
 javax.xml.namespace.QName getKeyTypeName()
           
 
Methods inherited from class org.globus.wsrf.impl.ResourceHomeImpl
add, createNewInstance, createNewInstanceAndLoad, find, getCacheLocation, getResourceClass, getSweeperDelay, initialize, remove, setCacheLocation, setResourceClass, setResourceKeyName, setResourceKeyType, setSweeperDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workflowQName

public static javax.xml.namespace.QName workflowQName
Constructor Detail

WorkflowServiceHome

public WorkflowServiceHome()
Method Detail

getKeyTypeClass

public java.lang.Class getKeyTypeClass()
Specified by:
getKeyTypeClass in interface org.globus.wsrf.ResourceHome
Overrides:
getKeyTypeClass in class org.globus.wsrf.impl.ResourceHomeImpl

getKeyTypeName

public javax.xml.namespace.QName getKeyTypeName()
Specified by:
getKeyTypeName in interface org.globus.wsrf.ResourceHome
Overrides:
getKeyTypeName in class org.globus.wsrf.impl.ResourceHomeImpl

create

public org.globus.wsrf.impl.SimpleResourceKey create(java.util.Calendar terminationTime,
                                                     WMSInputType input)
                                              throws java.lang.Exception
Throws:
java.lang.Exception