Package | Description |
---|---|
org.apache.activemq.artemis.jms.client |
Modifier and Type | Method and Description |
---|---|
ActiveMQDestination.TYPE |
ActiveMQDestination.getType() |
static ActiveMQDestination.TYPE |
ActiveMQDestination.TYPE.getType(byte type) |
static ActiveMQDestination.TYPE |
ActiveMQDestination.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveMQDestination.TYPE[] |
ActiveMQDestination.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ActiveMQDestination |
ActiveMQDestination.createDestination(String name,
ActiveMQDestination.TYPE defaultType)
Static helper method for working with destinations.
|
static boolean |
ActiveMQDestination.TYPE.isQueue(ActiveMQDestination.TYPE type) |
static boolean |
ActiveMQDestination.TYPE.isTemporary(ActiveMQDestination.TYPE type) |
Constructor and Description |
---|
ActiveMQDestination(SimpleString address,
ActiveMQDestination.TYPE type,
ActiveMQSession session) |
ActiveMQDestination(SimpleString address,
String name,
ActiveMQDestination.TYPE type,
ActiveMQSession session)
Deprecated.
|
ActiveMQDestination(String address,
ActiveMQDestination.TYPE type,
ActiveMQSession session) |
ActiveMQDestination(String address,
String name,
ActiveMQDestination.TYPE type,
ActiveMQSession session) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.