@Deprecated public class ObjStoreBrowser extends Object implements ObjStoreBrowserMBean
Modifier and Type | Field and Description |
---|---|
static String |
OBJ_STORE_BROWSER_HANDLERS
Deprecated.
|
Constructor and Description |
---|
ObjStoreBrowser()
Deprecated.
|
ObjStoreBrowser(String logDir)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
canonicalType(String type)
Deprecated.
|
StringBuilder |
dump(StringBuilder sb)
Deprecated.
Dump info about all registered MBeans
|
UidWrapper |
findUid(String uid)
Deprecated.
use
findUid(com.arjuna.ats.arjuna.common.Uid) ()} instead. |
UidWrapper |
findUid(Uid uid)
Deprecated.
See if the given uid has previously been registered as an MBean
|
static HeaderStateReader |
getHeaderStateUnpacker(String type)
Deprecated.
|
void |
probe()
Deprecated.
See if any new MBeans need to be registered or if any existing MBeans no longer exist
as ObjectStore entries.
|
List<UidWrapper> |
probe(String type)
Deprecated.
Register new MBeans of the requested type (or unregister ones whose
corresponding ObjectStore entry has been removed)
|
OSBTypeHandler |
registerHandler(OSBTypeHandler handler)
Deprecated.
|
void |
setExposeAllRecordsAsMBeans(boolean exposeAllLogs)
Deprecated.
|
boolean |
setType(String osTypeClassName,
String beanTypeClassName)
Deprecated.
Tell the browser which beans to use for particular Object Store Action type
|
void |
setTypes(Map<String,String> types)
Deprecated.
|
void |
start()
Deprecated.
Initialise the MBean
|
void |
stop()
Deprecated.
Unregister all MBeans representing objects in the ObjectStore
represented by this MBean
|
void |
viewSubordinateAtomicActions(boolean enable)
Deprecated.
|
public static final String OBJ_STORE_BROWSER_HANDLERS
public ObjStoreBrowser()
public ObjStoreBrowser(String logDir)
public static HeaderStateReader getHeaderStateUnpacker(String type)
public void start()
public void stop()
@Deprecated public void setTypes(Map<String,String> types)
types
- the list of ObjectStore types that can be represented
as MBeanspublic boolean setType(String osTypeClassName, String beanTypeClassName)
osTypeClassName
- beanTypeClassName
- public OSBTypeHandler registerHandler(OSBTypeHandler handler)
handler
- specification for handling object store typespublic StringBuilder dump(StringBuilder sb)
sb
- a buffer to contain the resultpublic UidWrapper findUid(Uid uid)
uid
- the unique id representing an ObjectStore entry@Deprecated public UidWrapper findUid(String uid)
findUid(com.arjuna.ats.arjuna.common.Uid)
()} instead.uid
- the uidpublic void viewSubordinateAtomicActions(boolean enable)
viewSubordinateAtomicActions
in interface ObjStoreBrowserMBean
public void setExposeAllRecordsAsMBeans(boolean exposeAllLogs)
setExposeAllRecordsAsMBeans
in interface ObjStoreBrowserMBean
public void probe()
probe
in interface ObjStoreBrowserMBean
public List<UidWrapper> probe(String type)
type
- the ObjectStore entry typeCopyright © 2015 JBoss by Red Hat. All Rights Reserved.