org.omg.PortableServer
Class IdUniquenessPolicyValue

java.lang.Object sample code for java.lang.Object definition code for java.lang.Object 
  extended by org.omg.PortableServer.IdUniquenessPolicyValue
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 IdUniquenessPolicyValue
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

IdUniquenessPolicyValue can have the following values. UNIQUE_ID - Servants activated with that POA support exactly one Object Id. MULTIPLE_ID - a servant activated with that POA may support one or more Object Ids.

See Also:
Serialized Form

Field Summary
static int _MULTIPLE_ID
           
static int _UNIQUE_ID
           
static IdUniquenessPolicyValue sample code for org.omg.PortableServer.IdUniquenessPolicyValue definition code for org.omg.PortableServer.IdUniquenessPolicyValue MULTIPLE_ID sample code for org.omg.PortableServer.IdUniquenessPolicyValue.MULTIPLE_ID definition code for org.omg.PortableServer.IdUniquenessPolicyValue.MULTIPLE_ID
           
static IdUniquenessPolicyValue sample code for org.omg.PortableServer.IdUniquenessPolicyValue definition code for org.omg.PortableServer.IdUniquenessPolicyValue UNIQUE_ID sample code for org.omg.PortableServer.IdUniquenessPolicyValue.UNIQUE_ID definition code for org.omg.PortableServer.IdUniquenessPolicyValue.UNIQUE_ID
           
 
Constructor Summary
protected IdUniquenessPolicyValue sample code for org.omg.PortableServer.IdUniquenessPolicyValue.IdUniquenessPolicyValue(int) definition code for org.omg.PortableServer.IdUniquenessPolicyValue.IdUniquenessPolicyValue(int) (int value)
           
 
Method Summary
static IdUniquenessPolicyValue sample code for org.omg.PortableServer.IdUniquenessPolicyValue definition code for org.omg.PortableServer.IdUniquenessPolicyValue from_int sample code for org.omg.PortableServer.IdUniquenessPolicyValue.from_int(int) definition code for org.omg.PortableServer.IdUniquenessPolicyValue.from_int(int) (int value)
           
 int value sample code for org.omg.PortableServer.IdUniquenessPolicyValue.value() definition code for org.omg.PortableServer.IdUniquenessPolicyValue.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

_UNIQUE_ID sample code for org.omg.PortableServer.IdUniquenessPolicyValue._UNIQUE_ID

public static final int _UNIQUE_ID
See Also:
Constant Field Values

UNIQUE_ID sample code for org.omg.PortableServer.IdUniquenessPolicyValue.UNIQUE_ID

public static final IdUniquenessPolicyValue sample code for org.omg.PortableServer.IdUniquenessPolicyValue definition code for org.omg.PortableServer.IdUniquenessPolicyValue  UNIQUE_ID

_MULTIPLE_ID sample code for org.omg.PortableServer.IdUniquenessPolicyValue._MULTIPLE_ID

public static final int _MULTIPLE_ID
See Also:
Constant Field Values

MULTIPLE_ID sample code for org.omg.PortableServer.IdUniquenessPolicyValue.MULTIPLE_ID

public static final IdUniquenessPolicyValue sample code for org.omg.PortableServer.IdUniquenessPolicyValue definition code for org.omg.PortableServer.IdUniquenessPolicyValue  MULTIPLE_ID
Constructor Detail

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

protected IdUniquenessPolicyValue(int value)
Method Detail

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

public int value()

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

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