Uses of Class
com.opencloud.rhino.management.deployment.InstallLevel
-
Packages that use InstallLevel Package Description com.opencloud.rhino.management.deployment -
-
Uses of InstallLevel in com.opencloud.rhino.management.deployment
Methods in com.opencloud.rhino.management.deployment that return InstallLevel Modifier and Type Method Description InstallLevel
ComponentDescriptorExtensions. getInstallLevel()
Get the current install level of the component.InstallLevel
LinkedComponentDescriptorExtensions. getInstallLevel()
Get the current install level of the linked 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.Methods in com.opencloud.rhino.management.deployment that return types with arguments of type InstallLevel Modifier and Type Method Description Map<ComponentID,InstallLevel>
DeploymentMBean. getComponentInstallLevels(DeployableUnitID id)
Returns the InstallLevel of the components in the specified deployable unit.Methods in com.opencloud.rhino.management.deployment with parameters of type InstallLevel Modifier and Type Method 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.Constructors in com.opencloud.rhino.management.deployment with parameters of type InstallLevel 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.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, 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.
-