public interface ServiceLevelAgreementEnforcement<ENDPOINT extends ServiceLevelAgreementEnforcementEndpoint>
Modifier and Type | Method and Description |
---|---|
ENDPOINT |
createEndpoint(ProcessingUnit pu)
Creates a new endpoint for the specified pu, if one does not already exist.
|
void |
destroyEndpoint(ProcessingUnit pu)
Destroys the endpoint for the specified pu.
|
ENDPOINT createEndpoint(ProcessingUnit pu) throws ServiceLevelAgreementEnforcementEndpointAlreadyExistsException
pu
- target processing unit for the endpoint creationServiceLevelAgreementEnforcementEndpointAlreadyExistsException
void destroyEndpoint(ProcessingUnit pu)
pu
- target processing unit for the endpoint destructionCopyright © GigaSpaces.