org.omg.PortableServer
Class RequestProcessingPolicyValue

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by org.omg.PortableServer.RequestProcessingPolicyValue
All Implemented Interfaces:
Serializable sample code for java.io.Serializable definition code for java.io.Serializable , IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity

public class RequestProcessingPolicyValue
extends Object sample code for java.lang.Object definition code for java.lang.Object
implements IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity

The RequestProcessingPolicyValue can have the following values. USE_ACTIVE_OBJECT_MAP_ONLY - If the Object Id is not found in the Active Object Map, an OBJECT_NOT_EXIST exception is returned to the client. The RETAIN policy is also required. USE_DEFAULT_SERVANT - If the Object Id is not found in the Active Object Map or the NON_RETAIN policy is present, and a default servant has been registered with the POA using the set_servant operation, the request is dispatched to the default servant. USE_SERVANT_MANAGER - If the Object Id is not found in the Active Object Map or the NON_RETAIN policy is present, and a servant manager has been registered with the POA using the set_servant_manager operation, the servant manager is given the opportunity to locate a servant or raise an exception.

See Also:
Serialized Form

Field Summary
static int _USE_ACTIVE_OBJECT_MAP_ONLY
           
static int _USE_DEFAULT_SERVANT
           
static int _USE_SERVANT_MANAGER
           
static RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue USE_ACTIVE_OBJECT_MAP_ONLY sample code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_ACTIVE_OBJECT_MAP_ONLY definition code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_ACTIVE_OBJECT_MAP_ONLY
           
static RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue USE_DEFAULT_SERVANT sample code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_DEFAULT_SERVANT definition code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_DEFAULT_SERVANT
           
static RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue USE_SERVANT_MANAGER sample code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_SERVANT_MANAGER definition code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_SERVANT_MANAGER
           
 
Constructor Summary
protected RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue.RequestProcessingPolicyValue(int) definition code for org.omg.PortableServer.RequestProcessingPolicyValue.RequestProcessingPolicyValue(int) (int value)
           
 
Method Summary
static RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue from_int sample code for org.omg.PortableServer.RequestProcessingPolicyValue.from_int(int) definition code for org.omg.PortableServer.RequestProcessingPolicyValue.from_int(int) (int value)
           
 int value sample code for org.omg.PortableServer.RequestProcessingPolicyValue.value() definition code for org.omg.PortableServer.RequestProcessingPolicyValue.value() ()
           
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
clone sample code for java.lang.Object.clone() definition code for java.lang.Object.clone() , equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , hashCode sample code for java.lang.Object.hashCode() definition code for java.lang.Object.hashCode() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , toString sample code for java.lang.Object.toString() definition code for java.lang.Object.toString() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

_USE_ACTIVE_OBJECT_MAP_ONLY sample code for org.omg.PortableServer.RequestProcessingPolicyValue._USE_ACTIVE_OBJECT_MAP_ONLY

public static final int _USE_ACTIVE_OBJECT_MAP_ONLY
See Also:
Constant Field Values

USE_ACTIVE_OBJECT_MAP_ONLY sample code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_ACTIVE_OBJECT_MAP_ONLY

public static final RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue  USE_ACTIVE_OBJECT_MAP_ONLY

_USE_DEFAULT_SERVANT sample code for org.omg.PortableServer.RequestProcessingPolicyValue._USE_DEFAULT_SERVANT

public static final int _USE_DEFAULT_SERVANT
See Also:
Constant Field Values

USE_DEFAULT_SERVANT sample code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_DEFAULT_SERVANT

public static final RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue  USE_DEFAULT_SERVANT

_USE_SERVANT_MANAGER sample code for org.omg.PortableServer.RequestProcessingPolicyValue._USE_SERVANT_MANAGER

public static final int _USE_SERVANT_MANAGER
See Also:
Constant Field Values

USE_SERVANT_MANAGER sample code for org.omg.PortableServer.RequestProcessingPolicyValue.USE_SERVANT_MANAGER

public static final RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue  USE_SERVANT_MANAGER
Constructor Detail

RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue(int) definition code for org.omg.PortableServer.RequestProcessingPolicyValue(int)

protected RequestProcessingPolicyValue(int value)
Method Detail

value sample code for org.omg.PortableServer.RequestProcessingPolicyValue.value() definition code for org.omg.PortableServer.RequestProcessingPolicyValue.value()

public int value()

from_int sample code for org.omg.PortableServer.RequestProcessingPolicyValue.from_int(int) definition code for org.omg.PortableServer.RequestProcessingPolicyValue.from_int(int)

public static RequestProcessingPolicyValue sample code for org.omg.PortableServer.RequestProcessingPolicyValue definition code for org.omg.PortableServer.RequestProcessingPolicyValue  from_int(int value)