Interface ServiceGroup
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
,TargetGroup
- All Known Implementing Classes:
ServiceGroupImpl
A representation of the model object 'Service Group'.
The ServiceGroup groups a set of components that are load balanced and can be horizontally replicated. Upon replication the load balancer distributes the load to the new replicas according to the predefined load balancing strategy.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.core.composition.AssemblyContext
Returns the value of the 'Unit Assembly' reference.void
setUnitAssembly
(org.palladiosimulator.pcm.core.composition.AssemblyContext value) Sets the value of the 'Unit Assembly
' reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.spd.targets.TargetGroup
getTargetConstraints
-
Method Details
-
getUnitAssembly
org.palladiosimulator.pcm.core.composition.AssemblyContext getUnitAssembly()Returns the value of the 'Unit Assembly' reference. The unitAssembly is used to point to the ServiceGroup in PCM. It is used also for disinguishing between different service groups. A prerequisite is that the unit assembly is already connected in a Service Group structure in PCM.- Returns:
- the value of the 'Unit Assembly' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setUnitAssembly
void setUnitAssembly(org.palladiosimulator.pcm.core.composition.AssemblyContext value) Sets the value of the 'Unit Assembly
' reference.- Parameters:
value
- the new value of the 'Unit Assembly' reference.- See Also:
- Generated class or method.
-