@Deprecated public class UidWrapper extends Object
Constructor and Description |
---|
UidWrapper(ObjStoreBrowser browser,
String beantype,
String ostype,
String className,
Uid uid)
Deprecated.
|
UidWrapper(ObjStoreBrowser browser,
String beantype,
String ostype,
String className,
Uid uid,
boolean allowRegistration)
Deprecated.
|
UidWrapper(Uid uid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
createAndRegisterMBean()
Deprecated.
|
OSEntryBean |
createMBean()
Deprecated.
Construct an MBean to represent this ObjectStore record.
|
boolean |
equals(Object o)
Deprecated.
|
ObjStoreBrowser |
getBrowser()
Deprecated.
|
String |
getClassName()
Deprecated.
|
OSEntryBean |
getMBean()
Deprecated.
|
String |
getName()
Deprecated.
|
static String |
getRecordWrapperTypeName()
Deprecated.
|
long |
getTimestamp()
Deprecated.
The timestamp represent the time (in milliseconds) when the bean was registered.
|
String |
getType()
Deprecated.
|
Uid |
getUid()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isAllowRegistration()
Deprecated.
|
void |
probe()
Deprecated.
Refresh the management view of the whole ObjectStore
|
List<UidWrapper> |
probe(String type)
Deprecated.
|
void |
setAllowRegistration(boolean allowRegistration)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
static void |
setRecordWrapperTypeName(String name)
Deprecated.
|
void |
setTimestamp(long tstamp)
Deprecated.
|
String |
toString()
Deprecated.
|
StringBuilder |
toString(String prefix,
StringBuilder sb)
Deprecated.
|
void |
unregister()
Deprecated.
|
public UidWrapper(Uid uid)
public UidWrapper(ObjStoreBrowser browser, String beantype, String ostype, String className, Uid uid)
public UidWrapper(ObjStoreBrowser browser, String beantype, String ostype, String className, Uid uid, boolean allowRegistration)
public static void setRecordWrapperTypeName(String name)
public static String getRecordWrapperTypeName()
public OSEntryBean getMBean()
public void probe() throws MBeanException
MBeanException
public String getType()
public String getName()
public void setName(String name)
public String getClassName()
public void unregister()
public long getTimestamp()
public void setTimestamp(long tstamp)
public Uid getUid()
public ObjStoreBrowser getBrowser()
public StringBuilder toString(String prefix, StringBuilder sb)
public List<UidWrapper> probe(String type)
public OSEntryBean createMBean()
public void createAndRegisterMBean()
public boolean isAllowRegistration()
public void setAllowRegistration(boolean allowRegistration)
Copyright © 2021 JBoss by Red Hat. All rights reserved.