org.infinispan.server.websocket
Class CacheListener.ChannelNotifyParams

java.lang.Object
  extended by org.infinispan.server.websocket.CacheListener.ChannelNotifyParams
Enclosing class:
CacheListener

public static class CacheListener.ChannelNotifyParams
extends Object


Constructor Summary
CacheListener.ChannelNotifyParams(org.jboss.netty.channel.Channel channel, String key, String[] onEvents)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheListener.ChannelNotifyParams

public CacheListener.ChannelNotifyParams(org.jboss.netty.channel.Channel channel,
                                         String key,
                                         String[] onEvents)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.