Interface ActionBeanMBean

  • All Superinterfaces:
    ObjStoreItemMBean, OSEntryBeanMBean
    All Known Implementing Classes:
    ActionBean

    @Deprecated
    @MXBeanDescription("Management view of a transaction")
    public interface ActionBeanMBean
    extends OSEntryBeanMBean
    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.
    • Method Detail

      • getAgeInSeconds

        long getAgeInSeconds()
        Deprecated.
      • getCreationTime

        java.lang.String getCreationTime()
        Deprecated.
      • isParticipant

        @MXBeanPropertyDescription("Indicates whether this entry corresponds to a transaction participant")
        boolean isParticipant()
        Deprecated.
      • remove

        @MXBeanPropertyDescription("Tell the Transaction Manager to remove this action")
        java.lang.String remove()
                         throws javax.management.MBeanException
        Deprecated.
        Specified by:
        remove in interface OSEntryBeanMBean
        Throws:
        javax.management.MBeanException