|
|||||||||
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 MessagingConfigurator
public void init()
init
in interface MessagingConfigurator
public void setDestinationEventListeners(java.util.List<DestinationEventListener> destinationEventListeners)
setDestinationEventListeners
in interface MessagingConfigurator
public void setDestinations(java.util.List<Destination> destinations)
setDestinations
in interface MessagingConfigurator
public void setMessageListeners(java.util.Map<java.lang.String,java.util.List<MessageListener>> messageListeners)
setMessageListeners
in interface MessagingConfigurator
protected abstract MessageBus getMessageBus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |