| |
|
| java.lang.Object org.mockejb.jms.QueueBrowserImpl
QueueBrowserImpl | class QueueBrowserImpl implements QueueBrowser(Code) | | QueueBrowser implementation.
author: Dimitar Gospodinov See Also: javax.jms.QueueBrowser |
QueueBrowserImpl | QueueBrowserImpl(MockQueue queue)(Code) | | Creates new queue browser for queue
Parameters: queue - |
close | public void close() throws JMSException(Code) | | Does nothing
See Also: javax.jms.QueueBrowser.close |
getEnumeration | public Enumeration getEnumeration() throws JMSException(Code) | | See Also: javax.jms.QueueBrowser.getEnumeration |
getMessageSelector | public String getMessageSelector() throws JMSException(Code) | | Returns null.
See Also: javax.jms.QueueBrowser.getMessageSelector |
getQueue | public Queue getQueue() throws JMSException(Code) | | See Also: javax.jms.QueueBrowser.getQueue |
|
|
|