public enum ConnectionFactoryType extends Enum<ConnectionFactoryType>
Enum Constant and Description |
---|
GENERIC |
QUEUE |
TOPIC |
XA_GENERIC |
XA_QUEUE |
XA_TOPIC |
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.controller.operations.validation.ParameterValidator |
VALIDATOR |
Modifier and Type | Method and Description |
---|---|
org.apache.activemq.artemis.api.jms.JMSFactoryType |
getType() |
static ConnectionFactoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionFactoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionFactoryType GENERIC
public static final ConnectionFactoryType TOPIC
public static final ConnectionFactoryType QUEUE
public static final ConnectionFactoryType XA_GENERIC
public static final ConnectionFactoryType XA_QUEUE
public static final ConnectionFactoryType XA_TOPIC
public static final org.jboss.as.controller.operations.validation.ParameterValidator VALIDATOR
public static ConnectionFactoryType[] values()
for (ConnectionFactoryType c : ConnectionFactoryType.values()) System.out.println(c);
public static ConnectionFactoryType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic org.apache.activemq.artemis.api.jms.JMSFactoryType getType()
Copyright © 2016 JBoss by Red Hat. All rights reserved.