Package | Description |
---|---|
com.opencloud.rhino.management.deployment |
Modifier and Type | Method and Description |
---|---|
SleeVersion |
DeployableUnitDescriptorExtensions.getSleeVersion()
Get the SLEE version of the deployable unit.
|
SleeVersion |
ComponentDescriptorExtensions.getVersion()
Get the SLEE version of the component.
|
static SleeVersion |
SleeVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SleeVersion[] |
SleeVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
DeployableUnitDescriptorExtensions(DeployableType deployableType,
SleeVersion sleeVersion,
int duJarID,
byte[] checksum,
Properties manifestAttrs,
ComponentID[] extensionComponents)
Create a new deployable unit 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)
|