|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.kernel.messaging.config.AbstractMessagingConfigurator
public abstract class AbstractMessagingConfigurator
| Constructor Summary | |
|---|---|
AbstractMessagingConfigurator()
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected abstract MessageBus |
getMessageBus()
|
void |
init()
|
void |
setDestinationEventListeners(java.util.List<DestinationEventListener> destinationEventListeners)
|
void |
setDestinations(java.util.List<Destination> destinations)
|
void |
setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMessagingConfigurator()
| Method Detail |
|---|
public void destroy()
destroy in interface MessagingConfiguratorpublic void init()
init in interface MessagingConfiguratorpublic void setDestinationEventListeners(java.util.List<DestinationEventListener> destinationEventListeners)
setDestinationEventListeners in interface MessagingConfiguratorpublic void setDestinations(java.util.List<Destination> destinations)
setDestinations in interface MessagingConfiguratorpublic void setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners)
setMessageListeners in interface MessagingConfiguratorprotected abstract MessageBus getMessageBus()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||