org.apache.felix.jmood.compendium
Interface ConfigurationDelegateMBean

All Known Implementing Classes:
ConfigurationDelegate

public interface ConfigurationDelegateMBean


Method Summary
 void delete()
           
 void deleteProperty(String key)
           
 String getBundleLocation()
           
 String getFactoryPid()
           
 String getPid()
           
 Hashtable getProperties()
           
 String getProperty(String key)
           
 void setBundleLocation(String bundleLocation)
           
 void setProperty(String key, String value, String type)
           
 void update()
           
 void update(Hashtable properties)
           
 

Method Detail

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 © 2006-2011 Apache Software Foundation. All Rights Reserved.