Uses of Interface
org.omg.SecurityLevel2.SecurityManager

Packages that use SecurityManager
org.omg.SecurityLevel2   
 

Uses of SecurityManager in org.omg.SecurityLevel2
 

Classes in org.omg.SecurityLevel2 that implement SecurityManager
 class _SecurityManagerImplBase
          org/omg/SecurityLevel2/_SecurityManagerImplBase.java .
 class _SecurityManagerStub
          org/omg/SecurityLevel2/_SecurityManagerStub.java .
 

Fields in org.omg.SecurityLevel2 declared as SecurityManager
 SecurityManager SecurityManagerHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return SecurityManager
static SecurityManager SecurityManagerHelper.extract(Any a)
           
static SecurityManager SecurityManagerHelper.narrow(Object obj)
           
static SecurityManager SecurityManagerHelper.read(InputStream istream)
           
static SecurityManager SecurityManagerHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type SecurityManager
static void SecurityManagerHelper.insert(Any a, SecurityManager that)
           
static void SecurityManagerHelper.write(OutputStream ostream, SecurityManager value)
           
 

Constructors in org.omg.SecurityLevel2 with parameters of type SecurityManager
SecurityManagerHolder(SecurityManager initialValue)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.