Uses of Class
org.glassfish.gmbal.impl.trace.TraceRegistration
-
Packages that use TraceRegistration Package Description org.glassfish.gmbal.impl -
-
Uses of TraceRegistration in org.glassfish.gmbal.impl
Classes in org.glassfish.gmbal.impl with annotations of type TraceRegistration Modifier and Type Class Description classManagedObjectManagerImplclassMBeanSkeletonclassMBeanTreeRepresents the collection of DynamicMBeanImpls that we have registered with a ManagedObjectManager.classTypeConverterImplA ManagedEntity is one of the pre-defined Open MBean types: SimpleType, ObjectName, TabularData, or CompositeData.Methods in org.glassfish.gmbal.impl with annotations of type TraceRegistration Modifier and Type Method Description voidManagedObjectManagerImpl. addAnnotation(java.lang.reflect.AnnotatedElement element, java.lang.annotation.Annotation annotation)voidManagedObjectManagerImpl. addInheritedAnnotations(java.lang.Class<?> cls)private static java.util.Collection<AttributeDescriptor>TypeConverterImpl. analyzeManagedData(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom)voidManagedObjectManagerImpl. close()MBeanImplManagedObjectManagerImpl. constructMBean(MBeanImpl parentEntity, java.lang.Object obj, java.lang.String name)org.glassfish.pfl.basic.contain.Pair<EvaluatedClassDeclaration,EvaluatedClassAnalyzer>ManagedObjectManagerImpl. getClassAnalyzer(EvaluatedClassDeclaration cls, java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)java.util.List<InheritedAttribute>ManagedObjectManagerImpl. getInheritedAttributes(EvaluatedClassAnalyzer ca)java.lang.ObjectManagedObjectManagerImpl. getObject(javax.management.ObjectName oname)javax.management.ObjectNameManagedObjectManagerImpl. getObjectName(java.lang.Object obj)private MBeanSkeletonManagedObjectManagerImpl. getSkeleton(EvaluatedClassDeclaration cls)private static TypeConverterTypeConverterImpl. handleArrayType(EvaluatedArrayType type, ManagedObjectManagerInternal mom)private static TypeConverterTypeConverterImpl. handleClass(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom)private static TypeConverterTypeConverterImpl. handleManagedData(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md)private static TypeConverterTypeConverterImpl. handleManagedObject(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom, ManagedObject mo)private static javax.management.openmbean.CompositeTypeTypeConverterImpl. makeCompositeType(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md, java.util.Collection<AttributeDescriptor> minfos)static TypeConverterTypeConverterImpl. makeTypeConverter(EvaluatedType type, ManagedObjectManagerInternal mom)javax.management.ObjectNameMBeanTree. objectName(MBeanImpl parent, java.lang.String type, java.lang.String name)GmbalMBeanManagedObjectManagerImpl. register(java.lang.Object parent, java.lang.Object obj, java.lang.String name)GmbalMBeanMBeanTree. register(MBeanImpl parentEntity, java.lang.Object obj, MBeanImpl mb)voidManagedObjectManagerImpl. unregister(java.lang.Object obj)voidMBeanTree. unregister(java.lang.Object obj)
-