Uses of Class
net.tomp2p.storage.StorageGeneric.ProtectionMode

Packages that use StorageGeneric.ProtectionMode
net.tomp2p.storage   
 

Uses of StorageGeneric.ProtectionMode in net.tomp2p.storage
 

Methods in net.tomp2p.storage that return StorageGeneric.ProtectionMode
 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.
 

Methods in net.tomp2p.storage with parameters of type StorageGeneric.ProtectionMode
 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.