|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Storage.ProtectionMode | |
|---|---|
| net.tomp2p.storage | |
| Uses of Storage.ProtectionMode in net.tomp2p.storage |
|---|
| Methods in net.tomp2p.storage that return Storage.ProtectionMode | |
|---|---|
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. |
| Methods in net.tomp2p.storage with parameters of type Storage.ProtectionMode | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||