Class ClassSummaryDetail

java.lang.Object
org.eclipse.persistence.services.ClassSummaryDetailBase
org.eclipse.persistence.services.websphere.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.
  • 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.