Package | Description |
---|---|
com.opencloud.rhino.management.deployment |
Modifier and Type | Method and Description |
---|---|
InstallLevel |
LinkedComponentDescriptorExtensions.getInstallLevel()
Get the current install level of the linked component.
|
InstallLevel |
ComponentDescriptorExtensions.getInstallLevel()
Get the current install level of the component.
|
static InstallLevel |
InstallLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallLevel[] |
InstallLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<ComponentID,InstallLevel> |
DeploymentMBean.getComponentInstallLevels(DeployableUnitID id)
Returns the InstallLevel of the components in the specified deployable unit.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentMBean.copyComponent(ComponentID source,
ComponentID target,
InstallLevel installLevel)
Create a new component as a copy of an existing component.
|
boolean |
InstallLevel.implies(InstallLevel installLevel)
Determine if this install level implies the specified install level has been reached or passed.
|
DeployableUnitID |
DeploymentMBean.install(DeployableType deployableType,
String url,
byte[] content,
InstallLevel installLevel)
Install a deployable unit file into the SLEE.
|
DeployableUnitID |
DeploymentMBean.install(DeployableType deployableType,
String url,
byte[] content,
InstallLevel installLevel,
boolean assignBundlePrefixes)
Install a deployable unit file into the SLEE.
|
DeployableUnitID |
DeploymentMBean.install(DeployableType deployableType,
String url,
InstallLevel installLevel)
Install a deployable unit file into the SLEE.
|
Constructor and Description |
---|
ComponentDescriptorExtensions(SleeVersion version,
byte[] checksum,
Properties manifestAttrs,
InstallLevel installLevel,
ComponentID[] copies,
ComponentID copySource,
ComponentID original,
Date copyDate)
|
ComponentDescriptorExtensions(SleeVersion version,
byte[] checksum,
Properties manifestAttrs,
InstallLevel installLevel,
ComponentID[] copies,
ComponentID copySource,
ComponentID original,
Date copyDate,
ComponentID shadowedBy,
Date shadowDate,
ComponentID[] incomingLinks,
ComponentID[] shadowing)
Create a new component extension descriptor.
|
LinkedComponentDescriptorExtensions(ComponentID linkTarget,
Date linkDate,
InstallLevel installLevel,
ComponentID[] incomingLinks,
ComponentID[] shadowing)
Create a new linked component extension descriptor.
|
SbbDescriptorExtensions(SleeVersion version,
byte[] checksum,
Properties manifestAttrs,
InstallLevel installLevel,
ComponentID[] copies,
ComponentID copySource,
ComponentID original,
Date copyDate,
ComponentID shadowedBy,
Date shadowDate,
ComponentID[] incomingLinks,
ComponentID[] shadowing,
SbbPartID[] sbbParts)
Create a new SBB component extension descriptor.
|
SbbDescriptorExtensions(SleeVersion version,
byte[] checksum,
Properties manifestAttrs,
InstallLevel installLevel,
ComponentID[] copies,
ComponentID copySource,
ComponentID original,
Date copyDate,
SbbPartID[] sbbParts)
|