FileDocCategorySizeDatePackage
J2EEResourceFactory.javaAPI DocGlassfish v2 API3355Fri May 04 22:35:10 BST 2007com.sun.enterprise.repository

J2EEResourceFactory

public interface J2EEResourceFactory
Interface for creating the various J2EEResource object types.
author
Kenneth Saks

Fields Summary
Constructors Summary
Methods Summary
public ResourcePropertycreateProperty(java.lang.String name)
Create a new resource property.

public J2EEResourcecreateResource(int type, java.lang.String name)
Create a resource of the given type and name.

public J2EEResourceCollectionloadDefaultResourceCollection()
Load a J2EE Resource Collection from the local j2ee installation.

throws
J2EEResourceException

public J2EEResourceCollectionloadResourceCollection(java.lang.String resourcesURL)
Load a collection of resources from the data store represented by the given URL.

throws
J2EEResourceException

public voidstoreDefaultResourceCollection(J2EEResourceCollection resources)
Store a resource collection to the local j2ee installation.

throws
J2EEResourceException

public voidstoreResourceCollection(J2EEResourceCollection resources, java.lang.String resourcesURL)
Store a resource collection to the given URL

throws
J2EEResourceException