Uses of Class
org.glassfish.resources.api.Resource
-
Packages that use Resource Package Description org.glassfish.resources.admin.cli org.glassfish.resources.api org.glassfish.resources.module -
-
Uses of Resource in org.glassfish.resources.admin.cli
Methods in org.glassfish.resources.admin.cli that return types with arguments of type Resource Modifier and Type Method Description Iterator<Resource>ResourcesXMLParser. getResources()Returns an Iterator ofResourceobjects in the order as defined in the resources XML configuration file.List<Resource>ResourcesXMLParser. getResourcesList()List<Resource>SunResourcesXML. getResourcesList()Methods in org.glassfish.resources.admin.cli with parameters of type Resource Modifier and Type Method Description ResourceManagerResourceFactory. getResourceManager(Resource resource)voidResourcesXMLParser. updateDocumentNode(Resource originalResource, Resource modifiedResource)Method parameters in org.glassfish.resources.admin.cli with type arguments of type Resource Modifier and Type Method Description static ListResourcesXMLParser. getConnectorResourcesList(List<Resource> resources, boolean isResourceCreation, boolean ignoreDuplicates)Returns an Iterator ofResourceobjects that correspond to connector resources that needs to be created post module deployment.static ListResourcesXMLParser. getNonConnectorResourcesList(List<Resource> resources, boolean isResourceCreation, boolean ignoreDuplicates)Returns an List ofResourceobjects that needs to be created prior to module deployment.voidSunResourcesXML. setResourcesList(List<Resource> rList)Constructor parameters in org.glassfish.resources.admin.cli with type arguments of type Resource Constructor Description SunResourcesXML(String xPath, List<Resource> rList) -
Uses of Resource in org.glassfish.resources.api
Methods in org.glassfish.resources.api with parameters of type Resource Modifier and Type Method Description booleanResource. isAConflict(Resource r) -
Uses of Resource in org.glassfish.resources.module
Methods in org.glassfish.resources.module that return types with arguments of type Resource Modifier and Type Method Description static Set<Resource>ResourceUtilities. getResourceConfigConflicts(Set<Resource> resSet, Resources resources)Checks if any of the Resource in the given set has a conflict with resource definitions in the domain.xml.static Set<Resource>ResourceUtilities. resolveResourceDuplicatesConflictsWithinArchive(List<SunResourcesXML> sunResList)Resolves all duplicates and conflicts within an archive and returns a set of resources that needs to be created for the archive being deployed.Method parameters in org.glassfish.resources.module with type arguments of type Resource Modifier and Type Method Description static Set<Resource>ResourceUtilities. getResourceConfigConflicts(Set<Resource> resSet, Resources resources)Checks if any of the Resource in the given set has a conflict with resource definitions in the domain.xml.static voidResourceUtilities. getResourceConflictsWithDomainXML(List<Resource> resList, Resources resources)Checks if any of the Resource in the given set has a conflict with resource definitions in the domain.xml.voidResourcesDeployer. getResources(ReadableArchive archive, String appName, List<Resource> connectorResources, List<Resource> nonConnectorResources, Map<Resource,ResourcesXMLParser> resourceXmlParsers)Retrieve connector and non-connector resources from the archive.voidResourcesDeployer. getResources(ReadableArchive archive, String appName, List<Resource> connectorResources, List<Resource> nonConnectorResources, Map<Resource,ResourcesXMLParser> resourceXmlParsers)Retrieve connector and non-connector resources from the archive.
-