Package com.sun.gjc.spi
Class ResourceAdapterImpl
- java.lang.Object
-
- com.sun.gjc.spi.ResourceAdapterImpl
-
- All Implemented Interfaces:
jakarta.resource.spi.ResourceAdapter
@Connector(description="Resource adapter wrapping implementation of driver", displayName="Resource Adapter", vendorName="Sun Microsystems", eisType="Database", version="1.0", authMechanisms=@AuthenticationMechanism(authMechanism="BasicPassword",credentialInterface=PasswordCredential)) public class ResourceAdapterImpl extends Object implements jakarta.resource.spi.ResourceAdapterResourceAdapterImplimplementation for Generic JDBC Connector.- Version:
- 1.0, 02/08/05
- Author:
- Evani Sai Surya Kiran
-
-
Constructor Summary
Constructors Constructor Description ResourceAdapterImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendpointActivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as)Empty method implementation for endpointActivation which just throwsNotSupportedExceptionvoidendpointDeactivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as)Empty method implementation for endpointDeactivationstatic ResourceAdapterImplgetInstance()TimergetTimer()XAResource[]getXAResources(jakarta.resource.spi.ActivationSpec[] specs)Empty method implementation for getXAResources which just throwsNotSupportedExceptionvoidstart(jakarta.resource.spi.BootstrapContext ctx)Empty implementation of start methodvoidstop()Empty implementation of stop method
-
-
-
Method Detail
-
getInstance
public static ResourceAdapterImpl getInstance()
-
endpointActivation
public void endpointActivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as) throws jakarta.resource.NotSupportedExceptionEmpty method implementation for endpointActivation which just throwsNotSupportedException- Specified by:
endpointActivationin interfacejakarta.resource.spi.ResourceAdapter- Parameters:
mef-MessageEndpointFactoryas-ActivationSpec- Throws:
jakarta.resource.NotSupportedException
-
endpointDeactivation
public void endpointDeactivation(jakarta.resource.spi.endpoint.MessageEndpointFactory mef, jakarta.resource.spi.ActivationSpec as)Empty method implementation for endpointDeactivation- Specified by:
endpointDeactivationin interfacejakarta.resource.spi.ResourceAdapter- Parameters:
mef-MessageEndpointFactoryas-ActivationSpec
-
getXAResources
public XAResource[] getXAResources(jakarta.resource.spi.ActivationSpec[] specs) throws jakarta.resource.NotSupportedException
Empty method implementation for getXAResources which just throwsNotSupportedException- Specified by:
getXAResourcesin interfacejakarta.resource.spi.ResourceAdapter- Parameters:
specs-ActivationSpecarray- Throws:
jakarta.resource.NotSupportedException
-
start
public void start(jakarta.resource.spi.BootstrapContext ctx)
Empty implementation of start method- Specified by:
startin interfacejakarta.resource.spi.ResourceAdapter- Parameters:
ctx-BootstrapContext
-
stop
public void stop()
Empty implementation of stop method- Specified by:
stopin interfacejakarta.resource.spi.ResourceAdapter
-
getTimer
public Timer getTimer()
-
-