org.granite.spring
Class JmsTopicDestination

java.lang.Object
  extended by org.granite.gravity.config.AbstractMessagingDestination
      extended by org.granite.gravity.config.AbstractJmsTopicDestination
          extended by org.granite.spring.JmsTopicDestination
All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware

public class JmsTopicDestination
extends org.granite.gravity.config.AbstractJmsTopicDestination
implements InitializingBean, ApplicationContextAware


Constructor Summary
JmsTopicDestination()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setApplicationContext(ApplicationContext context)
           
 
Methods inherited from class org.granite.gravity.config.AbstractJmsTopicDestination
buildAdapter, buildDestination, getAcknowledgeMode, getConnectionFactory, getDestinationJndiName, getJndiName, getName, isTextMessages, isTransactedSessions, setAcknowledgeMode, setConnectionFactory, setDestinationJndiName, setJndiName, setName, setTextMessages, setTransactedSessions
 
Methods inherited from class org.granite.gravity.config.AbstractMessagingDestination
getId, getRoles, getSecurizer, getSecurizerClassName, init, initServices, isNoLocal, isSessionSelector, setId, setNoLocal, setRoles, setSecurizer, setSecurizerClassName, setSessionSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsTopicDestination

public JmsTopicDestination()
Method Detail

setApplicationContext

public void setApplicationContext(ApplicationContext context)
                           throws BeansException
Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface InitializingBean