|
||||||||||
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
Exception
listConfigurations(java.lang.String)
String getConfiguration(String pid) throws Exception
Exception
getConfiguration(java.lang.String)
String getConfiguration(String pid, String location) throws Exception
pid
- Persistent IDlocation
- Bundle location of the service
Exception
getConfiguration(java.lang.String, java.lang.String)
String createFactoryConfiguration(String pid) throws Exception
Exception
createFactoryConfiguration(java.lang.String)
String createFactoryConfiguration(String pid, String location) throws Exception
Exception
createFactoryConfiguration(java.lang.String, java.lang.String)
void deleteConfigurations(String filter) throws Exception
filter
- LDAP String representing the configurations that want to be deleted
Exception
deleteConfigurations(java.lang.String)
void removePropertyFromConfigurations(String filter, String name) throws Exception
Exception
removePropertyFromConfigurations(java.lang.String, java.lang.String)
void addPropertyToConfigurations(String filter, String name, String value, String type) throws Exception
Exception
addPropertyToConfigurations(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 |