Uses of Class
com.opencloud.rhino.management.deployment.SleeVersion
-
Packages that use SleeVersion Package Description com.opencloud.rhino.management.deployment -
-
Uses of SleeVersion in com.opencloud.rhino.management.deployment
Methods in com.opencloud.rhino.management.deployment that return SleeVersion Modifier and Type Method Description SleeVersionDeployableUnitDescriptorExtensions. getSleeVersion()Get the SLEE version of the deployable unit.SleeVersionComponentDescriptorExtensions. getVersion()Get the SLEE version of the component.static SleeVersionSleeVersion. 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.Constructors in com.opencloud.rhino.management.deployment with parameters of type SleeVersion Constructor 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, SbbPartID[] sbbParts)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.
-