|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
public class UidWrapper
Base class MBean implementation wrapper for MBeans corresponding to a Uid
| Constructor Summary | |
|---|---|
UidWrapper(ObjStoreBrowser browser,
String beantype,
String ostype,
String className,
Uid uid)
|
|
UidWrapper(Uid uid)
|
|
| Method Summary | |
|---|---|
OSEntryBean |
createMBean()
Construct an MBean to represent this ObjectStore record. |
boolean |
equals(Object o)
|
String |
getClassName()
|
OSEntryBean |
getMBean()
|
String |
getName()
|
long |
getTimestamp()
The timestamp represent the time (in milliseconds) when the bean was registered. |
String |
getType()
|
Uid |
getUid()
|
int |
hashCode()
|
void |
probe()
Refresh the management view of the whole ObjectStore |
List<UidWrapper> |
probe(String type)
|
void |
setTimestamp(long tstamp)
|
String |
toString()
|
StringBuilder |
toString(String prefix,
StringBuilder sb)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UidWrapper(Uid uid)
public UidWrapper(ObjStoreBrowser browser,
String beantype,
String ostype,
String className,
Uid uid)
| Method Detail |
|---|
public OSEntryBean getMBean()
public void probe()
public String getType()
public String getName()
public String getClassName()
public long getTimestamp()
public void setTimestamp(long tstamp)
public Uid getUid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
public StringBuilder toString(String prefix,
StringBuilder sb)
public List<UidWrapper> probe(String type)
public OSEntryBean createMBean()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||