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 SummaryFields inherited from class org.eclipse.persistence.services.ClassSummaryDetailBaseCOMPOSITE_TYPE_DESCRIPTION, COMPOSITE_TYPE_TYPENAME, cType_, itemNames_
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.persistence.services.ClassSummaryDetailBasefrom, getCacheType, getClassName, getConfiguredSize, getCurrentSize, getParentClassName, setCacheType, setClassName, setConfiguredSize, setCurrentSize, setParentClassName, toCompositeData, toCompositeType
- 
Constructor Details- 
ClassSummaryDetailpublic 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.
 
-