OSID Logo
OSID Specifications
filing allocation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.filing.allocation.AllocationReceiver
Implementsosid.OsidReceiver
Description

The allocation receiver is the consumer supplied interface for receiving notifications pertaining to usage warnings and changed quota assignments.

Methodwarning
Description

The callback for notifications of usage warnings.

ParametersstringdirectoryPathabsolute pathname to the directory
CompliancemandatoryThis method must be implemented.
MethodclearWarning
Description

The callback for notification of cleared usage warnings.

ParametersstringdirectoryPathabsolute pathname to the directory
CompliancemandatoryThis method must be implemented.
MethodchangedAllocation
Description

The callback for notification of a new, removed or changed allocation on a directory.

ParametersstringdirectoryPathabsolute pathname to the directory
CompliancemandatoryThis method must be implemented.
MethodchangedUserAllocation
Description

The callback for notification of a new, removed or changed quota assignment.

ParametersstringdirectoryPathabsolute pathname to the directory
stringagentIdthe user Id
CompliancemandatoryThis method must be implemented.