Uses of Interface
com.sun.enterprise.config.serverbeans.Resource
-
-
Uses of Resource in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return Resource Modifier and Type Method Description static <T> ResourceConnectorsUtil. getResourceByName(Resources resources, Class<T> type, String name)Methods in com.sun.appserv.connectors.internal.api that return types with arguments of type Resource Modifier and Type Method Description static Collection<Resource>ConnectorsUtil. getAllResources(Collection<String> poolNames, Resources allResources)static Collection<Resource>ConnectorsUtil. getAllSystemRAResourcesAndPools(Resources allResources)Get all System RAR pools and resourcesMethods in com.sun.appserv.connectors.internal.api with parameters of type Resource Modifier and Type Method Description static StringConnectorsUtil. getApplicationName(Resource resource)static StringConnectorsUtil. getRarNameOfResource(Resource resource, Resources resources)static ResourceConstants.TriStateConnectorsUtil. isEmbeddedRarResource(Resource configBeanResource, Collection<Resource> configBeanResources)static booleanConnectorsUtil. isRARResource(Resource resource)Method parameters in com.sun.appserv.connectors.internal.api with type arguments of type Resource Modifier and Type Method Description static ConnectorConnectionPoolConnectorsUtil. getPool(Collection<Resource> configBeanResources, String poolName)static ResourceConstants.TriStateConnectorsUtil. isEmbeddedRarResource(Resource configBeanResource, Collection<Resource> configBeanResources) -
Uses of Resource in com.sun.enterprise.config.serverbeans
Subinterfaces of Resource in com.sun.enterprise.config.serverbeans Modifier and Type Interface Description interfaceBindableResource??Representation of a resource in the domain.xml fileinterfaceResourcePoolinterfaceServerResourceTag interface for all types of resource.Methods in com.sun.enterprise.config.serverbeans that return Resource Modifier and Type Method Description static <T> ResourceResources.Duck. getResourceByName(Resources resources, Class<T> type, String name)<T> ResourceResources. getResourceByName(Class<T> type, String name)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Resources. getResources()Returns a list of Resources like Custom Resource Or External Jndi Resource Or Jdbc Resource Or Mail Resource Or Admin Object Resource Or Connector Resource Or Resource Adapter Config Or Jdbc Connection Pool Or Connector Connection Pool.Methods in com.sun.enterprise.config.serverbeans with parameters of type Resource Modifier and Type Method Description static booleanResource.Duck. copyToInstance(Resource resource)static StringResource.Duck. getIdentity(Resource resource) -
Uses of Resource in com.sun.enterprise.config.serverbeans.customvalidators
Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type Resource Modifier and Type Method Description booleanResourceNameValidator. isValid(Resource resource, jakarta.validation.ConstraintValidatorContext constraintValidatorContext) -
Uses of Resource in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return Resource Modifier and Type Method Description Resource[]DeferredResourceConfig. getResourcesToLoad()Methods in com.sun.enterprise.connectors that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>ConnectorRuntimeExtension. getAllSystemRAResourcesAndPools()Return the collection of system resources and pools.Methods in com.sun.enterprise.connectors with parameters of type Resource Modifier and Type Method Description voidDeferredResourceConfig. setResourcesToLoad(Resource[] resourcesToLoad) -
Uses of Resource in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service with parameters of type Resource Modifier and Type Method Description voidConnectorService. loadDeferredResources(Resource[] resourcesToLoad) -
Uses of Resource in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util that return Resource Modifier and Type Method Description ResourceResourcesUtil. getResource(String jndiName, String appName, String moduleName, Class resourceType)ResourceResourcesUtil. getResource(ResourceInfo resourceInfo, Class resourceType)Methods in com.sun.enterprise.connectors.util that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>ResourcesUtil. filterConnectorResources(Resources allResources, String moduleName, boolean includePools)Methods in com.sun.enterprise.connectors.util with parameters of type Resource Modifier and Type Method Description StringResourcesUtil. getRarNameOfResource(Resource resource, Resources resources)booleanResourcesUtil. isEnabled(Resource resource)Checks if a Resource is enabled.booleanResourcesUtil. isRARResource(Resource resource) -
Uses of Resource in com.sun.enterprise.resource.deployer
Methods in com.sun.enterprise.resource.deployer with parameters of type Resource Modifier and Type Method Description booleanAbstractConnectorResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanAdministeredObjectDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanConnectionFactoryDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJMSConnectionFactoryDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJMSDestinationDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanMailSessionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)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)Method parameters in com.sun.enterprise.resource.deployer with type arguments of type Resource Modifier and Type Method Description booleanAbstractConnectorResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanAdministeredObjectDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanConnectionFactoryDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJMSConnectionFactoryDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJMSDestinationDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanMailSessionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource) -
Uses of Resource in org.glassfish.admin.cli.resources
Methods in org.glassfish.admin.cli.resources with parameters of type Resource Modifier and Type Method Description booleanUniqueResourceNameValidator. isValid(Resource resource, jakarta.validation.ConstraintValidatorContext constraintValidatorContext) -
Uses of Resource in org.glassfish.concurrent.admin
Methods in org.glassfish.concurrent.admin that return Resource Modifier and Type Method Description ResourceContextServiceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceManagedExecutorServiceBaseManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceManagedThreadFactoryManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate) -
Uses of Resource in org.glassfish.concurrent.config
Subinterfaces of Resource in org.glassfish.concurrent.config Modifier and Type Interface Description interfaceContextServiceConcurrency context service resource definitioninterfaceManagedExecutorServiceConcurrency managed executor service resource definitioninterfaceManagedExecutorServiceBaseConcurrency managed executor service resource base definitioninterfaceManagedScheduledExecutorServiceConcurrency managed scheduled executor service resource definitioninterfaceManagedThreadFactoryConcurrency managed thread factory resource definition -
Uses of Resource in org.glassfish.concurrent.runtime.deployer
Methods in org.glassfish.concurrent.runtime.deployer with parameters of type Resource Modifier and Type Method Description booleanContextServiceDefinitionDescriptorDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanContextServiceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedExecutorDescriptorDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedExecutorServiceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedScheduledExecutorDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedScheduledExecutorServiceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedThreadFactoryDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedThreadFactoryDescriptorDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)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)Method parameters in org.glassfish.concurrent.runtime.deployer with type arguments of type Resource Modifier and Type Method Description booleanContextServiceDefinitionDescriptorDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanContextServiceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedExecutorDescriptorDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedExecutorServiceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedScheduledExecutorDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedScheduledExecutorServiceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedThreadFactoryDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)booleanManagedThreadFactoryDescriptorDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource) -
Uses of Resource in org.glassfish.connectors.admin.cli
Methods in org.glassfish.connectors.admin.cli that return Resource Modifier and Type Method Description 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) -
Uses of Resource in org.glassfish.connectors.config
Subinterfaces of Resource in org.glassfish.connectors.config Modifier and Type Interface Description interfaceAdminObjectResourceinterfaceConnectorConnectionPoolDefines configuration used to create and manage a pool of connections to a EIS.interfaceConnectorResourceinterfacePersistenceManagerFactoryResourcePersistence Manager runtime configurationinterfaceResourceAdapterConfigThis element is for configuring the resource adapter.interfaceWorkSecurityMap -
Uses of Resource in org.glassfish.jdbc.admin.cli
Methods in org.glassfish.jdbc.admin.cli that return Resource Modifier and Type Method Description ResourceJDBCConnectionPoolManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate)ResourceJDBCResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate) -
Uses of Resource in org.glassfish.jdbc.config
Subinterfaces of Resource in org.glassfish.jdbc.config Modifier and Type Interface Description interfaceJdbcConnectionPoolDefines configuration used to create and manage a pool physical database connections.interfaceJdbcResourceJDBC javax.sql.(XA)DataSource resource definition -
Uses of Resource in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer with parameters of type Resource Modifier and Type Method Description booleanDataSourceDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJdbcConnectionPoolDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJdbcResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.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)Method parameters in org.glassfish.jdbc.deployer with type arguments of type Resource Modifier and Type Method Description booleanDataSourceDefinitionDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJdbcConnectionPoolDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanJdbcResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment. -
Uses of Resource in org.glassfish.jdbc.util
Methods in org.glassfish.jdbc.util that return Resource Modifier and Type Method Description static <T> ResourceJdbcResourcesUtil. getResourceByName(Resources resources, Class<T> type, String name) -
Uses of Resource in org.glassfish.jdbcruntime
Methods in org.glassfish.jdbcruntime that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>JdbcRuntimeExtension. getAllSystemRAResourcesAndPools() -
Uses of Resource in org.glassfish.resourcebase.resources
Methods in org.glassfish.resourcebase.resources that return types with arguments of type Resource Modifier and Type Method Description Collection<Resource>ResourceTypeOrderProcessor. getOrderedResources(Collection<Resource> resources)Method parameters in org.glassfish.resourcebase.resources with type arguments of type Resource Modifier and Type Method Description Collection<Resource>ResourceTypeOrderProcessor. getOrderedResources(Collection<Resource> resources) -
Uses of Resource in org.glassfish.resourcebase.resources.api
Methods in org.glassfish.resourcebase.resources.api with parameters of type Resource Modifier and Type Method Description booleanResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.voidResourcesBinder. deployResource(ResourceInfo resourceInfo, Resource resource)deploy proxy for the resourcebooleanDefaultResourceDeployerValidator. isDeployedLocally(Resource resource)booleanResourceDeployerValidator. isDeployedLocally(Resource resource)booleanDefaultResourceDeployerValidator. isEnabledLocally(Resource res)booleanResourceDeployerValidator. isEnabledLocally(Resource res)voidResourceProxy. setResource(Resource resource)Set the resource config bean instancevoidResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)Method parameters in org.glassfish.resourcebase.resources.api with type arguments of type Resource Modifier and Type Method Description booleanResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment. -
Uses of Resource in org.glassfish.resourcebase.resources.listener
Method parameters in org.glassfish.resourcebase.resources.listener with type arguments of type Resource Modifier and Type Method Description voidResourceManager. deployResources(Collection<Resource> resources)deploy resourcesvoidResourceManager. undeployResources(Collection<Resource> resources)undeploy the given set of resources
care has to be taken for the case of dependent resources
eg : all resources need to be undeployed
before undeploying the pool that they refer to -
Uses of Resource in org.glassfish.resourcebase.resources.util
Methods in org.glassfish.resourcebase.resources.util that return Resource Modifier and Type Method Description static ResourceResourceUtil. getResourceByIdentity(Resources resources, String name)static ResourceResourceUtil. getResourceByName(Class<? extends Resource> clazz, Resources resources, String name)Methods in org.glassfish.resourcebase.resources.util with parameters of type Resource Modifier and Type Method Description static ResourceInfoResourceUtil. getGenericResourceInfo(Resource resource)given a resource config bean, returns the resource name / jndi-namestatic ResourceInfoResourceUtil. getGenericResourceInfo(Resource resource, String resourceName)Method parameters in org.glassfish.resourcebase.resources.util with type arguments of type Resource Modifier and Type Method Description static ResourceResourceUtil. getResourceByName(Class<? extends Resource> clazz, Resources resources, String name) -
Uses of Resource in org.glassfish.resources.admin.cli
Methods in org.glassfish.resources.admin.cli that return Resource Modifier and Type Method Description ResourceCustomResourceManager. 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 configuration -
Uses of Resource in org.glassfish.resources.config
Subinterfaces of Resource in org.glassfish.resources.config Modifier and Type Interface Description interfaceCustomResourceCustom (or generic) resource managed by a user-written factory class.interfaceExternalJndiResourceResource residing in an external JNDI repository -
Uses of Resource in org.glassfish.resources.deployer
Methods in org.glassfish.resources.deployer with parameters of type Resource Modifier and Type Method Description booleanCustomResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanExternalJndiResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.voidCustomResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)voidExternalJndiResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)Method parameters in org.glassfish.resources.deployer with type arguments of type Resource Modifier and Type Method Description booleanCustomResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.booleanExternalJndiResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment. -
Uses of Resource in org.glassfish.resources.javamail.admin.cli
Methods in org.glassfish.resources.javamail.admin.cli that return Resource Modifier and Type Method Description ResourceJavaMailResourceManager. createConfigBean(Resources resources, HashMap attributes, Properties properties, boolean validate) -
Uses of Resource in org.glassfish.resources.javamail.config
Subinterfaces of Resource in org.glassfish.resources.javamail.config Modifier and Type Interface Description interfaceMailResource -
Uses of Resource in org.glassfish.resources.javamail.deployer
Methods in org.glassfish.resources.javamail.deployer with parameters of type Resource Modifier and Type Method Description booleanMailResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment.voidMailResourceDeployer. validatePreservedResource(Application oldApp, Application newApp, Resource resource, Resources allResources)Method parameters in org.glassfish.resources.javamail.deployer with type arguments of type Resource Modifier and Type Method Description booleanMailResourceDeployer. canDeploy(boolean postApplicationDeployment, Collection<Resource> allResources, Resource resource)A deployer can indicate whether a particular resource can be deployed before application deployment Used in case of application-scoped-resources eg: Embedded RAR resources are created after application (that has embedded .rar) deployment. -
Uses of Resource in org.glassfish.resources.listener
Method parameters in org.glassfish.resources.listener with type arguments of type Resource Modifier and Type Method Description voidApplicationScopedResourcesManager. deployResources(Collection<Resource> resources)deploy resources -
Uses of Resource in org.glassfish.resources.module
Method parameters in org.glassfish.resources.module with type arguments of type Resource Modifier and Type Method Description voidResourcesDeployer. deployResources(String applicationName, String moduleName, Collection<Resource> resources, boolean postDeployPhase)
-