|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.services.ClassSummaryDetailBase
public abstract class ClassSummaryDetailBase
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
Constructor Summary | |
---|---|
ClassSummaryDetailBase(String className,
String cacheType,
String configuredSize,
String currentSize,
String parentClassName)
Construct a ClassSummaryDetail instance. |
Method Summary | |
---|---|
static ClassSummaryDetail |
from(CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance |
String |
getCacheType()
|
String |
getClassName()
|
String |
getConfiguredSize()
|
String |
getCurrentSize()
|
String |
getParentClassName()
|
void |
setCacheType(String cacheType)
|
void |
setClassName(String className)
|
void |
setConfiguredSize(String configuredSize)
|
void |
setCurrentSize(String currentSize)
|
void |
setParentClassName(String parentClassName)
|
CompositeData |
toCompositeData(CompositeType ct)
Convert an instance of this model specific type to a CompositeData. |
static CompositeType |
toCompositeType()
Returns the CompositeType that describes this model specific class |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassSummaryDetailBase(String className, String cacheType, String configuredSize, String currentSize, String parentClassName)
Method Detail |
---|
public static CompositeType toCompositeType()
public static ClassSummaryDetail from(CompositeData cd)
public CompositeData toCompositeData(CompositeType ct)
ct
- - This parameter is for JDK 1.6 compatibility reasonspublic String getClassName()
public String getCacheType()
public String getConfiguredSize()
public String getCurrentSize()
public String getParentClassName()
public void setClassName(String className)
public void setCacheType(String cacheType)
public void setConfiguredSize(String configuredSize)
public void setCurrentSize(String currentSize)
public void setParentClassName(String parentClassName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |