|
||||||||||
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 Set<ActiveMQDestination> |
getDestinations()
Returns a set of all the ActiveMQDestination
objects that the persistence store is aware exist. |
abstract long |
getLastMessageBrokerSequenceId()
|
abstract void |
removeDestination(Destination dest)
|
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 Exception
Exception
public abstract void removeDestination(Destination dest)
public abstract Set<ActiveMQDestination> getDestinations()
ActiveMQDestination
objects that the persistence store is aware exist.
public abstract SubscriptionInfo[] getAllDurableSubscriptions(ActiveMQTopic topic) throws IOException
IOException
public abstract long getLastMessageBrokerSequenceId() throws IOException
IOException
public abstract void setRegionBroker(RegionBroker regionBroker)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |