Uses of Interface
com.opencloud.rhino.management.deployment.DeployableType
-
Packages that use DeployableType Package Description com.opencloud.rhino.management.deployment -
-
Uses of DeployableType in com.opencloud.rhino.management.deployment
Classes in com.opencloud.rhino.management.deployment that implement DeployableType Modifier and Type Class Description class
BindingDescriptorType
Deployable type representing a Rhino binding descriptor.class
DeployableUnitType
Deployable type representing a standard SLEE deployable unit.class
OIDSuffixMappingDescriptorType
Deployable type representing a Rhino OID suffix mapping descriptor.Methods in com.opencloud.rhino.management.deployment that return DeployableType Modifier and Type Method Description DeployableType
DeployableUnitDescriptorExtensions. getDeployableType()
Get the type of deployable unit.DeployableType[]
DeploymentMBean. getDeployableTypes()
Get the recognized deployable types that may be installed into the SLEE.Methods in com.opencloud.rhino.management.deployment with parameters of type DeployableType Modifier and Type Method Description 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 DeployableType Constructor Description DeployableUnitDescriptorExtensions(DeployableType deployableType, SleeVersion sleeVersion, int duJarID, byte[] checksum, Properties manifestAttrs, ComponentID[] extensionComponents)
Create a new deployable unit extension descriptor.
-