org.apache.felix.jmood.compendium
Interface ConfigurationDelegateMBean
- All Known Implementing Classes:
- ConfigurationDelegate
public interface ConfigurationDelegateMBean
getPid
java.lang.String getPid()
throws java.lang.Exception
- Throws:
java.lang.Exception
getProperties
java.util.Hashtable getProperties()
throws java.lang.Exception
- Throws:
java.lang.Exception
update
void update(java.util.Hashtable properties)
throws java.lang.Exception
- Throws:
java.lang.Exception
delete
void delete()
throws java.lang.Exception
- Throws:
java.lang.Exception
getFactoryPid
java.lang.String getFactoryPid()
throws java.lang.Exception
- Throws:
java.lang.Exception
update
void update()
throws java.lang.Exception
- Throws:
java.lang.Exception
setBundleLocation
void setBundleLocation(java.lang.String bundleLocation)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBundleLocation
java.lang.String getBundleLocation()
throws java.lang.Exception
- Throws:
java.lang.Exception
getProperty
java.lang.String getProperty(java.lang.String key)
throws java.lang.Exception
- Throws:
java.lang.Exception
setProperty
void setProperty(java.lang.String key,
java.lang.String value,
java.lang.String type)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteProperty
void deleteProperty(java.lang.String key)
throws java.lang.Exception
- Throws:
java.lang.Exception