@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 javax.resource.spi.ResourceAdapter
ResourceAdapterImpl implementation for Generic JDBC Connector.| Constructor and Description |
|---|
ResourceAdapterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
Empty method implementation for endpointActivation
which just throws
NotSupportedException |
void |
endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
Empty method implementation for endpointDeactivation
|
static ResourceAdapterImpl |
getInstance() |
Timer |
getTimer() |
XAResource[] |
getXAResources(javax.resource.spi.ActivationSpec[] specs)
Empty method implementation for getXAResources
which just throws
NotSupportedException |
void |
start(javax.resource.spi.BootstrapContext ctx)
Empty implementation of start method
|
void |
stop()
Empty implementation of stop method
|
public static ResourceAdapterImpl getInstance()
public void endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
throws javax.resource.NotSupportedException
NotSupportedExceptionendpointActivation in interface javax.resource.spi.ResourceAdaptermef - MessageEndpointFactoryas - ActivationSpecNotSupportedExceptionjavax.resource.NotSupportedExceptionpublic void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef,
javax.resource.spi.ActivationSpec as)
endpointDeactivation in interface javax.resource.spi.ResourceAdaptermef - MessageEndpointFactoryas - ActivationSpecpublic XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] specs) throws javax.resource.NotSupportedException
NotSupportedExceptiongetXAResources in interface javax.resource.spi.ResourceAdapterspecs - ActivationSpec arrayNotSupportedExceptionjavax.resource.NotSupportedExceptionpublic void start(javax.resource.spi.BootstrapContext ctx)
start in interface javax.resource.spi.ResourceAdapterctx - BootstrapContextpublic void stop()
stop in interface javax.resource.spi.ResourceAdapterpublic Timer getTimer()
Copyright © 2017. All rights reserved.