Class LifespanPolicyValue

java.lang.Object
org.omg.PortableServer.LifespanPolicyValue
All Implemented Interfaces:
Serializable, IDLEntity

public class LifespanPolicyValue extends Object implements IDLEntity
The LifespanPolicyValue can have the following values. TRANSIENT - The objects implemented in the POA cannot outlive the POA instance in which they are first created. PERSISTENT - The objects implemented in the POA can outlive the process in which they are first created.
See Also:
  • Field Details

  • Constructor Details

    • LifespanPolicyValue

      protected LifespanPolicyValue(int value)
  • Method Details