|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.PortableServer.IdAssignmentPolicyValue
public final class IdAssignmentPolicyValue
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.
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 |
---|
public static final int _USER_ID
public static final int _SYSTEM_ID
public static final IdAssignmentPolicyValue USER_ID
public static final IdAssignmentPolicyValue SYSTEM_ID
Method Detail |
---|
public int value()
public static IdAssignmentPolicyValue from_int(int _vis_value)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |