|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.jbi.component.runtime.ComponentInstaller
public class ComponentInstaller
This is a default implemenation of the Bootstrap interface. The component implemenation can extend this class and implement component specific installation such as configuration and creation of of the resources.
javax.jbi.Bootstrap
Constructor Summary | |
---|---|
ComponentInstaller()
Constructor to create the ComponentInstaller. |
Method Summary | |
---|---|
void |
cleanUp()
default noop implementation of the cleanup. |
ObjectName |
getExtensionMBeanName()
default implemenation that does not have extension mbean return null. |
void |
init(javax.jbi.component.InstallationContext installContext)
Initializes the installation environment for a component. |
void |
onInstall()
Default implemenation: just logs the method call. |
void |
onUninstall()
Default implemenation: just logs the method call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentInstaller()
Method Detail |
---|
public void cleanUp() throws javax.jbi.JBIException
cleanUp
in interface javax.jbi.component.Bootstrap
javax.jbi.JBIException
Bootstrap.cleanUp()
public void init(javax.jbi.component.InstallationContext installContext) throws javax.jbi.JBIException
init
in interface javax.jbi.component.Bootstrap
javax.jbi.JBIException
Bootstrap.init(javax.jbi.component.InstallationContext)
public ObjectName getExtensionMBeanName()
getExtensionMBeanName
in interface javax.jbi.component.Bootstrap
Bootstrap.getExtensionMBeanName()
public void onInstall() throws javax.jbi.JBIException
onInstall
in interface javax.jbi.component.Bootstrap
javax.jbi.JBIException
Bootstrap.onInstall()
public void onUninstall() throws javax.jbi.JBIException
onUninstall
in interface javax.jbi.component.Bootstrap
javax.jbi.JBIException
Bootstrap.onUninstall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |