| Modifier and Type | Method and Description |
|---|---|
static ResourceInfo |
ConnectorsUtil.getResourceInfo(BindableResource resource) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ConnectorRuntime.lookupNonTxResource(ResourceInfo resourceInfo,
boolean force)
Does lookup of non-tx-datasource.
|
Object |
ConnectorRuntime.lookupPMResource(ResourceInfo resourceInfo,
boolean force)
Does lookup of "__pm" datasource.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResourceInfo |
ConnectionManagerImpl.resourceInfo |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ResourceInfo> |
ConnectorRegistry.resourceInfos |
protected ConcurrentMap<ResourceInfo,AtomicLong> |
ConnectorRegistry.resourceInfoVersion |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveOutboundResourceAdapter.addAdminObject(String appName,
String connectorName,
ResourceInfo resourceInfo,
String adminObjectType,
String adminObjectClassName,
Properties props)
Creates an admin object.
|
void |
ConnectorRuntime.addAdminObject(String appName,
String connectorName,
ResourceInfo resourceInfo,
String adminObjectType,
String adminObjectClassName,
Properties props) |
void |
ConnectorRegistry.addResourceInfo(ResourceInfo resourceInfo)
Add resourceInfo that is deployed for book-keeping purposes.
|
void |
ConnectorRuntime.createConnectorResource(ResourceInfo resourceInfo,
PoolInfo poolInfo,
String resourceType)
Creates the connector resource on a given connection pool
|
void |
ConnectorRuntime.deleteAdminObject(ResourceInfo resourceInfo) |
void |
ConnectorRuntime.deleteConnectorResource(ResourceInfo resourceInfo)
Deletes the connector resource.
|
static javax.resource.spi.ConnectionManager |
ConnectionManagerFactory.getAvailableConnectionManager(PoolInfo poolInfo,
boolean forceNoLazyAssoc,
ResourceInfo resourceInfo) |
Connection |
ConnectorRuntime.getConnection(ResourceInfo resourceInfo)
Get a sql connection from the DataSource specified by the jdbcJndiName.
|
Connection |
ConnectorRuntime.getConnection(ResourceInfo resourceInfo,
String user,
String password)
Get a sql connection from the DataSource specified by the jdbcJndiName.
|
PoolInfo |
ConnectorRuntimeExtension.getPoolNameFromResourceJndiName(ResourceInfo resourceInfo) |
long |
ConnectorRegistry.getResourceInfoVersion(ResourceInfo resourceInfo)
get the version counter of a resource info
|
Resources |
ConnectorRuntime.getResources(ResourceInfo resourceInfo) |
boolean |
ConnectorRegistry.isResourceDeployed(ResourceInfo resourceInfo)
indicates whether the resource is deployed (enabled)
|
Object |
ConnectorRuntimeExtension.lookupDataSourceInDAS(ResourceInfo resourceInfo) |
Object |
ConnectorRuntime.lookupNonTxResource(ResourceInfo resourceInfo,
boolean force)
Does lookup of non-tx-datasource.
|
Object |
ConnectorRuntime.lookupPMResource(ResourceInfo resourceInfo,
boolean force)
Does lookup of "__pm" datasource.
|
javax.resource.spi.ConnectionManager |
ConnectorRuntime.obtainConnectionManager(PoolInfo poolInfo,
boolean forceNoLazyAssoc,
ResourceInfo resourceInfo)
provides connection manager for a pool
|
boolean |
ConnectorRegistry.removeResourceFactories(ResourceInfo resourceInfo)
remove and invalidate factories (proxy to actual factory) using the resource.
|
boolean |
ConnectorRegistry.removeResourceInfo(ResourceInfo resourceInfo)
Remove ResourceInfo from registry.
|
long |
ConnectorRegistry.updateResourceInfoVersion(ResourceInfo resourceInfo)
Update version information for a resource.
|
| Constructor and Description |
|---|
ConnectionManagerImpl(PoolInfo poolInfo,
ResourceInfo resourceInfo) |
LazyAssociatableConnectionManagerImpl(PoolInfo poolInfo,
ResourceInfo resourceInfo) |
LazyEnlistableConnectionManagerImpl(PoolInfo poolInfo,
ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorAdminObjectAdminServiceImpl.addAdminObject(String appName,
String connectorName,
ResourceInfo resourceInfo,
String adminObjectType,
String adminObjectClassName,
Properties props) |
void |
ConnectorResourceAdminServiceImpl.createConnectorResource(ResourceInfo resourceInfo,
PoolInfo poolInfo,
String resourceType)
Creates the connector resource on a given connection pool
|
void |
ConnectorAdminObjectAdminServiceImpl.deleteAdminObject(ResourceInfo resourceInfo) |
void |
ConnectorResourceAdminServiceImpl.deleteConnectorResource(ResourceInfo resourceInfo)
Deletes the connector resource.
|
Connection |
ConnectorConnectionPoolAdminServiceImpl.getConnection(ResourceInfo resourceInfo)
Get a sql connection from the DataSource specified by the jdbcJndiName.
|
Connection |
ConnectorConnectionPoolAdminServiceImpl.getConnection(ResourceInfo resourceInfo,
String user,
String password)
Get a sql connection from the DataSource specified by the jdbcJndiName.
|
Object |
ConnectorResourceAdminServiceImpl.lookup(ResourceInfo resourceInfo)
Look up the JNDI name with appropriate suffix.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConnectionPool |
ResourcesUtil.getConnectorConnectionPoolOfResource(ResourceInfo resourceInfo) |
protected String |
ResourcesUtil.getCorrespondingCmpResourceName(ResourceInfo resourceInfo)
Returns the deferred admin object config.
|
Resource |
ResourcesUtil.getResource(ResourceInfo resourceInfo,
Class resourceType) |
Resources |
ResourcesUtil.getResources(ResourceInfo resourceInfo) |
boolean |
ResourcesUtil.isEnabled(BindableResource br,
ResourceInfo resourceInfo) |
boolean |
ResourcesUtil.isReferenced(ResourceInfo resourceInfo)
Returns true if the given resource is referenced by this server.
|
| Modifier and Type | Method and Description |
|---|---|
protected JavaEEResource |
AdministeredObjectResource.doClone(ResourceInfo resourceInfo) |
| Constructor and Description |
|---|
AdministeredObjectResource(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ConnectorObjectFactory.getProxyObject(Object actualObject,
Class<T>[] ifaces,
ResourceInfo resourceInfo) |
| Constructor and Description |
|---|
DynamicResourceReconfigurator(Object actualObject,
ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.enterprise.concurrent.ContextServiceImpl |
ConcurrentRuntime.getContextService(ResourceInfo resource,
ContextServiceConfig config) |
org.glassfish.enterprise.concurrent.ManagedExecutorServiceImpl |
ConcurrentRuntime.getManagedExecutorService(ResourceInfo resource,
ManagedExecutorServiceConfig config) |
org.glassfish.enterprise.concurrent.ManagedScheduledExecutorServiceImpl |
ConcurrentRuntime.getManagedScheduledExecutorService(ResourceInfo resource,
ManagedScheduledExecutorServiceConfig config) |
org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl |
ConcurrentRuntime.getManagedThreadFactory(ResourceInfo resource,
ManagedThreadFactoryConfig config) |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnectionPool |
JdbcResourcesUtil.getJdbcConnectionPoolOfResource(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
PoolInfo |
JdbcRuntimeExtension.getPoolNameFromResourceJndiName(ResourceInfo resourceInfo)
Gets the Pool name that this JDBC resource points to.
|
Object |
JdbcRuntimeExtension.lookupDataSourceInDAS(ResourceInfo resourceInfo)
Get a wrapper datasource specified by the jdbcjndi name
This API is intended to be used in the DAS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcDataSource.setResourceInfo(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesBinder.deployResource(ResourceInfo resourceInfo,
Resource resource)
deploy proxy for the resource
|
void |
ResourceProxy.setResourceInfo(ResourceInfo resourceInfo)
Name by which the proxy (or the resource) will be bound in JNDI
|
protected Object |
ResourceProxy.throwResourceNotFoundException(Exception e,
ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceNamingService.publishObject(ResourceInfo resourceInfo,
Object object,
boolean rebind) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceInfo |
ResourceUtil.getGenericResourceInfo(Resource resource)
given a resource config bean, returns the resource name / jndi-name
|
static ResourceInfo |
ResourceUtil.getGenericResourceInfo(Resource resource,
String resourceName) |
static ResourceInfo |
ResourceUtil.getResourceInfo(BindableResource resource) |
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo |
JavaEEResource.getResourceInfo()
Resource Info.
|
ResourceInfo |
JavaEEResourceBase.getResourceInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract JavaEEResource |
JavaEEResourceBase.doClone(ResourceInfo resourceInfo)
Creates a JavaEEResource from a specified
ResourceInfo |
JavaEEResource |
JavaEEResource.makeClone(ResourceInfo resourceInfo)
Create a new resource with the given name
that has the same attribute and property
settings as the invoked object.
|
JavaEEResource |
JavaEEResourceBase.makeClone(ResourceInfo resourceInfo) |
| Constructor and Description |
|---|
JavaEEResourceBase(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaEEResource |
CustomResource.doClone(ResourceInfo resourceInfo) |
protected JavaEEResource |
ExternalJndiResource.doClone(ResourceInfo resourceInfo) |
| Constructor and Description |
|---|
CustomResource(ResourceInfo resourceInfo) |
ExternalJndiResource(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomResourceDeployer.installCustomResource(CustomResource customRes,
ResourceInfo resourceInfo)
Installs the given custom resource.
|
void |
ExternalJndiResourceDeployer.installExternalJndiResource(ExternalJndiResource extJndiRes,
ResourceInfo resourceInfo)
Installs the given external jndi resource.
|
static JavaEEResource |
CustomResourceDeployer.toCustomJavaEEResource(CustomResource rbean,
ResourceInfo resourceInfo)
Returns a new instance of j2ee custom resource from the given
config bean.
|
static JavaEEResource |
ExternalJndiResourceDeployer.toExternalJndiJavaEEResource(ExternalJndiResource rbean,
ResourceInfo resourceInfo)
Returns a new instance of j2ee external jndi resource from the given
config bean.
|
void |
ExternalJndiResourceDeployer.uninstallExternalJndiResource(JavaEEResource resource,
ResourceInfo resourceInfo)
Un-installs the external jndi resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected JavaEEResource |
MailBean.doClone(ResourceInfo resourceInfo) |
| Constructor and Description |
|---|
MailBean(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailResourceDeployer.installMailResource(MailBean mailResource,
ResourceInfo resourceInfo)
Installs the given mail resource.
|
static MailBean |
MailResourceDeployer.toMailBean(MailResource mailResourceConfig,
ResourceInfo resourceInfo)
Returns a new instance of j2ee mail resource from the given config bean.
|
| Modifier and Type | Method and Description |
|---|---|
static Context |
JndiProxyObjectFactory.removeInitialContext(ResourceInfo resourceInfo) |
Copyright © 2017. All rights reserved.