Uses of Class
com.opencloud.slee.SbbPartID
-
Packages that use SbbPartID Package Description com.opencloud.rhino.management.deployment com.opencloud.rhino.management.resource -
-
Uses of SbbPartID in com.opencloud.rhino.management.deployment
Methods in com.opencloud.rhino.management.deployment that return SbbPartID Modifier and Type Method Description SbbPartID[]
BindingDescriptorDescriptor. getSbbParts()
Get the component identifiers of the SBB parts referenced by this binding descriptor.SbbPartID[]
DeploymentMBean. getSbbParts()
Get the set of SBB parts installed in the SLEE.SbbPartID[]
SbbDescriptorExtensions. getSbbParts()
Get the component identifiers of the SBB parts used by this SBB.SbbPartID[]
SbbPartDescriptor. getSbbParts()
Get the component identifiers of the SBB parts used by this SBB partConstructors in com.opencloud.rhino.management.deployment with parameters of type SbbPartID Constructor Description BindingDescriptorDescriptor(BindingDescriptorID component, DeployableUnitID deployableUnit, String source, LibraryID[] libraries, SbbID[] sbbs, SbbPartID[] sbbParts, ProfileSpecificationID[] profileSpecs)
Create a new binding descriptor component 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.SbbPartDescriptor(SbbPartID component, DeployableUnitID deployableUnit, String source, LibraryID[] libraries, EventTypeID[] eventTypes, ProfileSpecificationID[] profileSpecs, SbbPartID[] sbbParts, ResourceAdaptorTypeID[] raTypes, String[] linkNames)
Create a new SBB part component descriptor.SbbPartDescriptor(SbbPartID component, DeployableUnitID deployableUnit, String source, LibraryID[] libraries, ProfileSpecificationID[] profileSpecs, SbbPartID[] sbbParts, ResourceAdaptorTypeID[] raTypes, String[] linkNames)
-
Uses of SbbPartID in com.opencloud.rhino.management.resource
Methods in com.opencloud.rhino.management.resource that return SbbPartID Modifier and Type Method Description SbbPartID[]
ResourceManagementMBean. getBoundSbbParts(String linkName)
Get the set of SBB part component identifiers that identify the SBB parts that are bound to the specified link name by way of aresource-adaptor-entity-link
element in their deployment descriptor.
-