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