Class OSEntryBean
- java.lang.Object
-
- com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBean
-
- All Implemented Interfaces:
ObjStoreItemMBean,OSEntryBeanMBean
- Direct Known Subclasses:
ActionBean,LogRecordWrapper
@Deprecated public class OSEntryBean extends Object implements 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.
-
-
Field Summary
Fields Modifier and Type Field Description protected UidWrapper_uidWrapperDeprecated.static StringREMOVE_NOK_1Deprecated.static StringREMOVE_OK_1Deprecated.
-
Constructor Summary
Constructors Constructor Description OSEntryBean()Deprecated.OSEntryBean(UidWrapper w)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanactivate()Deprecated.booleandoRemove()Deprecated.StringgetId()Deprecated.StringgetName()Deprecated.StringgetType()Deprecated.UidgetUid()Deprecated.UidgetUid(AbstractRecord rec)Deprecated.voidregister()Deprecated.voidregister(String name)Deprecated.Stringremove()Deprecated.Remove this record from the ObjectStoreStringremove(boolean reprobe)Deprecated.StringBuildertoString(String prefix, StringBuilder sb)Deprecated.Stringtype()Deprecated.voidunregister()Deprecated.voidunregister(String name)Deprecated.
-
-
-
Field Detail
-
_uidWrapper
protected UidWrapper _uidWrapper
Deprecated.
-
REMOVE_OK_1
public static final String REMOVE_OK_1
Deprecated.- See Also:
- Constant Field Values
-
REMOVE_NOK_1
public static final String REMOVE_NOK_1
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OSEntryBean
public OSEntryBean()
Deprecated.
-
OSEntryBean
public OSEntryBean(UidWrapper w)
Deprecated.
-
-
Method Detail
-
register
public void register(String name)
Deprecated.
-
unregister
public void unregister(String name)
Deprecated.
-
register
public void register()
Deprecated.
-
unregister
public void unregister()
Deprecated.
-
getName
public String getName()
Deprecated.
-
getType
public String getType()
Deprecated.- Specified by:
getTypein interfaceOSEntryBeanMBean
-
type
public String type()
Deprecated.
-
activate
public boolean activate()
Deprecated.
-
getUid
public Uid getUid(AbstractRecord rec)
Deprecated.
-
getId
public String getId()
Deprecated.- Specified by:
getIdin interfaceOSEntryBeanMBean
-
getUid
public Uid getUid()
Deprecated.
-
toString
public StringBuilder toString(String prefix, StringBuilder sb)
Deprecated.
-
remove
public String remove() throws MBeanException
Deprecated.Remove this record from the ObjectStore- Specified by:
removein interfaceOSEntryBeanMBean- Returns:
- a textual indication of whether the remove operation succeeded
- Throws:
MBeanException
-
remove
public String remove(boolean reprobe) throws MBeanException
Deprecated.- Throws:
MBeanException
-
doRemove
public boolean doRemove()
Deprecated.
-
-