Uses of Interface
com.sun.enterprise.config.serverbeans.BindableResource

Packages that use BindableResource
com.sun.enterprise.config.serverbeans   
com.sun.enterprise.config.serverbeans.customvalidators   
 

Uses of BindableResource in com.sun.enterprise.config.serverbeans
 

Subinterfaces of BindableResource in com.sun.enterprise.config.serverbeans
 interface AdminObjectResource
           
 interface ConnectorResource
           
 interface CustomResource
          Custom (or generic) resource managed by a user-written factory class.
 interface ExternalJndiResource
          Resource residing in an external JNDI repository
 interface JdbcResource
          JDBC javax.sql.(XA)DataSource resource definition
 interface MailResource
           
 interface PersistenceManagerFactoryResource
          Persistence Manager runtime configuration
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type BindableResource
static Collection<BindableResource> Resources.Duck.getResourcesOfPool(Resources resources, String connectionPoolName)
           
 Collection<BindableResource> Resources.getResourcesOfPool(String connectionPoolName)
           
 

Uses of BindableResource in com.sun.enterprise.config.serverbeans.customvalidators
 

Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type BindableResource
 boolean ResourcePoolReferenceValidator.isValid(BindableResource resource, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.