org.apache.yoko.orb.OCI
Class SendReceiveMode
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
SendReceiveMode
protected SendReceiveMode(int value)
value
public int value()
from_int
public static SendReceiveMode from_int(int value)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.