Java Platform 1.2

Uses of Interface
org.omg.CORBA.Policy

Packages that use Policy
org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). 
org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. 
 

Uses of Policy in org.omg.CORBA
 

Methods in org.omg.CORBA that return Policy
 Policy DomainManager.get_domain_policy(int policy_type)
          This returns the policy of the specified type for objects in this domain.
 Policy ORB.create_policy(int type, Any val)
           
 Policy Object._get_policy(int policy_type)
          Returns the Policy object of the specified type which applies to this object.
 Policy Policy.copy()
          This operation copies the policy object.
 

Methods in org.omg.CORBA with parameters of type Policy
 Object Object._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 

Uses of Policy in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Policy
 Policy ObjectImpl._get_policy(int policy_type)
           
 Policy Delegate.get_policy(Object self, int policy_type)
          Returns the Policy object of the specified type which applies to this object.
 

Methods in org.omg.CORBA.portable with parameters of type Policy
 Object ObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.