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

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

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

Subinterfaces of Resource in com.sun.enterprise.config.serverbeans
 interface AdminObjectResource
           
 interface BindableResource
           
 interface ConnectorConnectionPool
          Defines configuration used to create and manage a pool of connections to a EIS.
 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 JdbcConnectionPool
          Defines configuration used to create and manage a pool physical database connections.
 interface JdbcResource
          JDBC javax.sql.(XA)DataSource resource definition
 interface MailResource
           
 interface PersistenceManagerFactoryResource
          Persistence Manager runtime configuration
 interface ResourceAdapterConfig
          This element is for configuring the resource adapter.
 interface ResourcePool
           
 interface WorkSecurityMap
           
 

Methods in com.sun.enterprise.config.serverbeans that return Resource
<T> Resource
Resources.getResourceByName(java.lang.Class<T> type, java.lang.String name)
           
static
<T> Resource
Resources.Duck.getResourceByName(Resources resources, java.lang.Class<T> type, java.lang.String name)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Resource
 java.util.List<Resource> Resources.getResources()
          Gets the value of the customResourceOrExternalJndiResourceOrJdbcResourceOrMailResourceOrAdminObjectResourceOrConnectorResourceOrResourceAdapterConfigOrJdbcConnectionPoolOrConnectorConnectionPool property.
 

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

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



Copyright © 2012 GlassFish Community. All Rights Reserved.