Package com.ibm.jakarta.connector2.cics
Class CICSResourceAdapter
java.lang.Object
com.ibm.jakarta.connector2.cics.CICSResourceAdapter
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ECIResourceAdapter
,EPIResourceAdapter
This abstract class provides the framework for CICS Resource Adapter.
Implements, but does not yet exploit, the ResourceAdapter interface. This provides a mechanism to allow the application server to inform the resource adapter that it should initialize itself, or that it is being shutdown or undeployed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endpointActivation
(jakarta.resource.spi.endpoint.MessageEndpointFactory arg0, jakarta.resource.spi.ActivationSpec arg1) This implemention currently always throws a NotSupportedExceptionvoid
endpointDeactivation
(jakarta.resource.spi.endpoint.MessageEndpointFactory arg0, jakarta.resource.spi.ActivationSpec arg1) This implemention currently does nothinggetXAResources
(jakarta.resource.spi.ActivationSpec[] arg0) This implemention currently always throws a NotSupportedExceptionvoid
start
(jakarta.resource.spi.BootstrapContext bsc) This implemention currently does nothingvoid
stop()
This implemention currently does nothing
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Constructor Details
-
CICSResourceAdapter
public CICSResourceAdapter()This implemention currently does nothing
-
-
Method Details
-
start
public void start(jakarta.resource.spi.BootstrapContext bsc) throws jakarta.resource.spi.ResourceAdapterInternalException This implemention currently does nothing- Throws:
jakarta.resource.spi.ResourceAdapterInternalException
- See Also:
-
ResourceAdapter.start(jakarta.resource.spi.BootstrapContext)
-
stop
public void stop()This implemention currently does nothing- See Also:
-
ResourceAdapter.stop()
-
endpointActivation
public void endpointActivation(jakarta.resource.spi.endpoint.MessageEndpointFactory arg0, jakarta.resource.spi.ActivationSpec arg1) throws jakarta.resource.NotSupportedException This implemention currently always throws a NotSupportedException- Throws:
jakarta.resource.NotSupportedException
- See Also:
-
ResourceAdapter.endpointActivation(jakarta.resource.spi.endpoint.MessageEndpointFactory, jakarta.resource.spi.ActivationSpec)
-
endpointDeactivation
public void endpointDeactivation(jakarta.resource.spi.endpoint.MessageEndpointFactory arg0, jakarta.resource.spi.ActivationSpec arg1) This implemention currently does nothing- See Also:
-
ResourceAdapter.endpointDeactivation(jakarta.resource.spi.endpoint.MessageEndpointFactory, jakarta.resource.spi.ActivationSpec)
-
getXAResources
public XAResource[] getXAResources(jakarta.resource.spi.ActivationSpec[] arg0) throws jakarta.resource.ResourceException This implemention currently always throws a NotSupportedException- Throws:
jakarta.resource.ResourceException
- See Also:
-
ResourceAdapter.getXAResources(jakarta.resource.spi.ActivationSpec[])
-