/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/ |
H A D | ResourceConverter.java | 41 package com.sun.enterprise.resource;
|
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/ |
H A D | ConnectionSpec.java | 41 package javax.resource.cci; 55 * ConnectionSpec interface. In addition, a resource adapter may 60 * @see javax.resource.cci.ConnectionFactory
|
H A D | LocalTransaction.java | 41 package javax.resource.cci; 43 import javax.resource.ResourceException; 45 * resource manager local transactions. Note that this interface is 48 * the <code>javax.resource.spi</code> package) is used by the container 51 * <p>A local transaction is managed internal to a resource manager. There 60 * returned LocalTransaction to demarcate a resource manager local transaction 66 * @see javax.resource.cci.Connection 108 /** Rollbacks the current resource manager local transaction.
|
H A D | MessageListener.java | 41 package javax.resource.cci; 43 import javax.resource.ResourceException;
|
H A D | ResultSet.java | 41 package javax.resource.cci;
|
H A D | ConnectionMetaData.java | 41 package javax.resource.cci; 44 import javax.resource.ResourceException; 53 * @see javax.resource.cci.Connection 54 * @see javax.resource.cci.ResultSetInfo 79 * the underlying EIS instance. The name corresponds the resource
|
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/ |
H A D | LazyEnlistableManagedConnection.java | 41 package javax.resource.spi;
|
H A D | DissociatableManagedConnection.java | 41 package javax.resource.spi; 43 import javax.resource.ResourceException; 65 * resource adapter internal error condition
|
H A D | LazyEnlistableConnectionManager.java | 41 package javax.resource.spi; 43 import javax.resource.ResourceException; 56 * This method is called by a resource adapter (that is capable of
|
H A D | LocalTransaction.java | 41 package javax.resource.spi; 43 import javax.resource.ResourceException; 46 * are managed internal to an EIS resource manager, and do not require 49 * <p>A resource adapter implements the javax.resource.spi.LocalTransaction 51 * on the underlying resource manager. 53 * <p>If a resource adapter supports the LocalTransaction interface, then 56 * a single resource manager case). 60 * @see javax.resource.spi.ManagedConnection 73 * error condition internal to resource [all...] |
H A D | ResourceAdapterAssociation.java | 41 package javax.resource.spi; 43 import javax.resource.ResourceException; 73 * resource adapter related error condition.
|
H A D | ActivationSpec.java | 41 package javax.resource.spi; 61 * Note: Since Java EE Connector 1.6 specification, resource adapter
|
H A D | ConnectionRequestInfo.java | 41 package javax.resource.spi; 43 /** <p>The ConnectionRequestInfo interface enables a resource adapter to 45 * request flow. A resource adapter extends the empty interface to 48 * <p>A typical use allows a resource adapter to handle 52 * the resource adapter. These properties remain opaque to the 56 * methods on the ManagedConnectionFactory instance, resource adapter 62 * @see javax.resource.spi.ManagedConnectionFactory 63 * @see javax.resource.spi.ManagedConnection 69 * connectionRequestInfo is defined specific to a resource 70 * adapter, the resource adapte [all...] |
H A D | RetryableException.java | 41 package javax.resource.spi; 48 * if the resource adapter performs some recovery steps and retries the
|
H A D | ConnectionManager.java | 41 package javax.resource.spi; 44 import javax.resource.ResourceException; 46 /** <p>ConnectionManager interface provides a hook for the resource adapter to 51 * the resource adapter or connection factory interface. 59 * independent of any resource adapter and EIS specific mechanisms. The 73 * implementation class can be provided either by a resource adapter (as 80 * @see javax.resource.spi.ManagedConnectionFactory 86 /** <p>The method allocateConnection gets called by the resource adapter's 88 * (provided by the resource adapter) pass a connection request to 92 * to the resource adapte [all...] |
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/endpoint/ |
H A D | MessageEndpoint.java | 41 package javax.resource.spi.endpoint; 44 import javax.resource.ResourceException; 45 import javax.resource.spi.ResourceAdapterInternalException; 46 import javax.resource.spi.ApplicationServerInternalException; 47 import javax.resource.spi.IllegalStateException; 48 import javax.resource.spi.UnavailableException; 60 * This is called by a resource adapter before a message is delivered. 90 * This is called by a resource adapter after a message is delivered. 107 * This method may be called by the resource adapter to indicate that it
|
/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/spi/ |
H A D | ResourceDeployer.java | 46 * Interface to be implemented by different resource types (eg. jms-resource) 47 * to deploy/undeploy a resource to the server's runtime naming context. 56 * Deploy the resource into the server's runtime naming context 60 * @param resource a resource object (eg. JmsResource) 65 void deployResource(Object resource, String applicationName, String moduleName) throws Exception; argument 68 * Deploy the resource into the server's runtime naming context 70 * @param resource a resource objec 73 deployResource(Object resource) argument 81 undeployResource(Object resource) argument 91 undeployResource(Object resource, String applicationName, String moduleName) argument 99 redeployResource(Object resource) argument 107 enableResource(Object resource) argument 115 disableResource(Object resource) argument 123 handles(Object resource) argument [all...] |
H A D | ConnectionManager.java | 43 import javax.resource.spi.ManagedConnectionFactory; 44 import javax.resource.spi.ConnectionRequestInfo; 45 import javax.resource.ResourceException; 48 public interface ConnectionManager extends javax.resource.spi.ConnectionManager { 62 * provides the JndiName of the resource
|
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/work/ |
H A D | DistributableWorkManager.java | 41 package javax.resource.spi.work; 49 * <code>Work</code> instance submitted by a resource adapter to another 52 * resource utilization or for providing better response times.
|
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/ |
H A D | ConnectionManager.java | 43 import javax.resource.ResourceException; 44 import javax.resource.spi.ConnectionRequestInfo; 45 import javax.resource.spi.ManagedConnection; 46 import javax.resource.spi.ManagedConnectionFactory; 54 public class ConnectionManager implements javax.resource.spi.ConnectionManager {
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/allocator/ |
H A D | ConnectorAllocator.java | 41 package com.sun.enterprise.resource.allocator; 47 import javax.resource.spi.*; 48 import javax.resource.ResourceException; 52 import com.sun.enterprise.resource.pool.PoolManager; 53 import com.sun.enterprise.resource.ResourceHandle; 54 import com.sun.enterprise.resource.ResourceSpec; 55 import com.sun.enterprise.resource.ClientSecurityInfo; 68 class ConnectionListenerImpl extends com.sun.enterprise.resource.listener.ConnectionEventListener { 69 private ResourceHandle resource; field in class:ConnectorAllocator.ConnectionListenerImpl 71 public ConnectionListenerImpl(ResourceHandle resource) { argument 185 fillInResourceObjects(ResourceHandle resource) argument 198 destroyResource(ResourceHandle resource) argument [all...] |
H A D | ResourceAllocator.java | 41 package com.sun.enterprise.resource.allocator; 43 import com.sun.enterprise.resource.ResourceHandle; 46 import javax.resource.ResourceException; 57 public void fillInResourceObjects(ResourceHandle resource) argument 60 public void closeUserConnection(ResourceHandle resource) argument 63 public void destroyResource(ResourceHandle resource) argument 72 public void cleanup(ResourceHandle resource) throws PoolingException; argument 82 public boolean isConnectionValid(ResourceHandle resource); argument
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/listener/ |
H A D | PoolLifeCycle.java | 41 package com.sun.enterprise.resource.listener; 43 import org.glassfish.resource.common.PoolInfo;
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ |
H A D | ConnectionLeakListener.java | 41 package com.sun.enterprise.resource.pool; 43 import com.sun.enterprise.resource.ResourceHandle;
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/datastructure/strategy/ |
H A D | ResourceSelectionStrategy.java | 41 package com.sun.enterprise.resource.pool.datastructure.strategy; 43 import com.sun.enterprise.resource.ResourceHandle; 46 * Datastructure can call this to select a resource 52 * To retrieve resource from datastructure.
|