org.apache.felix.jmood.compendium
Interface ConfigurationDelegateMBean
- All Known Implementing Classes:
- ConfigurationDelegate
public interface ConfigurationDelegateMBean
getPid
String getPid()
throws Exception
- Throws:
Exception
getProperties
Hashtable getProperties()
throws Exception
- Throws:
Exception
update
void update(Hashtable properties)
throws Exception
- Throws:
Exception
delete
void delete()
throws Exception
- Throws:
Exception
getFactoryPid
String getFactoryPid()
throws Exception
- Throws:
Exception
update
void update()
throws Exception
- Throws:
Exception
setBundleLocation
void setBundleLocation(String bundleLocation)
throws Exception
- Throws:
Exception
getBundleLocation
String getBundleLocation()
throws Exception
- Throws:
Exception
getProperty
String getProperty(String key)
throws Exception
- Throws:
Exception
setProperty
void setProperty(String key,
String value,
String type)
throws Exception
- Throws:
Exception
deleteProperty
void deleteProperty(String key)
throws Exception
- Throws:
Exception
Copyright © 2011 Apache Software Foundation. All Rights Reserved.