Interface AllocationReceiver
- All Superinterfaces:
OsidReceiver
The allocation receiver is the consumer supplied interface for receiving notifications pertaining to usage warnings and changed quota assignments.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAllocation(String directoryPath) The callback for notification of a new, removed or changed allocation on a directory.voidchangedUserAllocation(String directoryPath, String agentId) The callback for notification of a new, removed or changed quota assignment.voidclearWarning(String directoryPath) The callback for notification of cleared usage warnings.voidThe callback for notifications of usage warnings.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
warning
The callback for notifications of usage warnings.- Parameters:
directoryPath- absolute pathname to the directory- Compliance:
mandatory- This method must be implemented.
-
clearWarning
The callback for notification of cleared usage warnings.- Parameters:
directoryPath- absolute pathname to the directory- Compliance:
mandatory- This method must be implemented.
-
changedAllocation
The callback for notification of a new, removed or changed allocation on a directory.- Parameters:
directoryPath- absolute pathname to the directory- Compliance:
mandatory- This method must be implemented.
-
changedUserAllocation
-