1 8 9 package test.javax.management.relation; 10 11 import javax.management.ObjectName ; 12 import javax.management.relation.InvalidRoleValueException ; 13 import javax.management.relation.RelationSupport ; 14 import javax.management.relation.RoleList ; 15 16 19 public class SimpleRelationTestSupport extends RelationSupport  20 { 21 public SimpleRelationTestSupport(String relationId, ObjectName relationServiceName, String relationTypeName, 22 RoleList roleList) throws InvalidRoleValueException , IllegalArgumentException  23 { 24 super(relationId, relationServiceName, relationTypeName, roleList); 25 } 26 } 27 | Popular Tags |