@Deprecated public class OSEntryBean extends Object implements OSEntryBeanMBean
Modifier and Type | Field and Description |
---|---|
protected UidWrapper |
_uidWrapper
Deprecated.
|
static String |
REMOVE_NOK_1
Deprecated.
|
static String |
REMOVE_OK_1
Deprecated.
|
Constructor and Description |
---|
OSEntryBean()
Deprecated.
|
OSEntryBean(UidWrapper w)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
activate()
Deprecated.
|
boolean |
doRemove()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getType()
Deprecated.
|
Uid |
getUid()
Deprecated.
|
Uid |
getUid(AbstractRecord rec)
Deprecated.
|
void |
register()
Deprecated.
|
void |
register(String name)
Deprecated.
|
String |
remove()
Deprecated.
Remove this record from the ObjectStore
|
String |
remove(boolean reprobe)
Deprecated.
|
StringBuilder |
toString(String prefix,
StringBuilder sb)
Deprecated.
|
String |
type()
Deprecated.
|
void |
unregister()
Deprecated.
|
void |
unregister(String name)
Deprecated.
|
protected UidWrapper _uidWrapper
public static final String REMOVE_OK_1
public static final String REMOVE_NOK_1
public OSEntryBean()
public OSEntryBean(UidWrapper w)
public void register(String name)
public void unregister(String name)
public void register()
public void unregister()
public String getName()
public String getType()
getType
in interface OSEntryBeanMBean
public String type()
public boolean activate()
public Uid getUid(AbstractRecord rec)
public String getId()
getId
in interface OSEntryBeanMBean
public Uid getUid()
public StringBuilder toString(String prefix, StringBuilder sb)
public String remove() throws MBeanException
remove
in interface OSEntryBeanMBean
MBeanException
public String remove(boolean reprobe) throws MBeanException
MBeanException
public boolean doRemove()
Copyright © 2021 JBoss by Red Hat. All rights reserved.