|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.broker.region.DestinationFactory
public abstract class DestinationFactory
Used to create Destinations. One instance of DestinationFactory is used per BrokerService.
Constructor Summary | |
---|---|
DestinationFactory()
|
Method Summary | |
---|---|
abstract Destination |
createDestination(ConnectionContext context,
ActiveMQDestination destination,
DestinationStatistics destinationStatistics)
Create destination implementation. |
abstract SubscriptionInfo[] |
getAllDurableSubscriptions(ActiveMQTopic topic)
Lists all the durable subscirptions for a given destination. |
abstract java.util.Set |
getDestinations()
Returns a set of all the ActiveMQDestination
objects that the persistence store is aware exist. |
abstract long |
getLastMessageBrokerSequenceId()
|
abstract void |
setRegionBroker(RegionBroker regionBroker)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DestinationFactory()
Method Detail |
---|
public abstract Destination createDestination(ConnectionContext context, ActiveMQDestination destination, DestinationStatistics destinationStatistics) throws java.lang.Exception
java.lang.Exception
public abstract java.util.Set getDestinations()
ActiveMQDestination
objects that the persistence store is aware exist.
public abstract SubscriptionInfo[] getAllDurableSubscriptions(ActiveMQTopic topic) throws java.io.IOException
java.io.IOException
public abstract long getLastMessageBrokerSequenceId() throws java.io.IOException
java.io.IOException
public abstract void setRegionBroker(RegionBroker regionBroker)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |