Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
org.apache.activemq.store.kahadb |
Modifier and Type | Class and Description |
---|---|
class |
RedeliveryPolicy
Configuration options for a messageConsumer used to control how messages are re-delivered when they
are rolled back.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyEntry
Represents an entry in a
PolicyMap for assigning policies to a
specific destination or a hierarchical wildcard area of destinations. |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends DestinationMapEntry> |
PolicyMap.getEntryClass() |
protected Class<? extends DestinationMapEntry> |
RedeliveryPolicyMap.getEntryClass() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDestinationMapEntry
A default entry in a DestinationMap which holds a single value.
|
Modifier and Type | Method and Description |
---|---|
DestinationMapEntry |
DefaultDestinationMapEntry.getValue() |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends DestinationMapEntry> |
DestinationMap.getEntryClass()
Returns the type of the allowed entries which can be set via the
DestinationMap.setEntries(List) method. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDestinationMapEntry.setValue(DestinationMapEntry value) |
Modifier and Type | Method and Description |
---|---|
protected void |
DestinationMap.setEntries(List<DestinationMapEntry> entries)
A helper method to allow the destination map to be populated from a
dependency injection framework such as Spring
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationEntry
Represents an entry in a
DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a specific
destination or a hierarchical wildcard area of destinations. |
class |
TempDestinationAuthorizationEntry
Represents an entry in a
DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a temporary
destination |
class |
XBeanAuthorizationEntry
Represents an entry in a
DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a specific
destination or a hierarchical wildcard area of destinations. |
Modifier and Type | Field and Description |
---|---|
protected List<DestinationMapEntry> |
XBeanAuthorizationMap.authorizationEntries |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends DestinationMapEntry> |
DefaultAuthorizationMap.getEntryClass() |
Modifier and Type | Method and Description |
---|---|
void |
XBeanAuthorizationMap.setAuthorizationEntries(List<DestinationMapEntry> entries)
Sets the individual entries on the authorization map
|
void |
DefaultAuthorizationMap.setAuthorizationEntries(List<DestinationMapEntry> entries)
Sets the individual entries on the authorization map
|
Constructor and Description |
---|
DefaultAuthorizationMap(List<DestinationMapEntry> authorizationEntries) |
Modifier and Type | Class and Description |
---|---|
class |
FilteredKahaDBPersistenceAdapter |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.