1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/LifespanPolicy.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
  6. * Monday, February 23, 2004 7:03:01 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 LifespanPolicy extends LifespanPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
  14. {
  15. } // interface LifespanPolicy