| Package | Description |
|---|---|
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
Storage.ProtectionEnable |
Storage.getProtectionDomainEnable() |
Storage.ProtectionEnable |
Storage.getProtectionEntryEnable() |
static Storage.ProtectionEnable |
Storage.ProtectionEnable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage.ProtectionEnable[] |
Storage.ProtectionEnable.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,
Storage.ProtectionEntryInDomain protectionEntryInDomain) |
void |
Storage.setProtectionDomainEnable(Storage.ProtectionEnable protectionDomainEnable) |
void |
Storage.setProtectionEntryEnable(Storage.ProtectionEnable protectionEntryEnable) |
Copyright © 2011. All Rights Reserved.