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 classBindingDescriptorTypeDeployable type representing a Rhino binding descriptor.classDeployableUnitTypeDeployable type representing a standard SLEE deployable unit.classOIDSuffixMappingDescriptorTypeDeployable type representing a Rhino OID suffix mapping descriptor.Methods in com.opencloud.rhino.management.deployment that return DeployableType Modifier and Type Method Description DeployableTypeDeployableUnitDescriptorExtensions. 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 DeployableUnitIDDeploymentMBean. install(DeployableType deployableType, String url, byte[] content, InstallLevel installLevel)Install a deployable unit file into the SLEE.DeployableUnitIDDeploymentMBean. install(DeployableType deployableType, String url, byte[] content, InstallLevel installLevel, boolean assignBundlePrefixes)Install a deployable unit file into the SLEE.DeployableUnitIDDeploymentMBean. 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.
-