javax.jbi.management
Interface InstallerMBean


public interface InstallerMBean


Method Summary
 ObjectName getInstallerConfigurationMBean()
           
 String getInstallRoot()
           
 ObjectName install()
           
 boolean isInstalled()
           
 void uninstall()
           
 

Method Detail

getInstallRoot

String getInstallRoot()

install

ObjectName install()
                   throws JBIException
Throws:
JBIException

isInstalled

boolean isInstalled()

uninstall

void uninstall()
               throws JBIException
Throws:
JBIException

getInstallerConfigurationMBean

ObjectName getInstallerConfigurationMBean()
                                          throws JBIException
Throws:
JBIException


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