1 25 package org.objectweb.carol.util.configuration; 26 27 import java.util.List ; 28 29 import javax.naming.NamingException ; 30 31 36 public interface ProtocolConfigurationImplMBean { 37 38 42 String getProviderURL(); 43 44 49 String getInitialContextFactoryClassName(); 50 51 56 List getNames() throws NamingException ; 57 58 61 String getName(); 62 63 64 67 String getobjectName(); 68 69 70 74 void setobjectName(String name); 75 76 79 boolean iseventProvider(); 80 81 85 boolean isstateManageable(); 86 87 91 boolean isstatisticsProvider(); 92 93 94 } 95 | Popular Tags |