Uses of Interface
com.sun.enterprise.config.serverbeans.Resources
-
-
Uses of Resources in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type Resources Modifier and Type Method Description static Collection<ConnectorConnectionPool>ConnectorsUtil. getAllPoolsOfModule(String moduleName, Resources allResources)get the pools for a particular resource-adapterstatic Collection<Resource>ConnectorsUtil. getAllResources(Collection<String> poolNames, Resources allResources)static Collection<Resource>ConnectorsUtil. getAllSystemRAResourcesAndPools(Resources allResources)Get all System RAR pools and resourcesstatic Collection<WorkSecurityMap>ConnectorsUtil. getAllWorkSecurityMaps(Resources resources, String moduleName)static ResourcePoolConnectorsUtil. getConnectionPoolConfig(PoolInfo poolInfo, Resources allResources)static booleanConnectorsUtil. getPingDuringPoolCreation(PoolInfo poolInfo, Resources allResources)static ResourceAdapterConfigConnectorsUtil. getRAConfig(String raName, Resources allResources)static StringConnectorsUtil. getRarNameOfResource(Resource resource, Resources resources)static StringConnectorsUtil. getResourceAdapterNameOfPool(String poolName, Resources allResources)Given the poolname, retrieve the resourceadapter namestatic <T> ResourceConnectorsUtil. getResourceByName(Resources resources, Class<T> type, String name)static Collection<BindableResource>ConnectorsUtil. getResourcesOfPool(Resources resources, String connectionPoolName)static List<WorkSecurityMap>ConnectorsUtil. getWorkSecurityMaps(String raName, Resources allResources)given the ra-name, returns all the configured connector-work-security-maps for the .rar -
Uses of Resources in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return Resources Modifier and Type Method Description ResourcesApplication. getResources()@NotNull ResourcesDomain. getResources()Gets the value of the resources property.ResourcesModule. getResources()Methods in com.sun.enterprise.config.serverbeans with parameters of type Resources Modifier and Type Method Description static <T> ResourceResources.Duck. getResourceByName(Resources resources, Class<T> type, String name)static <T> Collection<T>Resources.Duck. getResources(Resources resources, Class<T> type)voidApplication. setResources(Resources resources)voidDomain. setResources(Resources value)Sets the value of the resources property.voidModule. setResources(Resources resources) -
Uses of Resources in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return Resources Modifier and Type Method Description ResourcesConnectorRuntime. getResources()ResourcesConnectorRuntime. getResources(PoolInfo poolInfo)ResourcesConnectorRuntime. getResources(ResourceInfo resourceInfo) -
Uses of Resources in com.sun.enterprise.connectors.util
Fields in com.sun.enterprise.connectors.util declared as Resources Modifier and Type Field Description protected ResourcesResourcesUtil. resourcesMethods in com.sun.enterprise.connectors.util that return Resources Modifier and Type Method Description ResourcesResourcesUtil. getGlobalResources()ResourcesResourcesUtil. getResources(PoolInfo poolInfo)ResourcesResourcesUtil. getResources(ResourceInfo resourceInfo)Methods in com.sun.enterprise.connectors.util with parameters of type Resources Modifier and Type Method Description Collection<Resource>ResourcesUtil. filterConnectorResources(Resources allResources, String moduleName, boolean includePools)Collection<AdminObjectResource>ResourcesUtil. getEnabledAdminObjectResources(String raName, Resources resources)StringResourcesUtil. getRarNameOfResource(Resource resource, Resources resources) -
Uses of Resources in com.sun.enterprise.resource.deployer
Methods in com.sun.enterprise.resource.deployer with parameters of type Resources Modifier and Type Method Description voidAbstractConnectorResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidAdministeredObjectDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidConnectionFactoryDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJMSConnectionFactoryDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJMSDestinationDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidMailSessionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)static voidAbstractConnectorResourceDeployer. validateResourcesForStaleReference(String appName, List<Module> staleRars, Resources resources)Validates whether the old application has RARs and those are retained in new application.
If the new application does not have any of the old application's RAR, validates whether
any module is using the RAR's resources. -
Uses of Resources in com.sun.enterprise.resource.pool.monitor
Methods in com.sun.enterprise.resource.pool.monitor that return Resources Modifier and Type Method Description ResourcesConnectionPoolStatsProviderBootstrap. getResources() -
Uses of Resources in org.glassfish.concurrent.admin
Methods in org.glassfish.concurrent.admin with parameters of type Resources Modifier and Type Method Description ResourceStatusContextServiceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusManagedExecutorServiceBaseManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusManagedThreadFactoryManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceContextServiceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceManagedExecutorServiceBaseManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)protected abstract ManagedExecutorServiceBaseManagedExecutorServiceBaseManager. createConfigBean(Resources param, Properties properties)protected ManagedExecutorServiceBaseManagedExecutorServiceManager. createConfigBean(Resources param, Properties properties)protected ManagedExecutorServiceBaseManagedScheduledExecutorServiceManager. createConfigBean(Resources param, Properties properties)ResourceManagedThreadFactoryManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)protected ManagedExecutorServiceBaseManagedExecutorServiceBaseManager. createResource(Resources param, Properties properties)ResourceStatusContextServiceManager. delete(Resources resources, String jndiName, String target)ResourceStatusManagedExecutorServiceBaseManager. delete(Resources resources, String jndiName, String target)ResourceStatusManagedThreadFactoryManager. delete(Resources resources, String jndiName, String target)protected ResourceStatusManagedExecutorServiceBaseManager. isValid(Resources resources, boolean validateResourceRef, String target)protected ResourceStatusManagedExecutorServiceManager. isValid(Resources resources, boolean validateResourceRef, String target) -
Uses of Resources in org.glassfish.concurrent.runtime.deployer
Methods in org.glassfish.concurrent.runtime.deployer with parameters of type Resources Modifier and Type Method Description voidContextServiceDefinitionDescriptorDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidContextServiceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedExecutorDescriptorDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedExecutorServiceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedScheduledExecutorDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedScheduledExecutorServiceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedThreadFactoryDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidManagedThreadFactoryDescriptorDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Resources in org.glassfish.connectors.admin.cli
Methods in org.glassfish.connectors.admin.cli with parameters of type Resources Modifier and Type Method Description ResourceStatusAdminObjectManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusConnectorConnectionPoolManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusConnectorResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusConnectorWorkSecurityMapResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusPMFResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusResourceAdapterConfigManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceAdminObjectManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceConnectorConnectionPoolManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceConnectorResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceConnectorWorkSecurityMapResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourcePMFResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceResourceAdapterConfigManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)booleanConnectionPoolUtil. isValidPool(Resources resources, String poolName, String prefix, ActionReport report) -
Uses of Resources in org.glassfish.jdbc.admin.cli
Methods in org.glassfish.jdbc.admin.cli with parameters of type Resources Modifier and Type Method Description ResourceStatusJDBCConnectionPoolManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusJDBCResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceJDBCConnectionPoolManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceJDBCResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceStatusJDBCConnectionPoolManager. delete(Iterable<Server> servers, Iterable<Cluster> clusters, Resources resources, String cascade, String poolName)ResourceStatusJDBCResourceManager. delete(Resources resources, String jndiName, String target) -
Uses of Resources in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer with parameters of type Resources Modifier and Type Method Description voidDataSourceDefinitionDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJdbcConnectionPoolDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidJdbcResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Resources in org.glassfish.jdbc.util
Methods in org.glassfish.jdbc.util with parameters of type Resources Modifier and Type Method Description static <T> ResourceJdbcResourcesUtil. getResourceByName(Resources resources, Class<T> type, String name)static Collection<BindableResource>JdbcResourcesUtil. getResourcesOfPool(Resources resources, String connectionPoolName) -
Uses of Resources in org.glassfish.resourcebase.resources.api
Methods in org.glassfish.resourcebase.resources.api with parameters of type Resources Modifier and Type Method Description voidResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Resources in org.glassfish.resourcebase.resources.listener
Methods in org.glassfish.resourcebase.resources.listener that return Resources Modifier and Type Method Description ResourcesResourceManager. getAllResources() -
Uses of Resources in org.glassfish.resourcebase.resources.util
Methods in org.glassfish.resourcebase.resources.util with parameters of type Resources Modifier and Type Method Description static BindableResourceResourceUtil. getBindableResourceByName(Resources resources, String name)static ResourceResourceUtil. getResourceByIdentity(Resources resources, String name)static ResourceResourceUtil. getResourceByName(Class<? extends Resource> clazz, Resources resources, String name)ResourceStatusBindableResourcesHelper. validateBindableResourceForDuplicates(Resources resources, String jndiName, boolean validateResourceRef, String target, Class<? extends BindableResource> resourceTypeToValidate)checks whether duplicate resource exists or resource is already created but not resource-ref or resource-ref already exists. -
Uses of Resources in org.glassfish.resources.admin.cli
Methods in org.glassfish.resources.admin.cli with parameters of type Resources Modifier and Type Method Description ResourceStatusCustomResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusJndiResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceStatusResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)creates the resource as a child to the resources providedResourceCustomResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceJndiResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)creates config-bean equivalent for the resource configuration provided as attributes and properties
Does not persist the configurationstatic ArrayListResourcesManager. createResources(Resources resources, File resourceXMLFile, String target, ResourceFactory resourceFactory)Creating resources from sun-resources.xml file. -
Uses of Resources in org.glassfish.resources.api
Methods in org.glassfish.resources.api that return Resources Modifier and Type Method Description static ResourcesResourcesRegistry. getResources(String appName, String moduleName)Methods in org.glassfish.resources.api that return types with arguments of type Resources Modifier and Type Method Description static Map<String,Resources>ResourcesRegistry. getResources(String appName)static Map<String,Resources>ResourcesRegistry. remove(String appName)Method parameters in org.glassfish.resources.api with type arguments of type Resources Modifier and Type Method Description static voidResourcesRegistry. putResources(String appName, Map<String,Resources> allResources) -
Uses of Resources in org.glassfish.resources.deployer
Methods in org.glassfish.resources.deployer with parameters of type Resources Modifier and Type Method Description voidCustomResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidExternalJndiResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Resources in org.glassfish.resources.javamail.admin.cli
Methods in org.glassfish.resources.javamail.admin.cli with parameters of type Resources Modifier and Type Method Description ResourceStatusJavaMailResourceManager. create(Resources resources, HashMap attributes, Properties properties, String target)ResourceJavaMailResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate) -
Uses of Resources in org.glassfish.resources.javamail.deployer
Methods in org.glassfish.resources.javamail.deployer with parameters of type Resources Modifier and Type Method Description voidMailResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources) -
Uses of Resources in org.glassfish.resources.listener
Methods in org.glassfish.resources.listener that return Resources Modifier and Type Method Description ResourcesApplicationScopedResourcesManager. getResources(String applicationName)Gets allResourcesthat are part of an applicationMethods in org.glassfish.resources.listener with parameters of type Resources Modifier and Type Method Description voidApplicationScopedResourcesManager. undeployResources(Resources resources)undeploy the given set of resources
resources (bindable) are removed first and then the pools -
Uses of Resources in org.glassfish.resources.module
Methods in org.glassfish.resources.module with parameters of type Resources 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.Method parameters in org.glassfish.resources.module with type arguments of type Resources Modifier and Type Method Description voidResourcesDeployer. retainResourceConfig(DeploymentContext dc, Map<String,Resources> allResources)retain old resource configuration for the new archive being deployed.
-