| Package | Description |
|---|---|
| com.sun.jbi |
Provides implementation-specific interfaces for the runtime framework of the
JSR208 Reference Implementation in the JavaTM
programming language.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
ComponentManager.loadBootstrap(InstallationContext installContext,
String bootClassName,
List bootClassPathElements,
List sharedLibraryList,
boolean force)
Load a component's bootstrap into the JBI framework.
|
void |
ComponentManager.upgradeComponent(InstallationContext installContext,
String bootClassName,
List<String> bootClassPathElements,
List<String> sharedLibraryList)
Upgrade an installed component.
|
boolean |
ComponentManager.validateComponentForUpgrade(InstallationContext installContext,
String bootClassName,
List<String> bootClassPathElements,
List<String> sharedLibraryList)
Validate a component for upgrade.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.