| Package | Description |
|---|---|
| org.glassfish.resources.admin.cli | |
| org.glassfish.resources.api | |
| org.glassfish.resources.module |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Resource> |
ResourcesXMLParser.getResources()
Returns an Iterator of
Resourceobjects in the order as defined
in the resources XML configuration file. |
List<Resource> |
ResourcesXMLParser.getResourcesList() |
List<Resource> |
SunResourcesXML.getResourcesList() |
| Modifier and Type | Method and Description |
|---|---|
ResourceManager |
ResourceFactory.getResourceManager(Resource resource) |
void |
ResourcesXMLParser.updateDocumentNode(Resource originalResource,
Resource modifiedResource) |
| Modifier and Type | Method and Description |
|---|---|
static List |
ResourcesXMLParser.getConnectorResourcesList(List<Resource> resources,
boolean isResourceCreation,
boolean ignoreDuplicates)
Returns an Iterator of
Resource objects that correspond to
connector resources that needs to be created post module deployment. |
static List |
ResourcesXMLParser.getNonConnectorResourcesList(List<Resource> resources,
boolean isResourceCreation,
boolean ignoreDuplicates)
Returns an List of
Resourceobjects that needs to be
created prior to module deployment. |
void |
SunResourcesXML.setResourcesList(List<Resource> rList) |
| Constructor and Description |
|---|
SunResourcesXML(String xPath,
List<Resource> rList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Resource.isAConflict(Resource r) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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 void |
ResourceUtilities.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.
|
void |
ResourcesDeployer.getResources(ReadableArchive archive,
String appName,
List<Resource> connectorResources,
List<Resource> nonConnectorResources,
Map<Resource,ResourcesXMLParser> resourceXmlParsers)
Retrieve connector and non-connector resources from the archive.
|
void |
ResourcesDeployer.getResources(ReadableArchive archive,
String appName,
List<Resource> connectorResources,
List<Resource> nonConnectorResources,
Map<Resource,ResourcesXMLParser> resourceXmlParsers)
Retrieve connector and non-connector resources from the archive.
|
void |
ResourcesDeployer.getResources(ReadableArchive archive,
String appName,
List<Resource> connectorResources,
List<Resource> nonConnectorResources,
Map<Resource,ResourcesXMLParser> resourceXmlParsers)
Retrieve connector and non-connector resources from the archive.
|
Copyright © 2017. All rights reserved.