Uses of Class
org.apache.ws.resource.ResourceException

Packages that use ResourceException
org.apache.ws.resource   
org.apache.ws.resource.impl   
 

Uses of ResourceException in org.apache.ws.resource
 

Subclasses of ResourceException in org.apache.ws.resource
 class InvalidResourceKeyException
          LOG-DONE This exception is raised if the ResourceKey is in any way invalid.
 class RemoveNotSupportedException
          LOG-DONE This exception is raised when a ResourceHome implementation does not support removal of resources.
 class ResourceUnknownException
          Indicates that a Resource instance with the specified id was not found in the corresponding ResourceHome.
 

Methods in org.apache.ws.resource that throw ResourceException
 Resource ResourceHome.find(ResourceKey key)
          Retrives a resource.
 void ResourceHome.remove(ResourceKey key)
          Removes a resource.
 Resource ResourceHome.getInstance(ResourceContext resourceContext)
          Retrieves the Resource instance that is corresponds to the id contained in the specified ResourceContext.
abstract  Resource ResourceContext.getResource()
          Gets actual resource.
 void RemoveCallback.remove()
          Notifies that the resource was removed.
 void PersistenceCallback.load(ResourceKey key)
          Loads the resource state.
 void PersistenceCallback.store()
          Saves the resource state.
 

Uses of ResourceException in org.apache.ws.resource.impl
 

Methods in org.apache.ws.resource.impl that throw ResourceException
protected  Resource ResourceSweeper.getResource(ResourceKey key)
          DOCUMENT_ME
 Resource AbstractResourceHome.find(ResourceKey key)
          DOCUMENT_ME
 void AbstractResourceHome.remove(ResourceKey key)
          DOCUMENT_ME
protected  Resource AbstractResourceHome.createInstance(ResourceKey key)
          This method uses reflection to create an instance of a Resource which contains an empty constructor.
protected  Resource AbstractResourceHome.createNewInstanceAndLoad(ResourceKey key)
          DOCUMENT_ME
 Resource AbstractResourceContext.getResource()
          DOCUMENT_ME
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.