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 TypeClassDescriptionclass
class
class
Represents the collection of DynamicMBeanImpls that we have registered with a ManagedObjectManager.class
A 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 TypeMethodDescriptionvoid
ManagedObjectManagerImpl.addAnnotation
(AnnotatedElement element, Annotation annotation) void
ManagedObjectManagerImpl.addInheritedAnnotations
(Class<?> cls) private static Collection
<AttributeDescriptor> TypeConverterImpl.analyzeManagedData
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom) void
ManagedObjectManagerImpl.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 MBeanSkeleton
ManagedObjectManagerImpl.getSkeleton
(EvaluatedClassDeclaration cls) private static TypeConverter
TypeConverterImpl.handleArrayType
(EvaluatedArrayType type, ManagedObjectManagerInternal mom) private static TypeConverter
TypeConverterImpl.handleClass
(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom) private static TypeConverter
TypeConverterImpl.handleManagedData
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md) private static TypeConverter
TypeConverterImpl.handleManagedObject
(EvaluatedClassDeclaration type, ManagedObjectManagerInternal mom, ManagedObject mo) private static CompositeType
TypeConverterImpl.makeCompositeType
(EvaluatedClassDeclaration cls, ManagedObjectManagerInternal mom, ManagedData md, Collection<AttributeDescriptor> minfos) static TypeConverter
TypeConverterImpl.makeTypeConverter
(EvaluatedType type, ManagedObjectManagerInternal mom) MBeanTree.objectName
(MBeanImpl parent, String type, String name) void
ManagedObjectManagerImpl.unregister
(Object obj) void
MBeanTree.unregister
(Object obj)