KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.PortableServer
Class ServantRetentionPolicyValue

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

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


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


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


protected ServantRetentionPolicyValue(int value)
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 _NON_RETAIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags