Package | Description |
---|---|
org.ow2.petals.microkernel.api.container | |
org.ow2.petals.microkernel.api.container.exception |
Modifier and Type | Method and Description |
---|---|
ComponentLifeCycle |
ContainerService.createComponentLifeCycle(org.ow2.petals.jbi.descriptor.original.generated.Component componentDescription)
Create a JBI component life cycle and its associated Fractal component, from its component description, and then
starts it.
|
Installer |
ContainerService.createInstaller(org.ow2.petals.jbi.descriptor.original.generated.Component componentDescription)
Create a JBI component installer and its associated Fractal component, from its component description, and then
starts it.
|
ServiceAssemblyLifeCycle |
ContainerService.createServiceAssemblyLifeCycle(org.ow2.petals.jbi.descriptor.original.generated.ServiceAssembly sa)
Create a JBI service assembly life cycle and its associated Fractal component, from its description, and then
starts it
|
SharedLibraryLifeCycle |
ContainerService.createSharedLibraryLifeCycle(org.ow2.petals.jbi.descriptor.original.generated.Jbi.SharedLibrary sl)
Create a JBI shared library life cycle and its associated Fractal component, from its description, and then
starts it.
|
ObjectName |
ContainerService.registerComponentLifeCycleMBean(String name)
Register the MBean of a JBI component life cycle
|
ObjectName |
ContainerService.registerInstallerMBean(String name)
Register the MBean of a JBI component installer
|
void |
ContainerService.unregisterComponentLifeCycleMBean(String name)
Unregister the MBean of a JBI component life cycle
|
void |
ContainerService.unregisterInstallerMBean(String name)
Unregister the MBean of the a JBI component installer
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentLifecycleNotFoundException
The JBI component life cycle was not found
|
class |
InstallerNotFoundException
The JBI component installer was not found
|
class |
ServiceAssemblyLifecycleNotFoundException
The JBI service assembly life cycle was not found
|
class |
SharedLibraryLifecycleNotFoundException
The JBI shared library life cycle was not found
|
Copyright © 2005-2016 Linagora. All Rights Reserved.