Uses of Class
org.glassfish.gmbal.impl.MBeanSkeleton.DescriptorType
-
Packages that use MBeanSkeleton.DescriptorType Package Description org.glassfish.gmbal.impl -
-
Uses of MBeanSkeleton.DescriptorType in org.glassfish.gmbal.impl
Methods in org.glassfish.gmbal.impl that return MBeanSkeleton.DescriptorType Modifier and Type Method Description static MBeanSkeleton.DescriptorType
MBeanSkeleton.DescriptorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MBeanSkeleton.DescriptorType[]
MBeanSkeleton.DescriptorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.gmbal.impl with parameters of type MBeanSkeleton.DescriptorType Modifier and Type Method Description (package private) javax.management.Descriptor
MBeanSkeleton. makeValidDescriptor(javax.management.Descriptor desc, MBeanSkeleton.DescriptorType dtype, java.lang.String dname)
-