public class Role<T extends Role<T>> extends Object
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
consume()
This permission allows the user to consume a message from a queue bound
to matching addresses.
|
T |
consume(Boolean value)
This permission allows the user to consume a message from a queue bound
to matching addresses.
|
Boolean |
createDurableQueue()
This permission allows the user to create a durable queue.
|
T |
createDurableQueue(Boolean value)
This permission allows the user to create a durable queue.
|
Boolean |
createNonDurableQueue()
This permission allows the user to create a temporary queue.
|
T |
createNonDurableQueue(Boolean value)
This permission allows the user to create a temporary queue.
|
Boolean |
deleteDurableQueue()
This permission allows the user to delete a durable queue.
|
T |
deleteDurableQueue(Boolean value)
This permission allows the user to delete a durable queue.
|
Boolean |
deleteNonDurableQueue()
This permission allows the user to delete a temporary queue.
|
T |
deleteNonDurableQueue(Boolean value)
This permission allows the user to delete a temporary queue.
|
String |
getKey() |
Boolean |
manage()
This permission allows the user to invoke management operations by
sending management messages to the management address.
|
T |
manage(Boolean value)
This permission allows the user to invoke management operations by
sending management messages to the management address.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
send()
This permission allows the user to send a message to matching addresses.
|
T |
send(Boolean value)
This permission allows the user to send a message to matching addresses.
|
public Role(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean consume()
public T consume(Boolean value)
public Boolean createDurableQueue()
public T createDurableQueue(Boolean value)
public Boolean createNonDurableQueue()
public T createNonDurableQueue(Boolean value)
public Boolean deleteDurableQueue()
public T deleteDurableQueue(Boolean value)
public Boolean deleteNonDurableQueue()
public T deleteNonDurableQueue(Boolean value)
public Boolean manage()
public T manage(Boolean value)
public Boolean send()
Copyright © 2019 JBoss by Red Hat. All rights reserved.