Uses of Interface
org.cometd.DataFilter

Uses of DataFilter in org.cometd
 

Methods in org.cometd that return DataFilter
 DataFilter Channel.removeDataFilter(DataFilter filter)
          Removes the given DataFilter from this channel.
 

Methods in org.cometd that return types with arguments of type DataFilter
 java.util.Collection<DataFilter> Channel.getDataFilters()
          Returns a collection copy of the data filters for this channel.
 

Methods in org.cometd with parameters of type DataFilter
 void Channel.addDataFilter(DataFilter filter)
          Adds the given DataFilter to this channel.
 DataFilter Channel.removeDataFilter(DataFilter filter)
          Removes the given DataFilter from this channel.
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.