cosmic-internal-jdk
Version:
KingScript: JDK1.8
28 lines (27 loc) • 2.52 kB
JavaScript
export const InvalidRelationIdException = $.type("javax.management.relation.InvalidRelationIdException");
export const InvalidRelationServiceException = $.type("javax.management.relation.InvalidRelationServiceException");
export const InvalidRelationTypeException = $.type("javax.management.relation.InvalidRelationTypeException");
export const InvalidRoleInfoException = $.type("javax.management.relation.InvalidRoleInfoException");
export const InvalidRoleValueException = $.type("javax.management.relation.InvalidRoleValueException");
export const MBeanServerNotificationFilter = $.type("javax.management.relation.MBeanServerNotificationFilter");
export const Relation = $.type("javax.management.relation.Relation");
export const RelationException = $.type("javax.management.relation.RelationException");
export const RelationNotFoundException = $.type("javax.management.relation.RelationNotFoundException");
export const RelationNotification = $.type("javax.management.relation.RelationNotification");
export const RelationService = $.type("javax.management.relation.RelationService");
export const RelationServiceMBean = $.type("javax.management.relation.RelationServiceMBean");
export const RelationServiceNotRegisteredException = $.type("javax.management.relation.RelationServiceNotRegisteredException");
export const RelationSupport = $.type("javax.management.relation.RelationSupport");
export const RelationSupportMBean = $.type("javax.management.relation.RelationSupportMBean");
export const RelationType = $.type("javax.management.relation.RelationType");
export const RelationTypeNotFoundException = $.type("javax.management.relation.RelationTypeNotFoundException");
export const RelationTypeSupport = $.type("javax.management.relation.RelationTypeSupport");
export const Role = $.type("javax.management.relation.Role");
export const RoleInfo = $.type("javax.management.relation.RoleInfo");
export const RoleInfoNotFoundException = $.type("javax.management.relation.RoleInfoNotFoundException");
export const RoleList = $.type("javax.management.relation.RoleList");
export const RoleNotFoundException = $.type("javax.management.relation.RoleNotFoundException");
export const RoleResult = $.type("javax.management.relation.RoleResult");
export const RoleStatus = $.type("javax.management.relation.RoleStatus");
export const RoleUnresolved = $.type("javax.management.relation.RoleUnresolved");
export const RoleUnresolvedList = $.type("javax.management.relation.RoleUnresolvedList");