Modifier and Type | Field and Description |
---|---|
private static final String | |
private static final String | |
private final LockInfo | |
private static final CompositeType | |
private static final long |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
pack-priv static CompositeType | |
protected CompositeData | getCompositeData()
Implements abstract sun. Returns the CompositeData representing this object. |
public LockInfo | |
public static CompositeData | |
public static LockInfo |
CLASS_NAME | back to summary |
---|---|
private static final String CLASS_NAME |
IDENTITY_HASH_CODE | back to summary |
---|---|
private static final String IDENTITY_HASH_CODE |
lock | back to summary |
---|---|
private final LockInfo lock
|
LOCK_INFO_COMPOSITE_TYPE | back to summary |
---|---|
private static final CompositeType LOCK_INFO_COMPOSITE_TYPE |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
LockInfoCompositeData | back to summary |
---|---|
private LockInfoCompositeData(LockInfo li) |
compositeType | back to summary |
---|---|
pack-priv static CompositeType compositeType() |
getCompositeData | back to summary |
---|---|
protected CompositeData getCompositeData() Implements abstract sun. Doc from sun. Returns the CompositeData representing this object. The returned CompositeData object must be an instance of javax.management.openmbean.CompositeDataSupport class so that no implementation specific class is required for unmarshalling besides JMX 1.2 classes. |
getLockInfo | back to summary |
---|---|
public LockInfo getLockInfo() |
toCompositeData | back to summary |
---|---|
public static CompositeData toCompositeData(LockInfo li) |
toLockInfo | back to summary |
---|---|
public static LockInfo toLockInfo(CompositeData cd) |