public interface IJMSSupport
Modifier and Type | Interface and Description |
---|---|
static interface |
IJMSSupport.IJMSObject |
static interface |
IJMSSupport.IJMSQueue |
static interface |
IJMSSupport.IJMSTopic |
Modifier and Type | Method and Description |
---|---|
IJMSSupport.IJMSQueue |
createQueue(String queueName) |
default IJMSSupport.IJMSQueue |
createQueue(String queueName,
boolean silentLog) |
IJMSSupport.IJMSTopic |
createTopic(String topicName,
boolean no_local) |
default IJMSSupport.IJMSTopic |
createTopic(String topicName,
boolean no_local,
boolean silentLog) |
IJMSSupport.IJMSTopic createTopic(String topicName, boolean no_local)
IJMSSupport.IJMSQueue createQueue(String queueName)
default IJMSSupport.IJMSTopic createTopic(String topicName, boolean no_local, boolean silentLog)
default IJMSSupport.IJMSQueue createQueue(String queueName, boolean silentLog)