All Implemented Interfaces:
ActionBeanMBean, ObjStoreItemMBean, OSEntryBeanMBean

@Deprecated public class JTSActionBean extends JTAActionBean
Deprecated.
as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
  • Constructor Details

    • JTSActionBean

      public JTSActionBean(UidWrapper w)
      Deprecated.
  • Method Details

    • createParticipant

      protected LogRecordWrapper createParticipant(AbstractRecord rec, ParticipantStatus listType)
      Deprecated.
      Description copied from class: ActionBean
      Extension point for other Bean implementations to provide an implementation bean for its participants. For example @see com.arjuna.ats.internal.jta.tools.osb.mbean.jta.JTAActionBean
      Overrides:
      createParticipant in class JTAActionBean
      Parameters:
      rec - the record that should be represented by an MBean
      listType - the status of the record
      Returns:
      the MBean implementation of the participant
    • register

      public void register()
      Deprecated.
      Description copied from class: ActionBean
      register this bean (and its participants) with the MBeanServer
      Overrides:
      register in class ActionBean