Interface ConnectionFactoryOptions
-
- All Known Implementing Classes:
ActiveMQConnectionFactory
,ActiveMQJMSConnectionFactory
,ActiveMQQueueConnectionFactory
,ActiveMQTopicConnectionFactory
,ActiveMQXAConnectionFactory
,ActiveMQXAQueueConnectionFactory
,ActiveMQXATopicConnectionFactory
public interface ConnectionFactoryOptions
Common interface to be used to share common parameters between the RA and client JMS. Initially developed to carry on Serialization packages white list but it could eventually be expanded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDeserializationBlackList()
java.lang.String
getDeserializationWhiteList()
void
setDeserializationBlackList(java.lang.String blackList)
void
setDeserializationWhiteList(java.lang.String whiteList)
-
-
-
Method Detail
-
getDeserializationBlackList
java.lang.String getDeserializationBlackList()
-
setDeserializationBlackList
void setDeserializationBlackList(java.lang.String blackList)
-
getDeserializationWhiteList
java.lang.String getDeserializationWhiteList()
-
setDeserializationWhiteList
void setDeserializationWhiteList(java.lang.String whiteList)
-
-