1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/LifespanPolicyOperations.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. * The LifespanPolicy specifies the lifespan of the
  10. * objects implemented in the created POA. The default
  11. * is TRANSIENT.
  12. */
  13. public interface LifespanPolicyOperations extends org.omg.CORBA.PolicyOperations
  14. {
  15. /**
  16. * specifies the policy value
  17. */
  18. org.omg.PortableServer.LifespanPolicyValue value ();
  19. } // interface LifespanPolicyOperations