|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Storage.ProtectionEnable | |
---|---|
net.tomp2p.storage |
Uses of Storage.ProtectionEnable in net.tomp2p.storage |
---|
Methods in net.tomp2p.storage that return Storage.ProtectionEnable | |
---|---|
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. |
Methods in net.tomp2p.storage with parameters of type Storage.ProtectionEnable | |
---|---|
void |
Storage.setProtection(Storage.ProtectionEnable protectionDomainEnable,
Storage.ProtectionMode protectionDomainMode,
Storage.ProtectionEnable protectionEntryEnable,
Storage.ProtectionMode protectionEntryMode)
|
void |
Storage.setProtectionDomainEnable(Storage.ProtectionEnable protectionDomainEnable)
|
void |
Storage.setProtectionEntryEnable(Storage.ProtectionEnable protectionEntryEnable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |