Searched refs:AMX (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXMetadata.java36 import com.sun.org.glassfish.external.amx.AMX ;
59 @DescriptorKey( AMX.DESC_IS_SINGLETON )
66 @DescriptorKey( AMX.DESC_GROUP )
73 @DescriptorKey( AMX.DESC_SUB_TYPES )
79 @DescriptorKey( AMX.DESC_GENERIC_INTERFACE_NAME )
88 @DescriptorKey( AMX.DESC_STD_IMMUTABLE_INFO )
95 @DescriptorKey( AMX.DESC_STD_INTERFACE_NAME )
H A DAMXMBeanInterface.java31 import com.sun.org.glassfish.external.amx.AMX;
44 @Description( "Base interface for any MBean that works in the AMX framework" )
55 @ManagedAttribute( id=AMX.ATTR_NAME )
62 @ManagedAttribute( id=AMX.ATTR_PARENT )
72 @ManagedAttribute( id=AMX.ATTR_CHILDREN )
73 @Description( "All children of this AMX MBean")
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/amx/
H A DAMX.java30 Constants reflecting the AMX specification.
33 public final class AMX class
35 private AMX() method in class:AMX
67 /** Prefix for AMX descriptor fields */
70 /** Prefix for AMX notification types */
85 Descriptor value: The generic AMX interface to be used if the class found in {@link #DESC_STD_INTERFACE_NAME}
98 Descriptor value: whether the MBean is a global singleton eg whether in the AMX domain
123 Group value indicating that the AMX is a configuration MBean.
127 Group value indicating that the AMX represents a monitoring MBean.
131 Group value indicating that the AMX i
[all...]
H A DAMXGlassfish.java37 * AMX behavior specific to Glassfish V3.
65 /** JMX domain used by AMX MBeans.
67 * All MBeans in this domain must be AMX-compliant, see http://tinyurl.com/nryoqp =
75 /** JMX domain used by AMX support MBeans. Private use only */
93 /** return the ObjectName of the AMX DomainRoot MBean */
116 /** Make a new AMX ObjectName with unchecked exception.
129 String props = prop(AMX.PARENT_PATH_KEY, pp) + "," + prop(AMX.TYPE_KEY, type);
131 props = props + "," + prop(AMX.NAME_KEY, name);
137 /** Make a new ObjectName for AMX domai
[all...]
H A DMBeanListener.java38 import static com.sun.org.glassfish.external.amx.AMX.*;
252 // query for AMX MBeans of the requisite type

Completed in 43 milliseconds