Package com.ibm.ws.javaee.dd.common
Interface JMSConnectionFactory
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
Represents <jms-connection-factory>.
-
Method Summary
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
-
Method Details
-
getInterfaceNameValue
String getInterfaceNameValue()- Returns:
- <interface-name>, or null if unspecified
-
getClassNameValue
String getClassNameValue()- Returns:
- <class-name>, or null if unspecified
-
getResourceAdapter
String getResourceAdapter()- Returns:
- <resource-adapter>, or null if unspecified
-
getUser
String getUser()- Returns:
- <user>, or null if unspecified
-
getPassword
String getPassword()- Returns:
- <password>, or null if unspecified
-
getClientId
String getClientId()- Returns:
- <client-id>, or null if unspecified
-
getProperties
- Returns:
- <property> as a read-only list
-
isSetTransactional
boolean isSetTransactional()- Returns:
- true if <transactional> is specified
- See Also:
-
isTransactional
boolean isTransactional()- Returns:
- <transactional> if specified
- See Also:
-
isSetMaxPoolSize
boolean isSetMaxPoolSize()- Returns:
- true if <max-pool-size> is specified
- See Also:
-
getMaxPoolSize
int getMaxPoolSize()- Returns:
- <max-pool-size> if specified
- See Also:
-
isSetMinPoolSize
boolean isSetMinPoolSize()- Returns:
- true if <min-pool-size> is specified
- See Also:
-
getMinPoolSize
int getMinPoolSize()- Returns:
- <min-pool-size> if specified
- See Also:
-