package org.omg.PortableServer; /** * org/omg/PortableServer/LifespanPolicy.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u121/8372/corba/src/share/classes/org/omg/PortableServer/poa.idl * Monday, December 12, 2016 6:22:55 PM PST */ /** * The LifespanPolicy specifies the lifespan of the * objects implemented in the created POA. The default * is TRANSIENT. */ public interface LifespanPolicy extends LifespanPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity { } // interface LifespanPolicy