org.apache.yoko.orb.OCI
Class SendReceiveMode

java.lang.Object
  extended by org.apache.yoko.orb.OCI.SendReceiveMode
All Implemented Interfaces:
Serializable, IDLEntity

public class SendReceiveMode
extends Object
implements IDLEntity

Indicates the send/receive capabilities of an OCI component.

See Also:
Serialized Form

Field Summary
static int _ReceiveOnly
           
static int _SendOnly
           
static int _SendReceive
           
static SendReceiveMode ReceiveOnly
           
static SendReceiveMode SendOnly
           
static SendReceiveMode SendReceive
           
 
Constructor Summary
protected SendReceiveMode(int value)
           
 
Method Summary
static SendReceiveMode 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

_SendOnly

public static final int _SendOnly
See Also:
Constant Field Values

SendOnly

public static final SendReceiveMode SendOnly

_ReceiveOnly

public static final int _ReceiveOnly
See Also:
Constant Field Values

ReceiveOnly

public static final SendReceiveMode ReceiveOnly

_SendReceive

public static final int _SendReceive
See Also:
Constant Field Values

SendReceive

public static final SendReceiveMode SendReceive
Constructor Detail

SendReceiveMode

protected SendReceiveMode(int value)
Method Detail

value

public int value()

from_int

public static SendReceiveMode from_int(int value)


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