KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableServer > ServantRetentionPolicyOperations


1 package org.omg.PortableServer;
2
3
4 /**
5 * org/omg/PortableServer/ServantRetentionPolicyOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
8 * Saturday, February 9, 2008 9:40:03 AM GMT
9 */

10
11
12 /**
13      * This policy specifies whether the created POA retains
14      * active servants in an Active Object Map.
15      */

16 public interface ServantRetentionPolicyOperations extends org.omg.CORBA.PolicyOperations JavaDoc
17 {
18
19   /**
20      * specifies the policy value
21      */

22   org.omg.PortableServer.ServantRetentionPolicyValue JavaDoc value ();
23 } // interface ServantRetentionPolicyOperations
24
Popular Tags