public final class JMSDestinationType extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_QUEUE |
static int |
_TOPIC |
static JMSDestinationType |
QUEUE |
static JMSDestinationType |
TOPIC |
| Modifier | Constructor and Description |
|---|---|
protected |
JMSDestinationType(int i) |
public static final int _QUEUE
public static final JMSDestinationType QUEUE
public static final int _TOPIC
public static final JMSDestinationType TOPIC
public int value()
public static JMSDestinationType from_int(int value)
Copyright © 2015 JacORB. All rights reserved.