org.jpu.patterns.serviceLocator
Interface IQueueLocator

All Superinterfaces:
ILocator
All Known Implementing Classes:
QueueLocator

public interface IQueueLocator
extends ILocator


Nested Class Summary
 
Nested classes inherited from class org.jpu.patterns.serviceLocator.ILocator
ILocator.ICache, ILocator.IIdentifierParser, ILocator.ILookupStrategy, ILocator.INarrowStrategy
 
Method Summary
 javax.jms.Queue getQueue(java.lang.String namingIdentifier)
           
 javax.jms.Queue getQueue(java.lang.String namingIdentifier, java.lang.Class c)
           
 javax.jms.Queue getQueue(java.lang.String namingIdentifier, ServiceLocatorOptions options)
           
 
Methods inherited from interface org.jpu.patterns.serviceLocator.ILocator
clearCache, getCache, getDefaultCast, getLookupStrategy, getNarrowStrategy, getObject, getObject, getObject, narrow, narrow, newCache, newLookupStrategy, newNarrowStrategy, removeFromCache, setCache, setLookupStrategy, setNarrowStrategy
 

Method Detail

getQueue

public javax.jms.Queue getQueue(java.lang.String namingIdentifier)
                         throws ServiceLocatorException
Throws:
ServiceLocatorException

getQueue

public javax.jms.Queue getQueue(java.lang.String namingIdentifier,
                                java.lang.Class c)
                         throws ServiceLocatorException
Throws:
ServiceLocatorException

getQueue

public javax.jms.Queue getQueue(java.lang.String namingIdentifier,
                                ServiceLocatorOptions options)
                         throws ServiceLocatorException
Throws:
ServiceLocatorException


Copyright (c) 2001-2003 - Apache Software Foundation