Java Platform 1.2
Beta 4

Uses of Interface
org.omg.CORBA.Policy

Packages that use Policy
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of Policy in org.omg.CORBA
 

Subinterfaces of Policy in org.omg.CORBA
  ConstructionPolicy
          The ConstructionPolicy object allows callers to specify that when instances of a particular interface are created, they should be automatically assigned membership in a newly created domain at creation time.
 

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 Object._get_policy(int policy_type)
           
 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)
           
 

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
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.