Class PooledConnectionFactoryConfigProperties
- java.lang.Object
-
- org.wildfly.extension.messaging.activemq.jms.PooledConnectionFactoryConfigProperties
-
public class PooledConnectionFactoryConfigProperties extends Object
- Author:
- Andy Taylor Date: 5/16/11 Time: 5:09 PM
-
-
Constructor Summary
Constructors Constructor Description PooledConnectionFactoryConfigProperties(String name, String value, String type, org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType configType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigTypegetConfigType()StringgetName()StringgetType()StringgetValue()
-
-
-
Constructor Detail
-
PooledConnectionFactoryConfigProperties
public PooledConnectionFactoryConfigProperties(String name, String value, String type, org.wildfly.extension.messaging.activemq.jms.ConnectionFactoryAttribute.ConfigType configType)
- Parameters:
configType- can benullto configure a property on the resource adapter.
-
-