org.portico.lrc.handlers
Class REQ_ModifyRegionHandler
java.lang.Object
com.lbf.commons.messaging.AbstractMessageHandler
org.portico.lrc.handlers.LRCMessageHandler
org.portico.lrc.handlers.REQ_ModifyRegionHandler
- All Implemented Interfaces:
- com.lbf.commons.messaging.IMessageHandler
public class REQ_ModifyRegionHandler
- extends LRCMessageHandler
Fields inherited from class com.lbf.commons.messaging.AbstractMessageHandler |
augmentable, name |
Method Summary |
private void |
logRegionRequest(RegionInstance region)
This method will log (at the TRACE level) all the data associated with the given region. |
void |
processMessage(com.lbf.commons.messaging.MessageContext context)
|
Methods inherited from class com.lbf.commons.messaging.AbstractMessageHandler |
getName, isAugmentable, setAugmentable, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQ_ModifyRegionHandler
public REQ_ModifyRegionHandler()
processMessage
public void processMessage(com.lbf.commons.messaging.MessageContext context)
throws Exception
- Specified by:
processMessage
in interface com.lbf.commons.messaging.IMessageHandler
- Specified by:
processMessage
in class LRCMessageHandler
- Throws:
Exception
logRegionRequest
private void logRegionRequest(RegionInstance region)
throws Exception
- This method will log (at the TRACE level) all the data associated with the given region.
At logging this information is especially verbose in a code-sense, I've split it off into
this method.
- Throws:
Exception