cosmic-internal-jdk
Version:
KingScript: JDK1.8
73 lines (72 loc) • 6.02 kB
JavaScript
export const Attribute = $.type("javax.management.Attribute");
export const AttributeChangeNotification = $.type("javax.management.AttributeChangeNotification");
export const AttributeChangeNotificationFilter = $.type("javax.management.AttributeChangeNotificationFilter");
export const AttributeList = $.type("javax.management.AttributeList");
export const AttributeNotFoundException = $.type("javax.management.AttributeNotFoundException");
export const AttributeValueExp = $.type("javax.management.AttributeValueExp");
export const BadAttributeValueExpException = $.type("javax.management.BadAttributeValueExpException");
export const BadBinaryOpValueExpException = $.type("javax.management.BadBinaryOpValueExpException");
export const BadStringOperationException = $.type("javax.management.BadStringOperationException");
export const DefaultLoaderRepository = $.type("javax.management.DefaultLoaderRepository");
export const Descriptor = $.type("javax.management.Descriptor");
export const DescriptorAccess = $.type("javax.management.DescriptorAccess");
export const DescriptorKey = $.type("javax.management.DescriptorKey");
export const DescriptorRead = $.type("javax.management.DescriptorRead");
export const DynamicMBean = $.type("javax.management.DynamicMBean");
export const ImmutableDescriptor = $.type("javax.management.ImmutableDescriptor");
export const InstanceAlreadyExistsException = $.type("javax.management.InstanceAlreadyExistsException");
export const InstanceNotFoundException = $.type("javax.management.InstanceNotFoundException");
export const IntrospectionException = $.type("javax.management.IntrospectionException");
export const InvalidApplicationException = $.type("javax.management.InvalidApplicationException");
export const InvalidAttributeValueException = $.type("javax.management.InvalidAttributeValueException");
export const JMException = $.type("javax.management.JMException");
export const JMRuntimeException = $.type("javax.management.JMRuntimeException");
export const JMX = $.type("javax.management.JMX");
export const ListenerNotFoundException = $.type("javax.management.ListenerNotFoundException");
export const MBeanAttributeInfo = $.type("javax.management.MBeanAttributeInfo");
export const MBeanConstructorInfo = $.type("javax.management.MBeanConstructorInfo");
export const MBeanException = $.type("javax.management.MBeanException");
export const MBeanFeatureInfo = $.type("javax.management.MBeanFeatureInfo");
export const MBeanInfo = $.type("javax.management.MBeanInfo");
export const MBeanNotificationInfo = $.type("javax.management.MBeanNotificationInfo");
export const MBeanOperationInfo = $.type("javax.management.MBeanOperationInfo");
export const MBeanParameterInfo = $.type("javax.management.MBeanParameterInfo");
export const MBeanPermission = $.type("javax.management.MBeanPermission");
export const MBeanRegistration = $.type("javax.management.MBeanRegistration");
export const MBeanRegistrationException = $.type("javax.management.MBeanRegistrationException");
export const MBeanServer = $.type("javax.management.MBeanServer");
export const MBeanServerBuilder = $.type("javax.management.MBeanServerBuilder");
export const MBeanServerConnection = $.type("javax.management.MBeanServerConnection");
export const MBeanServerDelegate = $.type("javax.management.MBeanServerDelegate");
export const MBeanServerDelegateMBean = $.type("javax.management.MBeanServerDelegateMBean");
export const MBeanServerFactory = $.type("javax.management.MBeanServerFactory");
export const MBeanServerInvocationHandler = $.type("javax.management.MBeanServerInvocationHandler");
export const MBeanServerNotification = $.type("javax.management.MBeanServerNotification");
export const MBeanServerPermission = $.type("javax.management.MBeanServerPermission");
export const MBeanTrustPermission = $.type("javax.management.MBeanTrustPermission");
export const MXBean = $.type("javax.management.MXBean");
export const MalformedObjectNameException = $.type("javax.management.MalformedObjectNameException");
export const NotCompliantMBeanException = $.type("javax.management.NotCompliantMBeanException");
export const Notification = $.type("javax.management.Notification");
export const NotificationBroadcaster = $.type("javax.management.NotificationBroadcaster");
export const NotificationBroadcasterSupport = $.type("javax.management.NotificationBroadcasterSupport");
export const NotificationEmitter = $.type("javax.management.NotificationEmitter");
export const NotificationFilter = $.type("javax.management.NotificationFilter");
export const NotificationFilterSupport = $.type("javax.management.NotificationFilterSupport");
export const NotificationListener = $.type("javax.management.NotificationListener");
export const ObjectInstance = $.type("javax.management.ObjectInstance");
export const ObjectName = $.type("javax.management.ObjectName");
export const OperationsException = $.type("javax.management.OperationsException");
export const PersistentMBean = $.type("javax.management.PersistentMBean");
export const Query = $.type("javax.management.Query");
export const QueryEval = $.type("javax.management.QueryEval");
export const QueryExp = $.type("javax.management.QueryExp");
export const ReflectionException = $.type("javax.management.ReflectionException");
export const RuntimeErrorException = $.type("javax.management.RuntimeErrorException");
export const RuntimeMBeanException = $.type("javax.management.RuntimeMBeanException");
export const RuntimeOperationsException = $.type("javax.management.RuntimeOperationsException");
export const ServiceNotFoundException = $.type("javax.management.ServiceNotFoundException");
export const StandardEmitterMBean = $.type("javax.management.StandardEmitterMBean");
export const StandardMBean = $.type("javax.management.StandardMBean");
export const StringValueExp = $.type("javax.management.StringValueExp");
export const ValueExp = $.type("javax.management.ValueExp");