@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
NotSupportedException
endpointActivation
in interface javax.resource.spi.ResourceAdapter
mef
- MessageEndpointFactory
as
- ActivationSpec
NotSupportedException
javax.resource.NotSupportedException
public void endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory mef, javax.resource.spi.ActivationSpec as)
endpointDeactivation
in interface javax.resource.spi.ResourceAdapter
mef
- MessageEndpointFactory
as
- ActivationSpec
public XAResource[] getXAResources(javax.resource.spi.ActivationSpec[] specs) throws javax.resource.NotSupportedException
NotSupportedException
getXAResources
in interface javax.resource.spi.ResourceAdapter
specs
- ActivationSpec
arrayNotSupportedException
javax.resource.NotSupportedException
public void start(javax.resource.spi.BootstrapContext ctx)
start
in interface javax.resource.spi.ResourceAdapter
ctx
- BootstrapContext
public void stop()
stop
in interface javax.resource.spi.ResourceAdapter
public Timer getTimer()
Copyright © 2018. All rights reserved.