org.granite.gravity.config
Class AbstractActiveMQTopicDestination

java.lang.Object
  extended by org.granite.gravity.config.AbstractMessagingDestination
      extended by org.granite.gravity.config.AbstractJmsTopicDestination
          extended by org.granite.gravity.config.AbstractActiveMQTopicDestination

@Scope(value=APPLICATION)
public class AbstractActiveMQTopicDestination
extends AbstractJmsTopicDestination


Constructor Summary
AbstractActiveMQTopicDestination()
           
 
Method Summary
protected  Adapter buildAdapter()
           
protected  Destination buildDestination(Adapter adapter)
           
 String getBrokerUrl()
           
 String getFileStoreRoot()
           
 boolean isCreateBroker()
           
 boolean isDurable()
           
 boolean isWaitForStart()
           
 void setBrokerUrl(String brokerUrl)
           
 void setCreateBroker(boolean createBroker)
           
 void setDurable(boolean durable)
           
 void setFileStoreRoot(String fileStoreRoot)
           
 void setWaitForStart(boolean waitForStart)
           
 
Methods inherited from class org.granite.gravity.config.AbstractJmsTopicDestination
getAcknowledgeMode, getConnectionFactory, getDestinationJndiName, getJndiName, getName, isTransactedSessions, setAcknowledgeMode, setConnectionFactory, setDestinationJndiName, setJndiName, setName, setTransactedSessions
 
Methods inherited from class org.granite.gravity.config.AbstractMessagingDestination
getId, getRoles, init, initServices, isNoLocal, isSessionSelector, setId, setNoLocal, setRoles, setSessionSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractActiveMQTopicDestination

public AbstractActiveMQTopicDestination()
Method Detail

getBrokerUrl

public String getBrokerUrl()

setBrokerUrl

public void setBrokerUrl(String brokerUrl)

isCreateBroker

public boolean isCreateBroker()

setCreateBroker

public void setCreateBroker(boolean createBroker)

isWaitForStart

public boolean isWaitForStart()

setWaitForStart

public void setWaitForStart(boolean waitForStart)

isDurable

public boolean isDurable()

setDurable

public void setDurable(boolean durable)

getFileStoreRoot

public String getFileStoreRoot()

setFileStoreRoot

public void setFileStoreRoot(String fileStoreRoot)

buildAdapter

protected Adapter buildAdapter()
Overrides:
buildAdapter in class AbstractJmsTopicDestination

buildDestination

protected Destination buildDestination(Adapter adapter)
Overrides:
buildDestination in class AbstractJmsTopicDestination