Uses of Interface
com.sun.enterprise.config.serverbeans.BindableResource
-
-
Uses of BindableResource in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return types with arguments of type BindableResource Modifier and Type Method Description static Collection<BindableResource>ConnectorsUtil. getResourcesOfPool(Resources resources, String connectionPoolName)Methods in com.sun.appserv.connectors.internal.api with parameters of type BindableResource Modifier and Type Method Description static ResourceInfoConnectorsUtil. getResourceInfo(BindableResource resource) -
Uses of BindableResource in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans with parameters of type BindableResource Modifier and Type Method Description static StringBindableResource.Duck. getIdentity(BindableResource resource) -
Uses of BindableResource in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return BindableResource Modifier and Type Method Description BindableResourceDeferredResourceConfig. getBindableResource()Methods in com.sun.enterprise.connectors with parameters of type BindableResource Modifier and Type Method Description voidDeferredResourceConfig. setBindableResource(BindableResource bindableResource)Constructors in com.sun.enterprise.connectors with parameters of type BindableResource Constructor Description DeferredResourceConfig(String rarName, AdminObjectResource adminObject, ResourcePool resourcePool, BindableResource bindableResource, ResourceAdapterConfig[] resAdapterConfig) -
Uses of BindableResource in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util with parameters of type BindableResource Modifier and Type Method Description booleanResourcesUtil. isEnabled(BindableResource br)booleanResourcesUtil. isEnabled(BindableResource br, ResourceInfo resourceInfo) -
Uses of BindableResource in org.glassfish.concurrent.config
Subinterfaces of BindableResource 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 BindableResource in org.glassfish.connectors.config
Subinterfaces of BindableResource in org.glassfish.connectors.config Modifier and Type Interface Description interfaceAdminObjectResourceinterfaceConnectorResourceinterfacePersistenceManagerFactoryResourcePersistence Manager runtime configuration -
Uses of BindableResource in org.glassfish.jdbc.config
Subinterfaces of BindableResource in org.glassfish.jdbc.config Modifier and Type Interface Description interfaceJdbcResourceJDBC javax.sql.(XA)DataSource resource definition -
Uses of BindableResource in org.glassfish.jdbc.util
Methods in org.glassfish.jdbc.util that return types with arguments of type BindableResource Modifier and Type Method Description static Collection<BindableResource>JdbcResourcesUtil. getResourcesOfPool(Resources resources, String connectionPoolName) -
Uses of BindableResource in org.glassfish.resourcebase.resources.util
Methods in org.glassfish.resourcebase.resources.util that return BindableResource Modifier and Type Method Description static BindableResourceResourceUtil. getBindableResourceByName(Resources resources, String name)Methods in org.glassfish.resourcebase.resources.util with parameters of type BindableResource Modifier and Type Method Description ClassBindableResourcesHelper. getResourceByClass(BindableResource resource)static ResourceInfoResourceUtil. getResourceInfo(BindableResource resource)StringBindableResourcesHelper. getResourceTypeName(BindableResource resource)booleanBindableResourcesHelper. isBindableResourceEnabled(BindableResource br)Method parameters in org.glassfish.resourcebase.resources.util with type arguments of type BindableResource Modifier and Type Method Description 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 BindableResource in org.glassfish.resources.config
Subinterfaces of BindableResource 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 BindableResource in org.glassfish.resources.javamail.config
Subinterfaces of BindableResource in org.glassfish.resources.javamail.config Modifier and Type Interface Description interfaceMailResource
-