Uses of Class
org.omg.Security.Right

Packages that use Right
org.omg.Security   
 

Uses of Right in org.omg.Security
 

Fields in org.omg.Security declared as Right
 Right RightHolder.value
           
 Right[] RightsListHolder.value
           
 

Methods in org.omg.Security that return Right
static Right RightHelper.extract(Any any)
           
static Right[] RightsListHelper.extract(Any any)
           
static Right RightHelper.read(InputStream in)
           
static Right[] RightsListHelper.read(InputStream _in)
           
 

Methods in org.omg.Security with parameters of type Right
static void RightHelper.insert(Any any, Right s)
           
static void RightsListHelper.insert(Any any, Right[] s)
           
static void RightHelper.write(OutputStream out, Right s)
           
static void RightsListHelper.write(OutputStream _out, Right[] _s)
           
 

Constructors in org.omg.Security with parameters of type Right
RightHolder(Right initial)
           
RightsListHolder(Right[] initial)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.