KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > LifespanPolicyValue

org.omg.PortableServer
Class LifespanPolicyValue

java.lang.Object
  extended by org.omg.PortableServer.LifespanPolicyValue
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public static LifespanPolicyValue from_int(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected LifespanPolicyValue(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final LifespanPolicyValue PERSISTENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final LifespanPolicyValue TRANSIENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int value()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _PERSISTENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _TRANSIENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags