Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » deployment » cache » [javadoc | source]
org.jboss.deployment.cache
public interface: DeploymentStore [javadoc | source]

All Known Implementing Classes:
    FileDeploymentStore

Provides the interface for abstracting the actual storage of cached deployments.
Method from org.jboss.deployment.cache.DeploymentStore Summary:
get,   put
Method from org.jboss.deployment.cache.DeploymentStore Detail:
 public URL get(URL url) throws Exception
    Get the stored URL for the given deployment URL.
 public URL put(URL url) throws Exception
    Put a deployment URL into storage. This will cause the data associated with the given URL to be downloaded.

    If there is already a stored URL it will be overwritten.