| Package | Description |
|---|---|
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
Storage.ProtectionMode |
Storage.getProtectionDomainMode() |
Storage.ProtectionMode |
Storage.getProtectionEntryMode() |
static Storage.ProtectionMode |
Storage.ProtectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage.ProtectionMode[] |
Storage.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 |
Storage.setProtection(Storage.ProtectionEnable protectionDomainEnable,
Storage.ProtectionMode protectionDomainMode,
Storage.ProtectionEnable protectionEntryEnable,
Storage.ProtectionMode protectionEntryMode) |
void |
Storage.setProtectionDomainMode(Storage.ProtectionMode protectionDomainMode) |
void |
Storage.setProtectionEntryMode(Storage.ProtectionMode protectionEntryMode) |
Copyright © 2011. All Rights Reserved.