Package org.apache.openejb.jee
Class JMSConnectionFactory
- java.lang.Object
-
- org.apache.openejb.jee.JMSConnectionFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassNameprotected StringclientIdprotected TextMapdescriptionprotected Stringidprotected StringinterfaceNameprotected IntegermaxPoolSizeprotected IntegerminPoolSizeprotected Stringnameprotected Stringpasswordprotected List<Property>propertyprotected StringresourceAdapterprotected booleantransactionalprotected Stringuser
-
Constructor Summary
Constructors Constructor Description JMSConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetClientId()Text[]getDescriptions()StringgetId()StringgetInterfaceName()StringgetKey()Gets the immutable key for this object.IntegergetMaxPoolSize()IntegergetMinPoolSize()StringgetName()StringgetPassword()List<Property>getProperty()StringgetResourceAdapter()StringgetUser()booleanisTransactional()JMSConnectionFactoryproperty(String name, String value)voidsetClassName(String className)voidsetClientId(String clientId)voidsetId(String value)voidsetInterfaceName(String interfaceName)voidsetMaxPoolSize(Integer maxPoolSize)voidsetMinPoolSize(Integer minPoolSize)voidsetName(String name)voidsetPassword(String password)voidsetResourceAdapter(String resourceAdapter)voidsetTransactional(boolean transactional)voidsetUser(String user)
-
-
-
Field Detail
-
description
protected TextMap description
-
name
protected String name
-
maxPoolSize
protected Integer maxPoolSize
-
minPoolSize
protected Integer minPoolSize
-
className
protected String className
-
interfaceName
protected String interfaceName
-
resourceAdapter
protected String resourceAdapter
-
user
protected String user
-
password
protected String password
-
clientId
protected String clientId
-
transactional
protected boolean transactional
-
id
protected String id
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
property
public JMSConnectionFactory property(String name, String value)
-
isTransactional
public boolean isTransactional()
-
setTransactional
public void setTransactional(boolean transactional)
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getResourceAdapter
public String getResourceAdapter()
-
setResourceAdapter
public void setResourceAdapter(String resourceAdapter)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getInterfaceName
public String getInterfaceName()
-
setInterfaceName
public void setInterfaceName(String interfaceName)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getMaxPoolSize
public Integer getMaxPoolSize()
-
setMaxPoolSize
public void setMaxPoolSize(Integer maxPoolSize)
-
getMinPoolSize
public Integer getMinPoolSize()
-
setMinPoolSize
public void setMinPoolSize(Integer minPoolSize)
-
getId
public String getId()
-
setId
public void setId(String value)
-
-