Class UidWrapper
java.lang.Object
com.arjuna.ats.arjuna.tools.osb.mbean.UidWrapper
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
ConstructorsConstructorDescriptionUidWrapper(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
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.Construct an MBean to represent this ObjectStore record.booleanDeprecated.Deprecated.Deprecated.Deprecated.getMBean()Deprecated.getName()Deprecated.static StringDeprecated.longDeprecated.The timestamp represent the time (in milliseconds) when the bean was registered.getType()Deprecated.getUid()Deprecated.inthashCode()Deprecated.booleanDeprecated.voidprobe()Deprecated.Refresh the management view of the whole ObjectStoreDeprecated.voidsetAllowRegistration(boolean allowRegistration) Deprecated.voidDeprecated.static voidDeprecated.voidsetTimestamp(long tstamp) Deprecated.toString()Deprecated.toString(String prefix, StringBuilder sb) Deprecated.voidDeprecated.
-
Constructor Details
-
UidWrapper
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 Details
-
setRecordWrapperTypeName
Deprecated. -
getRecordWrapperTypeName
Deprecated. -
getMBean
Deprecated. -
probe
Deprecated.Refresh the management view of the whole ObjectStore- Throws:
MBeanException
-
getType
Deprecated. -
getName
Deprecated. -
setName
Deprecated. -
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
Deprecated. -
getBrowser
Deprecated. -
getBrowserMBeanName
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toString
Deprecated. -
probe
Deprecated. -
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.
-