KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CORBA > Policy


1 /*
2  * @(#)Policy.java 1.18 03/12/19
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7 package org.omg.CORBA;
8
9
10 /**
11 * Interfaces derived from the <tt>Policy</tt> interface allow an
12 * ORB or CORBA service access to certain choices that affect
13 * its operation. This information is accessed in a structured
14 * manner using interfaces derived from the <tt>Policy</tt>
15 * interface defined in the CORBA module. A CORBA service does not
16 * have to use this method of accessing operating options, but
17 * may choose to do so. The Security Service in particular uses
18 * this technique for associating Security Policy with objects
19 * in the system.
20 * An interface generated by the IDL-to-Java compiler.
21 * org/omg/CORBA/Policy.java
22 * Generated by the IDL-to-Java compiler (portable), version "3.0"
23 * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
24 * Saturday, July 17, 1999 12:26:20 AM PDT
25 */

26
27 public interface Policy extends PolicyOperations JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
28 {
29 } // interface Policy
30
Popular Tags