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) |
IJMSSupport.IJMSTopic |
createTopic(String topicName,
boolean no_local) |
IJMSSupport.IJMSTopic createTopic(String topicName, boolean no_local)
IJMSSupport.IJMSQueue createQueue(String queueName)