Uses of Class
org.activemq.message.ProducerInfo

Packages that use ProducerInfo
org.activemq The core JMS client implementation classes 
org.activemq.advisories Helper classes for listening to advisory messages. 
org.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. 
org.activemq.security.jassjacc   
 

Uses of ProducerInfo in org.activemq
 

Methods in org.activemq that return ProducerInfo
protected  ProducerInfo ActiveMQSession.createProducerInfo(ActiveMQMessageProducer producer)
           
 

Uses of ProducerInfo in org.activemq.advisories
 

Methods in org.activemq.advisories that return ProducerInfo
 ProducerInfo ProducerAdvisoryEvent.getInfo()
           
 

Uses of ProducerInfo in org.activemq.broker
 

Methods in org.activemq.broker with parameters of type ProducerInfo
 void Broker.addMessageProducer(BrokerClient client, ProducerInfo info)
          Adds a new message producer, which could be rejected due to authorization
 void BrokerContainer.deregisterMessageProducer(BrokerClient client, ProducerInfo info)
          De-register a MessageProducer from the Broker
 void BrokerConnector.deregisterMessageProducer(BrokerClient client, ProducerInfo info)
          De-register a MessageProducer from the Broker
 void BrokerContainer.registerMessageProducer(BrokerClient client, ProducerInfo info)
          Registers a MessageProducer
 void BrokerConnector.registerMessageProducer(BrokerClient client, ProducerInfo info)
          Registers a MessageProducer
 void Broker.removeMessageProducer(BrokerClient client, ProducerInfo info)
          Removes a producer
 

Uses of ProducerInfo in org.activemq.broker.impl
 

Methods in org.activemq.broker.impl with parameters of type ProducerInfo
 void DefaultBroker.addMessageProducer(BrokerClient client, ProducerInfo info)
           
 void BrokerContainerImpl.deregisterMessageProducer(BrokerClient client, ProducerInfo info)
          De-register a MessageProducer from the Broker
 void BrokerConnectorImpl.deregisterMessageProducer(BrokerClient client, ProducerInfo info)
          De-register a MessageProducer from the Broker
 void BrokerContainerImpl.registerMessageProducer(BrokerClient client, ProducerInfo info)
          Registers a MessageProducer
 void BrokerConnectorImpl.registerMessageProducer(BrokerClient client, ProducerInfo info)
          Registers a MessageProducer
 void DefaultBroker.removeMessageProducer(BrokerClient client, ProducerInfo info)
           
 

Uses of ProducerInfo in org.activemq.security
 

Methods in org.activemq.security with parameters of type ProducerInfo
 void SecurityAdapter.authorizeProducer(BrokerClient client, ProducerInfo info)
          Authorizes that the prodcuer can start with the given producer information.
 

Uses of ProducerInfo in org.activemq.security.jassjacc
 

Methods in org.activemq.security.jassjacc with parameters of type ProducerInfo
 void JassJaccSecurityAdapter.authorizeProducer(BrokerClient client, ProducerInfo info)
           
 



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.