FileDocCategorySizeDatePackage
ResourceAdapter.javaAPI DocGlassfish v2 API3923Fri May 04 22:36:04 BST 2007com.sun.gjc.spi

ResourceAdapter

public class ResourceAdapter extends Object implements javax.resource.spi.ResourceAdapter
ResourceAdapter implementation for Generic JDBC Connector.
author
Evani Sai Surya Kiran
version
1.0, 02/08/05

Fields Summary
Constructors Summary
Methods Summary
public voidendpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as)
Empty method implementation for endpointActivation which just throws NotSupportedException

param
mef MessageEndpointFactory
param
as ActivationSpec
throws
NotSupportedException

        throw new NotSupportedException("This method is not supported for this JDBC connector");
    
public voidendpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as)
Empty method implementation for endpointDeactivation

param
mef MessageEndpointFactory
param
as ActivationSpec


    
public javax.transaction.xa.XAResource[]getXAResources(javax.resource.spi.ActivationSpec[] specs)
Empty method implementation for getXAResources which just throws NotSupportedException

param
specs ActivationSpec array
throws
NotSupportedException

        throw new NotSupportedException("This method is not supported for this JDBC connector");
    
public voidstart(javax.resource.spi.BootstrapContext ctx)
Empty implementation of start method

param
ctx BootstrapContext


    
public voidstop()
Empty implementation of stop method