public interface CanonicalUnitProcessorEnablerReceiver extends OsidReceiver
The canonical unit processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit processor enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedCanonicalUnitProcessorEnablers(Id notificationId,
IdList canonicalUnitProcessorEnablerIds)
The callback for notification of updated canonical unit processor
enablers.
|
void |
deletedCanonicalUnitProcessorEnablers(Id notificationId,
IdList canonicalUnitProcessorEnablerIds)
The callback for notification of deleted canonical unit processor
enablers.
|
void |
newCanonicalUnitProcessorEnablers(Id notificationId,
IdList canonicalUnitProcessorEnablerIds)
The callback for notifications of new canonical unit processor
enablers.
|
down, upvoid newCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds)
notificationId - the notification Id canonicalUnitProcessorEnablerIds - the Ids of the
new CanonicalUnitProcessorEnablers mandatory - This method must be implemented. void changedCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds)
notificationId - the notification Id canonicalUnitProcessorEnablerIds - the Ids of the
updated CanonicalUnitProcessorEnablers mandatory - This method must be implemented. void deletedCanonicalUnitProcessorEnablers(Id notificationId, IdList canonicalUnitProcessorEnablerIds)
notificationId - the notification Id canonicalUnitProcessorEnablerIds - the Ids of the
deleted CanonicalUnitProcessorEnablers mandatory - This method must be implemented.