javax.jbi.management
Interface InstallerMBean


public interface InstallerMBean


Method Summary
 javax.management.ObjectName getInstallerConfigurationMBean()
           
 java.lang.String getInstallRoot()
           
 javax.management.ObjectName install()
           
 boolean isInstalled()
           
 void uninstall()
           
 

Method Detail

getInstallRoot

java.lang.String getInstallRoot()

install

javax.management.ObjectName install()
                                    throws JBIException
Throws:
JBIException

isInstalled

boolean isInstalled()

uninstall

void uninstall()
               throws JBIException
Throws:
JBIException

getInstallerConfigurationMBean

javax.management.ObjectName getInstallerConfigurationMBean()
                                                           throws JBIException
Throws:
JBIException


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.