Operation Summary | |
java.lang.Boolean | isEmpty( Boolean function indicates if there are any messages in the specified queue. |
java.lang.Boolean | isEmpty( Boolean function indicates if there are any messages in the specified queue. |
java.lang.Integer | clear( Clears all the messages from the specified queue. |
java.lang.Integer | clear( Clears all the messages from the specified queue. |
java.lang.Integer | clear( Clears messages which match the specified selector from the specified queue. |
java.lang.Integer | clear( Clears messages which match the specified selector from the specified queue. |
java.lang.String | browse( Browse a message on the specified queue. |
java.lang.String | browse( Browse a message on the specified queue. |
java.lang.String[] | browse( Browse messages on the specified queue. |
java.lang.String[] | browse( Browse messages on the specified queue. |
java.lang.String[] | browse( Browse messages on the specified queue. |
java.lang.String[] | browse( Browse messages on the specified queue. |
java.lang.String[] | browse( Browse messages on the specified queue. |
java.lang.String[] | browse( Browse messages on the specified queue. |
Operation Detail |
public java.lang.Boolean isEmpty(java.lang.String jndiQueueName,
java.lang.String jndiQCF
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.
public java.lang.Boolean isEmpty(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.user
-
user name for the queue connection factory.password
-
password for the queue connection factory.
public java.lang.Integer clear(java.lang.String jndiQueueName,
java.lang.String jndiQCF
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.
public java.lang.Integer clear(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.user
-
user name for the queue connection factory.password
-
password for the queue connection factory.
public java.lang.Integer clear(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String selector
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.Integer clear(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password,
java.lang.String selector
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.user
-
user name for the queue connection factory.password
-
password for the queue connection factory.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.
public java.lang.String browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.user
-
user name for the queue connection factory.password
-
password for the queue connection factory.
public java.lang.String[] browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer numberOfMessages
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.numberOfMessages
-
The number of messages to return to the caller.
public java.lang.String[] browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password,
java.lang.Integer numberOfMessages
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.user
-
user name for the queue connection factory.password
-
password for the queue connection factory.numberOfMessages
-
The number of messages to return to the caller.
public java.lang.String[] browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String selector
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String[] browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password,
java.lang.String selector
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.user
-
user name for the queue connection factory.password
-
password for the queue connection factory.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String[] browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.Integer numberOfMessages,
java.lang.String selector
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.numberOfMessages
-
The number of messages to return to the caller.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.
public java.lang.String[] browse(java.lang.String jndiQueueName,
java.lang.String jndiQCF,
java.lang.String user,
java.lang.String password,
java.lang.Integer numberOfMessages,
java.lang.String selector
)
jndiQueueName
-
The name of the queue as specified in the JNDI namespace.jndiQCF
-
The name of the queue connection factory as specified in the JNDI namespace.user
-
user name for the queue connection factory.password
-
password for the queue connection factory.numberOfMessages
-
The number of messages to return to the caller.selector
-
The selection criteria for the message, for more information on the format see javax.jms.Message.