1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/ServantRetentionPolicyOperations.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
  6. * Wednesday, September 15, 2004 10:28:40 AM GMT
  7. */
  8. /**
  9. * This policy specifies whether the created POA retains
  10. * active servants in an Active Object Map.
  11. */
  12. public interface ServantRetentionPolicyOperations extends org.omg.CORBA.PolicyOperations
  13. {
  14. /**
  15. * specifies the policy value
  16. */
  17. org.omg.PortableServer.ServantRetentionPolicyValue value ();
  18. } // interface ServantRetentionPolicyOperations