Uses of Interface
org.omg.SecurityReplaceable.Vault

Packages that use Vault
org.omg.SecurityReplaceable   
 

Uses of Vault in org.omg.SecurityReplaceable
 

Fields in org.omg.SecurityReplaceable declared as Vault
 Vault VaultHolder.value
           
 

Methods in org.omg.SecurityReplaceable that return Vault
static Vault VaultHelper.extract(Any any)
           
static Vault VaultHelper.read(InputStream in)
           
static Vault VaultHelper.narrow(java.lang.Object obj)
           
static Vault VaultHelper.narrow(Object obj)
           
static Vault VaultHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.SecurityReplaceable with parameters of type Vault
static void VaultHelper.insert(Any any, Vault s)
           
static void VaultHelper.write(OutputStream _out, Vault s)
           
 

Constructors in org.omg.SecurityReplaceable with parameters of type Vault
VaultHolder(Vault initial)