Uses of Class
org.eclipse.persistence.services.ClassSummaryDetailBase
-
-
Uses of ClassSummaryDetailBase in org.eclipse.persistence.services
Methods in org.eclipse.persistence.services that return types with arguments of type ClassSummaryDetailBase Modifier and Type Method Description List<ClassSummaryDetailBase>RuntimeServices. getClassSummaryDetailsArray()Provide a list of instance of ClassSummaryDetail containing information about all classes in the session.List<ClassSummaryDetailBase>RuntimeServices. getClassSummaryDetailsUsingFilterArray(String filter)Provide a list of instance of ClassSummaryDetail containing information about the classes in the session whose class names match the provided filter. -
Uses of ClassSummaryDetailBase in org.eclipse.persistence.services.glassfish
Subclasses of ClassSummaryDetailBase in org.eclipse.persistence.services.glassfish Modifier and Type Class Description classClassSummaryDetailThe 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. -
Uses of ClassSummaryDetailBase in org.eclipse.persistence.services.jboss
Subclasses of ClassSummaryDetailBase in org.eclipse.persistence.services.jboss Modifier and Type Class Description classClassSummaryDetailThe 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. -
Uses of ClassSummaryDetailBase in org.eclipse.persistence.services.mbean
Methods in org.eclipse.persistence.services.mbean that return types with arguments of type ClassSummaryDetailBase Modifier and Type Method Description List<ClassSummaryDetailBase>MBeanRuntimeServicesMBean. getClassSummaryDetailsArray()Provide a list of instance of ClassSummaryDetail containing information about all classes in the session.List<ClassSummaryDetailBase>MBeanRuntimeServicesMBean. getClassSummaryDetailsUsingFilterArray(String filter)Provide a list of instance of ClassSummaryDetail containing information about the classes in the session whose class names match the provided filter. -
Uses of ClassSummaryDetailBase in org.eclipse.persistence.services.weblogic
Subclasses of ClassSummaryDetailBase in org.eclipse.persistence.services.weblogic Modifier and Type Class Description classClassSummaryDetailThe 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. -
Uses of ClassSummaryDetailBase in org.eclipse.persistence.services.websphere
Subclasses of ClassSummaryDetailBase in org.eclipse.persistence.services.websphere Modifier and Type Class Description classClassSummaryDetailThe 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.
-