|
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.IdUniquenessPolicyValue
public final class IdUniquenessPolicyValue
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.
Field Summary | |
---|---|
static int |
_MULTIPLE_ID
MULTIPLE_ID - a servant activated with that POA may support one or more Object Ids. |
static int |
_UNIQUE_ID
UNIQUE_ID - Servants activated with that POA support exactly one Object Id. |
static IdUniquenessPolicyValue |
MULTIPLE_ID
MULTIPLE_ID - a servant activated with that POA may support one or more Object Ids. |
static IdUniquenessPolicyValue |
UNIQUE_ID
UNIQUE_ID - Servants activated with that POA support exactly one Object Id. |
Method Summary | |
---|---|
static IdUniquenessPolicyValue |
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 _UNIQUE_ID
public static final int _MULTIPLE_ID
public static final IdUniquenessPolicyValue UNIQUE_ID
public static final IdUniquenessPolicyValue MULTIPLE_ID
Method Detail |
---|
public int value()
public static IdUniquenessPolicyValue from_int(int _vis_value)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |