org.omg.PortableServer
Class IdAssignmentPolicyValue

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by org.omg.PortableServer.IdAssignmentPolicyValue
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 IdAssignmentPolicyValue
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 IdAssignmentPolicyValue can have the following values. USER_ID - Objects created with that POA are assigned Object Ids only by the application. SYSTEM_ID - Objects created with that POA are assigned Object Ids only by the POA. If the POA also has the PERSISTENT policy, assigned Object Ids must be unique across all instantiations of the same POA.

See Also:
Serialized Form

Field Summary
static int _SYSTEM_ID
           
static int _USER_ID
           
static IdAssignmentPolicyValue sample code for org.omg.PortableServer.IdAssignmentPolicyValue definition code for org.omg.PortableServer.IdAssignmentPolicyValue SYSTEM_ID sample code for org.omg.PortableServer.IdAssignmentPolicyValue.SYSTEM_ID definition code for org.omg.PortableServer.IdAssignmentPolicyValue.SYSTEM_ID
           
static IdAssignmentPolicyValue sample code for org.omg.PortableServer.IdAssignmentPolicyValue definition code for org.omg.PortableServer.IdAssignmentPolicyValue USER_ID sample code for org.omg.PortableServer.IdAssignmentPolicyValue.USER_ID definition code for org.omg.PortableServer.IdAssignmentPolicyValue.USER_ID
           
 
Constructor Summary
protected IdAssignmentPolicyValue sample code for org.omg.PortableServer.IdAssignmentPolicyValue.IdAssignmentPolicyValue(int) definition code for org.omg.PortableServer.IdAssignmentPolicyValue.IdAssignmentPolicyValue(int) (int value)
           
 
Method Summary
static IdAssignmentPolicyValue sample code for org.omg.PortableServer.IdAssignmentPolicyValue definition code for org.omg.PortableServer.IdAssignmentPolicyValue from_int sample code for org.omg.PortableServer.IdAssignmentPolicyValue.from_int(int) definition code for org.omg.PortableServer.IdAssignmentPolicyValue.from_int(int) (int value)
           
 int value sample code for org.omg.PortableServer.IdAssignmentPolicyValue.value() definition code for org.omg.PortableServer.IdAssignmentPolicyValue.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

_USER_ID sample code for org.omg.PortableServer.IdAssignmentPolicyValue._USER_ID

public static final int _USER_ID
See Also:
Constant Field Values

USER_ID sample code for org.omg.PortableServer.IdAssignmentPolicyValue.USER_ID

public static final IdAssignmentPolicyValue sample code for org.omg.PortableServer.IdAssignmentPolicyValue definition code for org.omg.PortableServer.IdAssignmentPolicyValue  USER_ID

_SYSTEM_ID sample code for org.omg.PortableServer.IdAssignmentPolicyValue._SYSTEM_ID

public static final int _SYSTEM_ID
See Also:
Constant Field Values

SYSTEM_ID sample code for org.omg.PortableServer.IdAssignmentPolicyValue.SYSTEM_ID

public static final IdAssignmentPolicyValue sample code for org.omg.PortableServer.IdAssignmentPolicyValue definition code for org.omg.PortableServer.IdAssignmentPolicyValue  SYSTEM_ID
Constructor Detail

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

protected IdAssignmentPolicyValue(int value)
Method Detail

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

public int value()

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

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