| Package | Description |
|---|---|
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
StorageLayer.ProtectionEnable |
StorageLayer.getProtectionDomainEnable() |
StorageLayer.ProtectionEnable |
StorageLayer.getProtectionEntryEnable() |
static StorageLayer.ProtectionEnable |
StorageLayer.ProtectionEnable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageLayer.ProtectionEnable[] |
StorageLayer.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 |
StorageLayer.setProtection(StorageLayer.ProtectionEnable protectionDomainEnable,
StorageLayer.ProtectionMode protectionDomainMode,
StorageLayer.ProtectionEnable protectionEntryEnable,
StorageLayer.ProtectionMode protectionEntryMode) |
void |
StorageLayer.setProtectionDomainEnable(StorageLayer.ProtectionEnable protectionDomainEnable) |
void |
StorageLayer.setProtectionEntryEnable(StorageLayer.ProtectionEnable protectionEntryEnable) |
Copyright © 2014. All rights reserved.