|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigAdminManagerMBean
| Method Summary | |
|---|---|
void |
addPropertyToConfigurations(String filter,
String name,
String value,
String type)
Updates or adds a property to configurations selected by an LDAP expression Arrays and vectors not supported |
String |
createFactoryConfiguration(String pid)
|
String |
createFactoryConfiguration(String pid,
String location)
|
void |
deleteConfigurations(String filter)
Delete the configurations identified by the LDAP filter |
String |
getConfiguration(String pid)
|
String |
getConfiguration(String pid,
String location)
This method gets a configuration object related to a pid and a bundle location |
boolean |
isAvailable()
|
String[] |
listConfigurations(String filter)
|
void |
refresh()
|
void |
removePropertyFromConfigurations(String filter,
String name)
Removes a property from all the configurations selected by an LDAP expression |
| Method Detail |
|---|
String[] listConfigurations(String filter)
throws Exception
ExceptionlistConfigurations(java.lang.String)
String getConfiguration(String pid)
throws Exception
ExceptiongetConfiguration(java.lang.String)
String getConfiguration(String pid,
String location)
throws Exception
pid - Persistent IDlocation - Bundle location of the service
ExceptiongetConfiguration(java.lang.String, java.lang.String)
String createFactoryConfiguration(String pid)
throws Exception
ExceptioncreateFactoryConfiguration(java.lang.String)
String createFactoryConfiguration(String pid,
String location)
throws Exception
ExceptioncreateFactoryConfiguration(java.lang.String, java.lang.String)
void deleteConfigurations(String filter)
throws Exception
filter - LDAP String representing the configurations that want to be deleted
ExceptiondeleteConfigurations(java.lang.String)
void removePropertyFromConfigurations(String filter,
String name)
throws Exception
ExceptionremovePropertyFromConfigurations(java.lang.String, java.lang.String)
void addPropertyToConfigurations(String filter,
String name,
String value,
String type)
throws Exception
ExceptionaddPropertyToConfigurations(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
void refresh()
throws Exception
Exception
boolean isAvailable()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||