Uses of Class
org.glassfish.resourcebase.resources.api.ResourceInfo
-
-
Uses of ResourceInfo in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return ResourceInfo Modifier and Type Method Description static ResourceInfoConnectorsUtil. getResourceInfo(BindableResource resource)Methods in com.sun.appserv.connectors.internal.api with parameters of type ResourceInfo Modifier and Type Method Description ObjectConnectorRuntime. lookupNonTxResource(ResourceInfo resourceInfo, boolean force)Does lookup of non-tx-datasource.ObjectConnectorRuntime. lookupPMResource(ResourceInfo resourceInfo, boolean force)Does lookup of "__pm" datasource. -
Uses of ResourceInfo in com.sun.enterprise.connectors
Fields in com.sun.enterprise.connectors declared as ResourceInfo Modifier and Type Field Description protected ResourceInfoConnectionManagerImpl. resourceInfoFields in com.sun.enterprise.connectors with type parameters of type ResourceInfo Modifier and Type Field Description protected Set<ResourceInfo>ConnectorRegistry. resourceInfosprotected ConcurrentMap<ResourceInfo,AtomicLong>ConnectorRegistry. resourceInfoVersionMethods in com.sun.enterprise.connectors with parameters of type ResourceInfo Modifier and Type Method Description voidActiveOutboundResourceAdapter. addAdminObject(String appName, String connectorName, ResourceInfo resourceInfo, String adminObjectType, String adminObjectClassName, Properties props)Creates an admin object.voidConnectorRuntime. addAdminObject(String appName, String connectorName, ResourceInfo resourceInfo, String adminObjectType, String adminObjectClassName, Properties props)voidConnectorRegistry. addResourceInfo(ResourceInfo resourceInfo)Add resourceInfo that is deployed for book-keeping purposes.voidConnectorRuntime. createConnectorResource(ResourceInfo resourceInfo, PoolInfo poolInfo, String resourceType)Creates the connector resource on a given connection poolvoidConnectorRuntime. deleteAdminObject(ResourceInfo resourceInfo)voidConnectorRuntime. deleteConnectorResource(ResourceInfo resourceInfo)Deletes the connector resource.static jakarta.resource.spi.ConnectionManagerConnectionManagerFactory. getAvailableConnectionManager(PoolInfo poolInfo, boolean forceNoLazyAssoc, ResourceInfo resourceInfo)ConnectionConnectorRuntime. getConnection(ResourceInfo resourceInfo)Get a sql connection from the DataSource specified by the jdbcJndiName.ConnectionConnectorRuntime. getConnection(ResourceInfo resourceInfo, String user, String password)Get a sql connection from the DataSource specified by the jdbcJndiName.PoolInfoConnectorRuntimeExtension. getPoolNameFromResourceJndiName(ResourceInfo resourceInfo)longConnectorRegistry. getResourceInfoVersion(ResourceInfo resourceInfo)get the version counter of a resource infoResourcesConnectorRuntime. getResources(ResourceInfo resourceInfo)booleanConnectorRegistry. isResourceDeployed(ResourceInfo resourceInfo)indicates whether the resource is deployed (enabled)ObjectConnectorRuntimeExtension. lookupDataSourceInDAS(ResourceInfo resourceInfo)ObjectConnectorRuntime. lookupNonTxResource(ResourceInfo resourceInfo, boolean force)Does lookup of non-tx-datasource.ObjectConnectorRuntime. lookupPMResource(ResourceInfo resourceInfo, boolean force)Does lookup of "__pm" datasource.jakarta.resource.spi.ConnectionManagerConnectorRuntime. obtainConnectionManager(PoolInfo poolInfo, boolean forceNoLazyAssoc, ResourceInfo resourceInfo)provides connection manager for a poolbooleanConnectorRegistry. removeResourceFactories(ResourceInfo resourceInfo)remove and invalidate factories (proxy to actual factory) using the resource.booleanConnectorRegistry. removeResourceInfo(ResourceInfo resourceInfo)Remove ResourceInfo from registry.longConnectorRegistry. updateResourceInfoVersion(ResourceInfo resourceInfo)Update version information for a resource.Constructors in com.sun.enterprise.connectors with parameters of type ResourceInfo Constructor Description ConnectionManagerImpl(PoolInfo poolInfo, ResourceInfo resourceInfo)LazyAssociatableConnectionManagerImpl(PoolInfo poolInfo, ResourceInfo resourceInfo)LazyEnlistableConnectionManagerImpl(PoolInfo poolInfo, ResourceInfo resourceInfo) -
Uses of ResourceInfo in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service with parameters of type ResourceInfo Modifier and Type Method Description voidConnectorAdminObjectAdminServiceImpl. addAdminObject(String appName, String connectorName, ResourceInfo resourceInfo, String adminObjectType, String adminObjectClassName, Properties props)voidConnectorResourceAdminServiceImpl. createConnectorResource(ResourceInfo resourceInfo, PoolInfo poolInfo, String resourceType)Creates the connector resource on a given connection poolvoidConnectorAdminObjectAdminServiceImpl. deleteAdminObject(ResourceInfo resourceInfo)voidConnectorResourceAdminServiceImpl. deleteConnectorResource(ResourceInfo resourceInfo)Deletes the connector resource.ConnectionConnectorConnectionPoolAdminServiceImpl. getConnection(ResourceInfo resourceInfo)Get a sql connection from the DataSource specified by the jdbcJndiName.ConnectionConnectorConnectionPoolAdminServiceImpl. getConnection(ResourceInfo resourceInfo, String user, String password)Get a sql connection from the DataSource specified by the jdbcJndiName.ObjectConnectorResourceAdminServiceImpl. lookup(ResourceInfo resourceInfo)Look up the JNDI name with appropriate suffix. -
Uses of ResourceInfo in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util with parameters of type ResourceInfo Modifier and Type Method Description ConnectorConnectionPoolResourcesUtil. getConnectorConnectionPoolOfResource(ResourceInfo resourceInfo)protected StringResourcesUtil. getCorrespondingCmpResourceName(ResourceInfo resourceInfo)Returns the deferred admin object config.ResourceResourcesUtil. getResource(ResourceInfo resourceInfo, Class resourceType)ResourcesResourcesUtil. getResources(ResourceInfo resourceInfo)booleanResourcesUtil. isEnabled(BindableResource br, ResourceInfo resourceInfo)booleanResourcesUtil. isReferenced(ResourceInfo resourceInfo)Returns true if the given resource is referenced by this server. -
Uses of ResourceInfo in com.sun.enterprise.resource.beans
Methods in com.sun.enterprise.resource.beans with parameters of type ResourceInfo Modifier and Type Method Description protected JavaEEResourceAdministeredObjectResource. doClone(ResourceInfo resourceInfo)Constructors in com.sun.enterprise.resource.beans with parameters of type ResourceInfo Constructor Description AdministeredObjectResource(ResourceInfo resourceInfo) -
Uses of ResourceInfo in com.sun.enterprise.resource.naming
Methods in com.sun.enterprise.resource.naming with parameters of type ResourceInfo Modifier and Type Method Description protected <T> TConnectorObjectFactory. getProxyObject(Object actualObject, Class<T>[] ifaces, ResourceInfo resourceInfo)Constructors in com.sun.enterprise.resource.naming with parameters of type ResourceInfo Constructor Description DynamicResourceReconfigurator(Object actualObject, ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.glassfish.concurrent.runtime
Methods in org.glassfish.concurrent.runtime with parameters of type ResourceInfo Modifier and Type Method Description org.glassfish.enterprise.concurrent.ContextServiceImplConcurrentRuntime. createContextService(ResourceInfo resource, ContextServiceConfig config)org.glassfish.enterprise.concurrent.ManagedExecutorServiceImplConcurrentRuntime. createManagedExecutorService(ResourceInfo resourceInfo, ManagedExecutorServiceConfig config, org.glassfish.enterprise.concurrent.ContextServiceImpl contextService)org.glassfish.enterprise.concurrent.ManagedScheduledExecutorServiceImplConcurrentRuntime. createManagedScheduledExecutorService(ResourceInfo resource, ManagedScheduledExecutorServiceConfig config, org.glassfish.enterprise.concurrent.ContextServiceImpl contextService)org.glassfish.enterprise.concurrent.ManagedThreadFactoryImplConcurrentRuntime. createManagedThreadFactory(ResourceInfo resource, ManagedThreadFactoryConfig config, org.glassfish.enterprise.concurrent.ContextServiceImpl contextService)org.glassfish.enterprise.concurrent.ContextServiceImplConcurrentRuntime. getContextService(ResourceInfo resource, ContextServiceConfig config)org.glassfish.enterprise.concurrent.ManagedExecutorServiceImplConcurrentRuntime. getManagedExecutorService(ResourceInfo resourceInfo, ManagedExecutorServiceConfig config)org.glassfish.enterprise.concurrent.ManagedScheduledExecutorServiceImplConcurrentRuntime. getManagedScheduledExecutorService(ResourceInfo resource, ManagedScheduledExecutorServiceConfig config)org.glassfish.enterprise.concurrent.ManagedThreadFactoryImplConcurrentRuntime. getManagedThreadFactory(ResourceInfo resource, ManagedThreadFactoryConfig config) -
Uses of ResourceInfo in org.glassfish.jdbc.util
Methods in org.glassfish.jdbc.util with parameters of type ResourceInfo Modifier and Type Method Description JdbcConnectionPoolJdbcResourcesUtil. getJdbcConnectionPoolOfResource(ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.glassfish.jdbcruntime
Methods in org.glassfish.jdbcruntime with parameters of type ResourceInfo Modifier and Type Method Description PoolInfoJdbcRuntimeExtension. getPoolNameFromResourceJndiName(ResourceInfo resourceInfo)Gets the Pool name that this JDBC resource points to.ObjectJdbcRuntimeExtension. lookupDataSourceInDAS(ResourceInfo resourceInfo)Get a wrapper datasource specified by the jdbcjndi name This API is intended to be used in the DAS. -
Uses of ResourceInfo in org.glassfish.jdbcruntime.service
Methods in org.glassfish.jdbcruntime.service with parameters of type ResourceInfo Modifier and Type Method Description voidJdbcDataSource. setResourceInfo(ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.glassfish.resourcebase.resources.api
Methods in org.glassfish.resourcebase.resources.api with parameters of type ResourceInfo Modifier and Type Method Description voidResourcesBinder. deployResource(ResourceInfo resourceInfo, Resource resource)deploy proxy for the resourcevoidResourceProxy. setResourceInfo(ResourceInfo resourceInfo)Name by which the proxy (or the resource) will be bound in JNDIprotected ObjectResourceProxy. throwResourceNotFoundException(Exception e, ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.glassfish.resourcebase.resources.naming
Methods in org.glassfish.resourcebase.resources.naming with parameters of type ResourceInfo Modifier and Type Method Description voidResourceNamingService. publishObject(ResourceInfo resourceInfo, Object object, boolean rebind) -
Uses of ResourceInfo in org.glassfish.resourcebase.resources.util
Methods in org.glassfish.resourcebase.resources.util that return ResourceInfo 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)static ResourceInfoResourceUtil. getResourceInfo(BindableResource resource) -
Uses of ResourceInfo in org.glassfish.resources.api
Methods in org.glassfish.resources.api that return ResourceInfo Modifier and Type Method Description ResourceInfoJavaEEResource. getResourceInfo()Resource Info.ResourceInfoJavaEEResourceBase. getResourceInfo()Methods in org.glassfish.resources.api with parameters of type ResourceInfo Modifier and Type Method Description protected abstract JavaEEResourceJavaEEResourceBase. doClone(ResourceInfo resourceInfo)Creates a JavaEEResource from a specifiedResourceInfoJavaEEResourceJavaEEResource. makeClone(ResourceInfo resourceInfo)Create a new resource with the given name that has the same attribute and property settings as the invoked object.JavaEEResourceJavaEEResourceBase. makeClone(ResourceInfo resourceInfo)Constructors in org.glassfish.resources.api with parameters of type ResourceInfo Constructor Description JavaEEResourceBase(ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.glassfish.resources.beans
Methods in org.glassfish.resources.beans with parameters of type ResourceInfo Modifier and Type Method Description protected JavaEEResourceCustomResource. doClone(ResourceInfo resourceInfo)protected JavaEEResourceExternalJndiResource. doClone(ResourceInfo resourceInfo)Constructors in org.glassfish.resources.beans with parameters of type ResourceInfo Constructor Description CustomResource(ResourceInfo resourceInfo)ExternalJndiResource(ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.glassfish.resources.deployer
Methods in org.glassfish.resources.deployer with parameters of type ResourceInfo Modifier and Type Method Description voidCustomResourceDeployer. installCustomResource(CustomResource customRes, ResourceInfo resourceInfo)Installs the given custom resource.voidExternalJndiResourceDeployer. installExternalJndiResource(ExternalJndiResource extJndiRes, ResourceInfo resourceInfo)Installs the given external jndi resource.static JavaEEResourceCustomResourceDeployer. toCustomJavaEEResource(CustomResource rbean, ResourceInfo resourceInfo)Returns a new instance of j2ee custom resource from the given config bean.static JavaEEResourceExternalJndiResourceDeployer. toExternalJndiJavaEEResource(ExternalJndiResource rbean, ResourceInfo resourceInfo)Returns a new instance of j2ee external jndi resource from the given config bean.voidExternalJndiResourceDeployer. uninstallExternalJndiResource(JavaEEResource resource, ResourceInfo resourceInfo)Un-installs the external jndi resource. -
Uses of ResourceInfo in org.glassfish.resources.javamail.beans
Methods in org.glassfish.resources.javamail.beans with parameters of type ResourceInfo Modifier and Type Method Description protected JavaEEResourceMailBean. doClone(ResourceInfo resourceInfo)Constructors in org.glassfish.resources.javamail.beans with parameters of type ResourceInfo Constructor Description MailBean(ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.glassfish.resources.javamail.deployer
Methods in org.glassfish.resources.javamail.deployer with parameters of type ResourceInfo Modifier and Type Method Description voidMailResourceDeployer. installMailResource(MailBean mailResource, ResourceInfo resourceInfo)Installs the given mail resource.static MailBeanMailResourceDeployer. toMailBean(MailResource mailResourceConfig, ResourceInfo resourceInfo)Returns a new instance of j2ee mail resource from the given config bean. -
Uses of ResourceInfo in org.glassfish.resources.naming
Methods in org.glassfish.resources.naming with parameters of type ResourceInfo Modifier and Type Method Description static ContextJndiProxyObjectFactory. removeInitialContext(ResourceInfo resourceInfo)
-