org.apache.yoko.orb.OBPortableServer
Class SynchronizationPolicyValue
java.lang.Object
org.apache.yoko.orb.OBPortableServer.SynchronizationPolicyValue
- All Implemented Interfaces:
- Serializable, IDLEntity
public class SynchronizationPolicyValue
- extends Object
- implements IDLEntity
This enumeration details the synchronization strategies for method
dispatch.
- See Also:
SynchronizationPolicy
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_NO_SYNCHRONIZATION
public static final int _NO_SYNCHRONIZATION
- See Also:
- Constant Field Values
NO_SYNCHRONIZATION
public static final SynchronizationPolicyValue NO_SYNCHRONIZATION
_SYNCHRONIZE_ON_POA
public static final int _SYNCHRONIZE_ON_POA
- See Also:
- Constant Field Values
SYNCHRONIZE_ON_POA
public static final SynchronizationPolicyValue SYNCHRONIZE_ON_POA
_SYNCHRONIZE_ON_ORB
public static final int _SYNCHRONIZE_ON_ORB
- See Also:
- Constant Field Values
SYNCHRONIZE_ON_ORB
public static final SynchronizationPolicyValue SYNCHRONIZE_ON_ORB
SynchronizationPolicyValue
protected SynchronizationPolicyValue(int value)
value
public int value()
from_int
public static SynchronizationPolicyValue from_int(int value)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.