org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.service.globus.resource
Class LexBIGServiceConvenienceMethodsResourceHome

java.lang.Object
  extended by org.globus.wsrf.impl.ResourceHomeImpl
      extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.service.globus.resource.LexBIGServiceConvenienceMethodsResourceHome
All Implemented Interfaces:
org.globus.wsrf.jndi.Initializable, org.globus.wsrf.ResourceHome

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

DO NOT EDIT: This class is autogenerated! This class implements the resource home for the resource type represented by this service.


Field Summary
private static org.apache.axis.components.uuid.UUIDGen UUIDGEN
           
 
Fields inherited from class org.globus.wsrf.impl.ResourceHomeImpl
keyTypeClass, keyTypeName, lockManager, resourceClass, resources
 
Constructor Summary
LexBIGServiceConvenienceMethodsResourceHome()
           
 
Method Summary
 org.globus.wsrf.ResourceKey createResource()
          Creates a new Resource, adds it to the list of resources managed by this resource home, and returns the key to the resource.
 LexBIGServiceConvenienceMethodsResource getAddressedResource()
          Get the resouce that is being addressed in this current context
 LexBIGServiceConvenienceMethodsResource getResource(org.globus.wsrf.ResourceKey key)
          Given the key of a resource managed by this resource home, a type resource will be returned.
 LexBIGServiceConvenienceMethodsReference getResourceReference(org.globus.wsrf.ResourceKey key)
          Take a resource key managed by this resource, locates the resource, and created a typed EPR for the resource.
 
Methods inherited from class org.globus.wsrf.impl.ResourceHomeImpl
add, createNewInstance, createNewInstanceAndLoad, find, getCacheLocation, getKeyTypeClass, getKeyTypeName, 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

UUIDGEN

private static final org.apache.axis.components.uuid.UUIDGen UUIDGEN
Constructor Detail

LexBIGServiceConvenienceMethodsResourceHome

public LexBIGServiceConvenienceMethodsResourceHome()
Method Detail

createResource

public org.globus.wsrf.ResourceKey createResource()
                                           throws java.lang.Exception
Creates a new Resource, adds it to the list of resources managed by this resource home, and returns the key to the resource.

Throws:
java.lang.Exception

getResourceReference

public LexBIGServiceConvenienceMethodsReference getResourceReference(org.globus.wsrf.ResourceKey key)
                                                              throws java.lang.Exception
Take a resource key managed by this resource, locates the resource, and created a typed EPR for the resource.

Throws:
java.lang.Exception

getResource

public LexBIGServiceConvenienceMethodsResource getResource(org.globus.wsrf.ResourceKey key)
                                                    throws org.globus.wsrf.ResourceException
Given the key of a resource managed by this resource home, a type resource will be returned.

Throws:
org.globus.wsrf.ResourceException

getAddressedResource

public LexBIGServiceConvenienceMethodsResource getAddressedResource()
                                                             throws java.lang.Exception
Get the resouce that is being addressed in this current context

Throws:
java.lang.Exception