Uses of Class
org.omg.Security.RightsCombinator

Packages that use RightsCombinator
org.omg.Security   
org.omg.SecurityLevel2   
 

Uses of RightsCombinator in org.omg.Security
 

Fields in org.omg.Security declared as RightsCombinator
static RightsCombinator RightsCombinator.SecAllRights
           
static RightsCombinator RightsCombinator.SecAnyRight
           
 RightsCombinator RightsCombinatorHolder.value
           
 

Methods in org.omg.Security that return RightsCombinator
static RightsCombinator RightsCombinatorHelper.extract(Any a)
           
static RightsCombinator RightsCombinator.from_int(int value)
           
static RightsCombinator RightsCombinatorHelper.read(InputStream istream)
           
 

Methods in org.omg.Security with parameters of type RightsCombinator
static void RightsCombinatorHelper.insert(Any a, RightsCombinator that)
           
static void RightsCombinatorHelper.write(OutputStream ostream, RightsCombinator value)
           
 

Constructors in org.omg.Security with parameters of type RightsCombinator
RightsCombinatorHolder(RightsCombinator initialValue)
           
 

Uses of RightsCombinator in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type RightsCombinator
 void RequiredRightsOperations.set_required_rights(String operation_name, String interface_name, Right[] rights, RightsCombinator rights_combinator)
           
 void _RequiredRightsStub.set_required_rights(String operation_name, String interface_name, Right[] rights, RightsCombinator rights_combinator)
           
 



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