Class JTSActionBean
java.lang.Object
com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
com.arjuna.ats.internal.jta.tools.osb.mbean.jta.JTAActionBean
com.arjuna.ats.internal.jta.tools.osb.mbean.jts.JTSActionBean
- All Implemented Interfaces:
ActionBeanMBean
,ObjStoreItemMBean
,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.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
ActionBean.GenericAtomicActionWrapper
-
Field Summary
Fields inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
ra, recuids
Fields inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
_uidWrapper, REMOVE_NOK_1, REMOVE_OK_1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected LogRecordWrapper
createParticipant
(AbstractRecord rec, ParticipantStatus listType) Deprecated.Extension point for other Bean implementations to provide an implementation bean for its participants.void
register()
Deprecated.register this bean (and its participants) with the MBeanServerMethods inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.ActionBean
createParticipant, createWrapper, getAgeInSeconds, getCreationTime, getParticipant, getParticipants, getUid, isParticipant, remove, remove, setStatus, toString, unregister
Methods inherited from class com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
activate, doRemove, getId, getName, getType, getUid, register, remove, type, unregister
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
getId, getType
-
Constructor Details
-
JTSActionBean
Deprecated.
-
-
Method Details
-
createParticipant
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 classJTAActionBean
- Parameters:
rec
- the record that should be represented by an MBeanlistType
- 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 classActionBean
-