jrun.deployment.resource.url
Class UrlResourceHelper

java.lang.Object
  |
  +--jrun.deployment.resource.url.UrlResourceHelper

public class UrlResourceHelper
extends java.lang.Object


Constructor Summary
UrlResourceHelper()
           
 
Method Summary
static void createUrlResource(UrlResourceMetaData metaData)
          Actually do whatever's required to make a URL available as a resource in the system.
static void destroyUrlResource(UrlResourceMetaData metaData)
          Remove a URL reosurce from the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlResourceHelper

public UrlResourceHelper()
Method Detail

createUrlResource

public static void createUrlResource(UrlResourceMetaData metaData)
                              throws UrlResourceCreationException,
                                     UrlResourceValidationException
Actually do whatever's required to make a URL available as a resource in the system. For most other resources, this would involve a call to the appropriate JRun service supporting this resource type but in this case, since URL resources are comparatively simple and have no underlying service, we just do everything right here.

destroyUrlResource

public static void destroyUrlResource(UrlResourceMetaData metaData)
                               throws UrlResourceNoSuchResourceException
Remove a URL reosurce from the system.


Copyright � 2002 Macromedia Corporation. All Rights Reserved.