Class CICSResourceAdapter

java.lang.Object
com.ibm.jakarta.connector2.cics.CICSResourceAdapter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ECIResourceAdapter, EPIResourceAdapter

public abstract class CICSResourceAdapter extends Object implements Serializable
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
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    This implemention currently does nothing
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endpointActivation(jakarta.resource.spi.endpoint.MessageEndpointFactory arg0, jakarta.resource.spi.ActivationSpec arg1)
    This implemention currently always throws a NotSupportedException
    void
    endpointDeactivation(jakarta.resource.spi.endpoint.MessageEndpointFactory arg0, jakarta.resource.spi.ActivationSpec arg1)
    This implemention currently does nothing
    getXAResources(jakarta.resource.spi.ActivationSpec[] arg0)
    This implemention currently always throws a NotSupportedException
    void
    start(jakarta.resource.spi.BootstrapContext bsc)
    This implemention currently does nothing
    void
    This implemention currently does nothing

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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[])