|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.jndi.PropertiesFileInitialContextFactory
public class PropertiesFileInitialContextFactory
Field Summary | |
---|---|
protected org.slf4j.Logger |
_logger
|
Constructor Summary | |
---|---|
PropertiesFileInitialContextFactory()
|
Method Summary | |
---|---|
protected void |
createConnectionFactories(Map data,
Hashtable environment)
|
protected ReadOnlyContext |
createContext(Map data,
Hashtable environment)
|
protected Destination |
createDestination(String str)
Factory method to create new Destination instances from an AMQP BindingURL |
protected void |
createDestinations(Map data,
Hashtable environment)
|
protected ConnectionFactory |
createFactory(String url)
Factory method to create new Connection Factory instances |
protected Destination |
createHeaderExchange(Object value)
Factory method to create new HeaderExcahnge instances |
protected Queue |
createQueue(Object value)
Factory method to create new Queue instances |
protected void |
createQueues(Map data,
Hashtable environment)
|
protected Topic |
createTopic(Object value)
Factory method to create new Topic instances |
protected void |
createTopics(Map data,
Hashtable environment)
|
String |
getConnectionPrefix()
|
String |
getDestinationPrefix()
|
Context |
getInitialContext(Hashtable environment)
|
String |
getQueuePrefix()
|
String |
getTopicPrefix()
|
void |
setConnectionPrefix(String connectionPrefix)
|
void |
setDestinationPrefix(String destinationPrefix)
|
void |
setQueuePrefix(String queuePrefix)
|
void |
setTopicPrefix(String topicPrefix)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.slf4j.Logger _logger
Constructor Detail |
---|
public PropertiesFileInitialContextFactory()
Method Detail |
---|
public Context getInitialContext(Hashtable environment) throws NamingException
getInitialContext
in interface InitialContextFactory
NamingException
protected ReadOnlyContext createContext(Map data, Hashtable environment)
protected void createConnectionFactories(Map data, Hashtable environment)
protected void createDestinations(Map data, Hashtable environment)
protected void createQueues(Map data, Hashtable environment)
protected void createTopics(Map data, Hashtable environment)
protected ConnectionFactory createFactory(String url)
protected Destination createDestination(String str)
protected Queue createQueue(Object value)
protected Topic createTopic(Object value)
protected Destination createHeaderExchange(Object value)
public String getConnectionPrefix()
public void setConnectionPrefix(String connectionPrefix)
public String getDestinationPrefix()
public void setDestinationPrefix(String destinationPrefix)
public String getQueuePrefix()
public void setQueuePrefix(String queuePrefix)
public String getTopicPrefix()
public void setTopicPrefix(String topicPrefix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |