Uses of Annotation Type
org.glassfish.gmbal.impl.trace.TraceRegistration
Packages that use TraceRegistration
-
Uses of TraceRegistration in org.glassfish.gmbal.impl
Classes in org.glassfish.gmbal.impl with annotations of type TraceRegistrationModifier and TypeClassDescriptionclassclassclassRepresents the collection of DynamicMBeanImpls that we have registered with a ManagedObjectManager.classA 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 TraceRegistrationModifier and TypeMethodDescriptionvoidManagedObjectManagerImpl.addAnnotation(AnnotatedElement element, Annotation annotation) voidManagedObjectManagerImpl.addInheritedAnnotations(Class<?> cls) private static Collection<AttributeDescriptor> TypeConverterImpl.analyzeManagedData(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom) voidManagedObjectManagerImpl.close()ManagedObjectManagerImpl.constructMBean(MBeanImpl parentEntity, Object obj, String name) org.glassfish.pfl.basic.contain.Pair<EvaluatedClassDeclaration, EvaluatedClassAnalyzer> ManagedObjectManagerImpl.getClassAnalyzer(EvaluatedClassDeclaration cls, Class<? extends Annotation> annotationClass) ManagedObjectManagerImpl.getInheritedAttributes(EvaluatedClassAnalyzer ca) ManagedObjectManagerImpl.getObject(ObjectName oname) ManagedObjectManagerImpl.getObjectName(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 CompositeTypeTypeConverterImpl.makeCompositeType(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md, Collection<AttributeDescriptor> minfos) static TypeConverterTypeConverterImpl.makeTypeConverter(EvaluatedType type, ManagedObjectManagerInternal mom) MBeanTree.objectName(MBeanImpl parent, String type, String name) voidManagedObjectManagerImpl.unregister(Object obj) voidMBeanTree.unregister(Object obj)