|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Classes in org.omg.CORBA that implement Policy | |
class |
_PolicyStub
org/omg/CORBA/_PolicyStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl. |
Fields in org.omg.CORBA declared as Policy | |
Policy |
PolicyHolder.value
|
Policy[] |
PolicyListHolder.value
|
Methods in org.omg.CORBA that return Policy | |
Policy |
Object._get_policy(int policy_type)
Returns the Policy object of the specified type
which applies to this object. |
static Policy[] |
PolicyListHelper.extract(Any a)
|
static Policy[] |
PolicyListHelper.read(InputStream istream)
|
Policy |
PolicyOperations.copy()
Copies the policy object. |
Policy |
_PolicyStub.copy()
Copies the policy object. |
Policy |
DomainManagerOperations.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)
See package comments regarding unimplemented features. |
static Policy |
PolicyHelper.extract(Any a)
|
static Policy |
PolicyHelper.read(InputStream istream)
|
static Policy |
PolicyHelper.narrow(Object obj)
|
Methods in org.omg.CORBA with parameters of type Policy | |
Object |
Object._set_policy_override(Policy[] policies,
SetOverrideType set_add)
Returns a new Object with the given policies
either replacing any existing policies in this
Object or with the given policies added
to the existing ones, depending on the value of the
given SetOverrideType object. |
static void |
PolicyListHelper.insert(Any a,
Policy[] that)
|
static void |
PolicyListHelper.write(OutputStream ostream,
Policy[] value)
|
static void |
PolicyHelper.insert(Any a,
Policy that)
|
static void |
PolicyHelper.write(OutputStream ostream,
Policy value)
|
Constructors in org.omg.CORBA with parameters of type Policy | |
PolicyHolder(Policy initialValue)
|
|
PolicyListHolder(Policy[] initialValue)
|
Uses of Policy in org.omg.CORBA.portable |
Methods in org.omg.CORBA.portable that return Policy | |
Policy |
ObjectImpl._get_policy(int policy_type)
Retrieves the Policy object for this
ObjectImpl object that has the given
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)
Sets this ObjectImpl object's override type for
the given policies to the given instance of
SetOverrideType . |
Object |
Delegate.set_policy_override(Object self,
Policy[] policies,
SetOverrideType set_add)
Associates the policies passed in with a newly created object reference that it returns. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.