org.activemq.security.jassjacc
Class DestinationSecurityConfig
java.lang.Object
org.activemq.security.jassjacc.DestinationSecurityConfig
public class DestinationSecurityConfig
- extends Object
- Author:
- Hiram
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestinationSecurityConfig
public DestinationSecurityConfig()
getBrokerName
public String getBrokerName()
- Returns:
- Returns the brokerName.
setBrokerName
public void setBrokerName(String brokerName)
- Parameters:
brokerName
- The brokerName to set.
getConsumeRoles
public HashSet getConsumeRoles()
- Returns:
- Returns the consumeRoles.
setConsumeRoles
public void setConsumeRoles(HashSet consumeRoles)
- Parameters:
consumeRoles
- The consumeRoles to set.
getDestination
public ActiveMQDestination getDestination()
- Returns:
- Returns the destination.
setDestination
public void setDestination(ActiveMQDestination destination)
- Parameters:
destination
- The destination to set.
getProduceRoles
public HashSet getProduceRoles()
- Returns:
- Returns the produceRoles.
setProduceRoles
public void setProduceRoles(HashSet produceRoles)
- Parameters:
produceRoles
- The produceRoles to set.
getSendRoles
public HashSet getSendRoles()
- Returns:
- Returns the sendRoles.
setSendRoles
public void setSendRoles(HashSet sendRoles)
- Parameters:
sendRoles
- The sendRoles to set.
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.