| Package | Description |
|---|---|
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
StorageLayer.ProtectionMode |
StorageLayer.getProtectionDomainMode() |
StorageLayer.ProtectionMode |
StorageLayer.getProtectionEntryMode() |
static StorageLayer.ProtectionMode |
StorageLayer.ProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageLayer.ProtectionMode[] |
StorageLayer.ProtectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageLayer.setProtection(StorageLayer.ProtectionEnable protectionDomainEnable,
StorageLayer.ProtectionMode protectionDomainMode,
StorageLayer.ProtectionEnable protectionEntryEnable,
StorageLayer.ProtectionMode protectionEntryMode) |
void |
StorageLayer.setProtectionDomainMode(StorageLayer.ProtectionMode protectionDomainMode) |
void |
StorageLayer.setProtectionEntryMode(StorageLayer.ProtectionMode protectionEntryMode) |
Copyright © 2014. All rights reserved.