org.eclipse.persistence.services.weblogic
Class ClassSummaryDetail
java.lang.Object
org.eclipse.persistence.services.ClassSummaryDetailBase
org.eclipse.persistence.services.weblogic.ClassSummaryDetail
public class ClassSummaryDetail
- extends 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.
Methods inherited from class org.eclipse.persistence.services.ClassSummaryDetailBase |
from, getCacheType, getClassName, getConfiguredSize, getCurrentSize, getParentClassName, setCacheType, setClassName, setConfiguredSize, setCurrentSize, setParentClassName, toCompositeData, toCompositeType |
ClassSummaryDetail
public ClassSummaryDetail(String className,
String cacheType,
String configuredSize,
String currentSize,
String parentClassName)
- Construct a ClassSummaryDetail instance. The PropertyNames annotation is used
to be able to construct a ClassSummaryDetail instance out of a CompositeData
instance. See MXBeans documentation for more details.