org.omg.SecurityLevel2
Interface RequiredRightsOperations

All Known Subinterfaces:
RequiredRights
All Known Implementing Classes:
_RequiredRightsImplBase, _RequiredRightsStub

public interface RequiredRightsOperations

org/omg/SecurityLevel2/RequiredRightsOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/apache-geronimo-yoko-33a0be6/yoko-spec-corba/src/main/idl/SecurityLevel2.idl Saturday, November 5, 2011 7:43:25 PM UTC


Method Summary
 void get_required_rights(Object obj, String operation_name, String interface_name, RightsListHolder rights, RightsCombinatorHolder rights_combinator)
           
 void set_required_rights(String operation_name, String interface_name, Right[] rights, RightsCombinator rights_combinator)
           
 

Method Detail

get_required_rights

void get_required_rights(Object obj,
                         String operation_name,
                         String interface_name,
                         RightsListHolder rights,
                         RightsCombinatorHolder rights_combinator)

set_required_rights

void set_required_rights(String operation_name,
                         String interface_name,
                         Right[] rights,
                         RightsCombinator rights_combinator)


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