Uses of Enum Class
org.apache.activemq.artemis.jms.client.ActiveMQDestination.TYPE
Packages that use ActiveMQDestination.TYPE
-
Uses of ActiveMQDestination.TYPE in org.apache.activemq.artemis.jms.client
Methods in org.apache.activemq.artemis.jms.client that return ActiveMQDestination.TYPEModifier and TypeMethodDescriptionActiveMQDestination.getType()static ActiveMQDestination.TYPEActiveMQDestination.TYPE.getType(byte type) static ActiveMQDestination.TYPEReturns the enum constant of this class with the specified name.static ActiveMQDestination.TYPE[]ActiveMQDestination.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQDestination.TYPEModifier and TypeMethodDescriptionstatic ActiveMQDestinationActiveMQDestination.createDestination(String name, ActiveMQDestination.TYPE defaultType) Static helper method for working with destinations.static booleanActiveMQDestination.TYPE.isQueue(ActiveMQDestination.TYPE type) static booleanActiveMQDestination.TYPE.isTemporary(ActiveMQDestination.TYPE type) Constructors in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQDestination.TYPEModifierConstructorDescriptionprotectedActiveMQDestination(String address, String name, ActiveMQDestination.TYPE type, ActiveMQSession session) protectedActiveMQDestination(String address, ActiveMQDestination.TYPE type, ActiveMQSession session) protectedActiveMQDestination(SimpleString address, String name, ActiveMQDestination.TYPE type, ActiveMQSession session) Deprecated.protectedActiveMQDestination(SimpleString address, ActiveMQDestination.TYPE type, ActiveMQSession session)