Class MDBActivationWork

  • All Implemented Interfaces:
    Runnable, javax.resource.spi.work.Work

    public class MDBActivationWork
    extends Object
    implements javax.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.
    • Method Detail

      • release

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

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