Class OSEntryBean
java.lang.Object
com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
- All Implemented Interfaces:
ObjStoreItemMBean,OSEntryBeanMBean
- Direct Known Subclasses:
ActionBean,LogRecordWrapper
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UidWrapperDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanactivate()Deprecated.booleandoRemove()Deprecated.getId()Deprecated.getName()Deprecated.getType()Deprecated.getUid()Deprecated.getUid(AbstractRecord rec) Deprecated.voidregister()Deprecated.voidDeprecated.remove()Deprecated.Remove this record from the ObjectStoreremove(boolean reprobe) Deprecated.toString(String prefix, StringBuilder sb) Deprecated.type()Deprecated.voidDeprecated.voidunregister(String name) Deprecated.
-
Field Details
-
_uidWrapper
Deprecated. -
REMOVE_OK_1
Deprecated.- See Also:
-
REMOVE_NOK_1
Deprecated.- See Also:
-
-
Constructor Details
-
OSEntryBean
public OSEntryBean()Deprecated. -
OSEntryBean
Deprecated.
-
-
Method Details
-
register
Deprecated. -
unregister
Deprecated. -
register
public void register()Deprecated. -
unregister
public void unregister()Deprecated. -
getName
Deprecated. -
getType
Deprecated.- Specified by:
getTypein interfaceOSEntryBeanMBean
-
type
Deprecated. -
activate
public boolean activate()Deprecated. -
getUid
Deprecated. -
getId
Deprecated.- Specified by:
getIdin interfaceOSEntryBeanMBean
-
getUid
Deprecated. -
toString
Deprecated. -
remove
Deprecated.Remove this record from the ObjectStore- Specified by:
removein interfaceOSEntryBeanMBean- Returns:
- a textual indication of whether the remove operation succeeded
- Throws:
MBeanException
-
remove
Deprecated.- Throws:
MBeanException
-
doRemove
public boolean doRemove()Deprecated.
-