Uses of Class
org.apache.activemq.artemis.jms.client.ActiveMQDestination.TYPE
-
Packages that use ActiveMQDestination.TYPE Package Description org.apache.activemq.artemis.jms.client -
-
Uses of ActiveMQDestination.TYPE in org.apache.activemq.artemis.jms.client
Methods in org.apache.activemq.artemis.jms.client that return ActiveMQDestination.TYPE Modifier and Type Method Description ActiveMQDestination.TYPE
ActiveMQDestination. getType()
static ActiveMQDestination.TYPE
ActiveMQDestination.TYPE. getType(byte type)
static ActiveMQDestination.TYPE
ActiveMQDestination.TYPE. valueOf(java.lang.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.Methods in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQDestination.TYPE Modifier and Type Method Description static ActiveMQDestination
ActiveMQDestination. createDestination(java.lang.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)
Constructors in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQDestination.TYPE Constructor Description ActiveMQDestination(java.lang.String address, java.lang.String name, ActiveMQDestination.TYPE type, ActiveMQSession session)
ActiveMQDestination(java.lang.String address, ActiveMQDestination.TYPE type, ActiveMQSession session)
ActiveMQDestination(org.apache.activemq.artemis.api.core.SimpleString address, java.lang.String name, ActiveMQDestination.TYPE type, ActiveMQSession session)
Deprecated.ActiveMQDestination(org.apache.activemq.artemis.api.core.SimpleString address, ActiveMQDestination.TYPE type, ActiveMQSession session)
-