Uses of Interface
org.omg.SecurityLevel2.Current

Packages that use Current
org.jacorb.security.level2   
org.omg.SecurityLevel2   
 

Uses of Current in org.jacorb.security.level2
 

Constructors in org.jacorb.security.level2 with parameters of type Current
ServerAccessDecisionInterceptor(Current current)
           
ServerAccessDecisionInterceptor(Current current, java.lang.String name)
           
 

Uses of Current in org.omg.SecurityLevel2
 

Fields in org.omg.SecurityLevel2 declared as Current
 Current CurrentHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return Current
static Current CurrentHelper.extract(Any any)
           
static Current CurrentHelper.read(InputStream in)
           
static Current CurrentHelper.narrow(java.lang.Object obj)
           
static Current CurrentHelper.narrow(Object obj)
           
static Current CurrentHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type Current
static void CurrentHelper.insert(Any any, Current s)
           
static void CurrentHelper.write(OutputStream _out, Current s)
           
 

Constructors in org.omg.SecurityLevel2 with parameters of type Current
CurrentHolder(Current initial)