public class ClusterStatusClusterInactivateMessageProcessor extends MessageProcessor
| Constructor and Description |
|---|
ClusterStatusClusterInactivateMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(String type,
String message,
Object object)
Message processing and delegating logic.
|
void |
setNext(MessageProcessor nextProcessor)
Link a message processor and its successor, if there's any.
|
addEventListener, notifyEventListeners, removeEventListeneraddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic ClusterStatusClusterInactivateMessageProcessor()
public void setNext(MessageProcessor nextProcessor)
MessageProcessorsetNext in class MessageProcessorpublic boolean process(String type, String message, Object object)
MessageProcessorprocess in class MessageProcessortype - type of the message.message - real message body.object - Object that will get updated.Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.