Class UidWrapper
- java.lang.Object
-
- com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
-
@Deprecated public class UidWrapper extends Object
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.
-
-
Constructor Summary
Constructors Constructor Description UidWrapper(Uid uid)Deprecated.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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcreateAndRegisterMBean()Deprecated.OSEntryBeancreateMBean()Deprecated.Construct an MBean to represent this ObjectStore record.booleanequals(Object o)Deprecated.ObjStoreBrowsergetBrowser()Deprecated.StringgetBrowserMBeanName()Deprecated.StringgetClassName()Deprecated.OSEntryBeangetMBean()Deprecated.StringgetName()Deprecated.static StringgetRecordWrapperTypeName()Deprecated.longgetTimestamp()Deprecated.The timestamp represent the time (in milliseconds) when the bean was registered.StringgetType()Deprecated.UidgetUid()Deprecated.inthashCode()Deprecated.booleanisAllowRegistration()Deprecated.voidprobe()Deprecated.Refresh the management view of the whole ObjectStoreList<UidWrapper>probe(String type)Deprecated.voidsetAllowRegistration(boolean allowRegistration)Deprecated.voidsetName(String name)Deprecated.static voidsetRecordWrapperTypeName(String name)Deprecated.voidsetTimestamp(long tstamp)Deprecated.StringtoString()Deprecated.StringBuildertoString(String prefix, StringBuilder sb)Deprecated.voidunregister()Deprecated.
-
-
-
Constructor Detail
-
UidWrapper
public UidWrapper(Uid uid)
Deprecated.
-
UidWrapper
public UidWrapper(ObjStoreBrowser browser, String beantype, String ostype, String className, Uid uid)
Deprecated.
-
UidWrapper
public UidWrapper(ObjStoreBrowser browser, String beantype, String ostype, String className, Uid uid, boolean allowRegistration)
Deprecated.
-
-
Method Detail
-
setRecordWrapperTypeName
public static void setRecordWrapperTypeName(String name)
Deprecated.
-
getRecordWrapperTypeName
public static String getRecordWrapperTypeName()
Deprecated.
-
getMBean
public OSEntryBean getMBean()
Deprecated.
-
probe
public void probe() throws MBeanExceptionDeprecated.Refresh the management view of the whole ObjectStore- Throws:
MBeanException
-
getType
public String getType()
Deprecated.
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getClassName
public String getClassName()
Deprecated.
-
unregister
public void unregister()
Deprecated.
-
getTimestamp
public long getTimestamp()
Deprecated.The timestamp represent the time (in milliseconds) when the bean was registered. It is used for deciding when a bean needs unregistering.- Returns:
- the timestamp
-
setTimestamp
public void setTimestamp(long tstamp)
Deprecated.
-
getUid
public Uid getUid()
Deprecated.
-
getBrowser
public ObjStoreBrowser getBrowser()
Deprecated.
-
getBrowserMBeanName
public String getBrowserMBeanName()
Deprecated.
-
toString
public StringBuilder toString(String prefix, StringBuilder sb)
Deprecated.
-
probe
public List<UidWrapper> probe(String type)
Deprecated.
-
createMBean
public OSEntryBean createMBean()
Deprecated.Construct an MBean to represent this ObjectStore record. The bean type used for construct the MBean is provided in the configuration of the @see ObjStoreBrowser- Returns:
- the mbean representation
-
createAndRegisterMBean
public void createAndRegisterMBean()
Deprecated.
-
isAllowRegistration
public boolean isAllowRegistration()
Deprecated.
-
setAllowRegistration
public void setAllowRegistration(boolean allowRegistration)
Deprecated.
-
-