com.inprise.vbroker.PortableServerExt
Class BindSupportPolicyValue
java.lang.Object
com.inprise.vbroker.PortableServerExt.BindSupportPolicyValue
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class BindSupportPolicyValue
- extends java.lang.Object
- implements IDLEntity
Defines BindSupportPolicy values.
- NONE No registration with OSAgent will take place.
- BY_INSTANCE The object instance will be registered with the OSAgent.
- BY_POA Only the POA is registered with the OSAgent.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
_NONE
public static final int _NONE
- See Also:
- Constant Field Values
_BY_INSTANCE
public static final int _BY_INSTANCE
- See Also:
- Constant Field Values
_BY_POA
public static final int _BY_POA
- See Also:
- Constant Field Values
NONE
public static final BindSupportPolicyValue NONE
BY_INSTANCE
public static final BindSupportPolicyValue BY_INSTANCE
BY_POA
public static final BindSupportPolicyValue BY_POA
value
public int value()
from_int
public static BindSupportPolicyValue from_int(int _vis_value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online