public interface KmsProvider
| Modifier and Type | Method and Description |
|---|---|
void |
releaseKms(String id) |
String |
reserveKms(String id) |
String |
reserveKms(String id,
int loadPoints) |
String reserveKms(String id, int loadPoints) throws NotEnoughResourcesException
NotEnoughResourcesExceptionString reserveKms(String id) throws NotEnoughResourcesException
NotEnoughResourcesExceptionvoid releaseKms(String id) throws NotEnoughResourcesException
NotEnoughResourcesExceptionCopyright © 2015 Kurento. All rights reserved.