Class MDBActivationWork

java.lang.Object
org.apache.cxf.jca.inbound.MDBActivationWork
All Implemented Interfaces:
jakarta.resource.spi.work.Work, Runnable

public class MDBActivationWork extends Object implements jakarta.resource.spi.work.Work
MDBActivationWork is a type of Work that is executed by WorkManager. MDBActivationWork starts an CXF service endpoint to accept inbound calls for the JCA connector.
  • Constructor Details

  • Method Details

    • release

      public void release()
      Specified by:
      release in interface jakarta.resource.spi.work.Work
    • run

      public void run()
      Performs the work
      Specified by:
      run in interface Runnable