|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.admin.hci.TargetedOperation
public abstract class TargetedOperation
Decorator to declare targets for an admin operation.
| Field Summary | |
|---|---|
protected java.util.Set<InstanceId> |
instanceIds
Set of targeted instance IDs |
| Constructor Summary | |
|---|---|
TargetedOperation(MessageOperation op)
Builds a TargetedOperation for the given admin operation. |
|
| Method Summary | |
|---|---|
java.util.Collection<InstanceId> |
getInstanceIds()
Gets the collection of targeted instance IDs. |
MessageOperation |
getOperation()
Gets the real admin operation for which we are declaring targets. |
abstract void |
updateTargets(SystemStatus systemStatus)
Updates the collection of targeted instance IDs given the system status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Set<InstanceId> instanceIds
| Constructor Detail |
|---|
public TargetedOperation(MessageOperation op)
op - The admin operation for which to declare targets| Method Detail |
|---|
public java.util.Collection<InstanceId> getInstanceIds()
public abstract void updateTargets(SystemStatus systemStatus)
systemStatus - The system statuspublic MessageOperation getOperation()
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||