org.infinispan.server.websocket.handlers
Class RemoveHandler
java.lang.Object
org.infinispan.server.websocket.handlers.RemoveHandler
- All Implemented Interfaces:
- OpHandler
public class RemoveHandler
- extends Object
- implements OpHandler
Cache "remove" operation handler.
- Author:
- tom.fennelly@gmail.com
Method Summary |
void |
handleOp(org.json.JSONObject opPayload,
Cache<Object,Object> cache,
org.jboss.netty.channel.ChannelHandlerContext ctx)
Handle a websocket channel operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveHandler
public RemoveHandler()
handleOp
public void handleOp(org.json.JSONObject opPayload,
Cache<Object,Object> cache,
org.jboss.netty.channel.ChannelHandlerContext ctx)
throws org.json.JSONException
- Description copied from interface:
OpHandler
- Handle a websocket channel operation.
- Specified by:
handleOp
in interface OpHandler
- Parameters:
opPayload
- Operation payload.cache
- The target cache.ctx
- The Netty websocket channel handler.
- Throws:
org.json.JSONException
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.