org.apache.activemq.filter
Class DestinationMapEntry
java.lang.Object
org.apache.activemq.filter.DestinationMapEntry
- All Implemented Interfaces:
- Comparable, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- AuthorizationEntry, DefaultDestinationMapEntry, PolicyEntry
public abstract class DestinationMapEntry
- extends Object
- implements org.springframework.beans.factory.InitializingBean, Comparable
A base class for entry objects used to construct a destination based policy
map.
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestinationMapEntry
public DestinationMapEntry()
compareTo
public int compareTo(Object that)
- Specified by:
compareTo
in interface Comparable
setQueue
public void setQueue(String name)
- A helper method to set the destination from a configuration file
setTopic
public void setTopic(String name)
- A helper method to set the destination from a configuration file
getDestination
public ActiveMQDestination getDestination()
setDestination
public void setDestination(ActiveMQDestination destination)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getValue
public Object getValue()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.