1 23 24 29 30 package com.sun.enterprise.admin.dottedname; 31 32 import java.util.Set ; 33 import javax.management.ObjectName ; 34 35 36 37 40 public interface DottedNameRegistry extends DottedNameQuery 41 { 42 54 void add( String dottedName, ObjectName objectName ); 55 56 62 void remove( String dottedName ); 63 64 70 void remove( ObjectName objectName ); 71 } 72 73 | Popular Tags |