org.apache.yoko.orb.OBPortableServer
Class SynchronizationPolicyValue

java.lang.Object
  extended by 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

Field Summary
static int _NO_SYNCHRONIZATION
           
static int _SYNCHRONIZE_ON_ORB
           
static int _SYNCHRONIZE_ON_POA
           
static SynchronizationPolicyValue NO_SYNCHRONIZATION
           
static SynchronizationPolicyValue SYNCHRONIZE_ON_ORB
           
static SynchronizationPolicyValue SYNCHRONIZE_ON_POA
           
 
Constructor Summary
protected SynchronizationPolicyValue(int value)
           
 
Method Summary
static SynchronizationPolicyValue from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

SynchronizationPolicyValue

protected SynchronizationPolicyValue(int value)
Method Detail

value

public int value()

from_int

public static SynchronizationPolicyValue from_int(int value)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.