VisiBroker for Java

org.omg.PortableServer
Class IdAssignmentPolicyValue

java.lang.Object
  extended by org.omg.PortableServer.IdAssignmentPolicyValue
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class IdAssignmentPolicyValue
extends java.lang.Object
implements 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
          SYSTEM_ID - Objects created with that POA are assigned Object Ids only by the POA.
static int _USER_ID
          USER_ID - Objects created with that POA are assigned Object Ids only by the application.
static IdAssignmentPolicyValue SYSTEM_ID
          SYSTEM_ID - Objects created with that POA are assigned Object Ids only by the POA.
static IdAssignmentPolicyValue USER_ID
          USER_ID - Objects created with that POA are assigned Object Ids only by the application.
 
Method Summary
static IdAssignmentPolicyValue from_int(int _vis_value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_USER_ID

public static final int _USER_ID
USER_ID - Objects created with that POA are assigned Object Ids only by the application.

See Also:
Constant Field Values

_SYSTEM_ID

public static final int _SYSTEM_ID
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:
Constant Field Values

USER_ID

public static final IdAssignmentPolicyValue USER_ID
USER_ID - Objects created with that POA are assigned Object Ids only by the application.


SYSTEM_ID

public static final IdAssignmentPolicyValue SYSTEM_ID
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.

Method Detail

value

public int value()

from_int

public static IdAssignmentPolicyValue from_int(int _vis_value)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online