Class ClassSummaryDetail
java.lang.Object
org.eclipse.persistence.services.ClassSummaryDetailBase
org.eclipse.persistence.services.jboss.ClassSummaryDetail
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.
-
Field Summary
Fields inherited from class org.eclipse.persistence.services.ClassSummaryDetailBase
COMPOSITE_TYPE_DESCRIPTION, COMPOSITE_TYPE_TYPENAME, cType_, itemNames_
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.services.ClassSummaryDetailBase
from, getCacheType, getClassName, getConfiguredSize, getCurrentSize, getParentClassName, setCacheType, setClassName, setConfiguredSize, setCurrentSize, setParentClassName, toCompositeData, toCompositeType
-
Constructor Details
-
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.
-