Name

SetOverrideType

Synopsis

The mapping of an enumeration containing the indicators for how policies should be handled for a given Object when using the Object._set_policy_override() method. ADD_OVERRIDE indicates that the provided policies should be added to the existing policies of the Object. SET_OVERRIDE indicates that the given policies should replace any existing policies on the Object.

                  Passed To
public class SetOverrideType implements org.omg.CORBA.portable.IDLEntity {
// Protected Constructors
   protected SetOverrideType( int _value);  
// Public Constants
   public static final int _ADD_OVERRIDE;                        // =1
   public static final int _SET_OVERRIDE;                        // =0
   public static final SetOverrideType ADD_OVERRIDE;  
   public static final SetOverrideType SET_OVERRIDE;  
// Public Class Methods
   public static SetOverrideType from_int( int i);  
// Public Instance Methods
   public int value();  
}

Passed To

LocalObject._set_policy_override(), org.omg.CORBA.Object._set_policy_override(), SetOverrideTypeHelper.{insert(), write()}, org.omg.CORBA.portable.Delegate.set_policy_override(), org.omg.CORBA.portable.ObjectImpl._set_policy_override()

Returned By

SetOverrideType.from_int(), SetOverrideTypeHelper.{extract(), read()}

Type Of

SetOverrideType.{ADD_OVERRIDE, SET_OVERRIDE}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.