KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.PortableServer
Class RequestProcessingPolicyValue

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

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


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


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


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


public static final RequestProcessingPolicyValue USE_SERVANT_MANAGER
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 _USE_ACTIVE_OBJECT_MAP_ONLY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags