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