jrun.jms.core.persistence
Class FindHandleByConsumerDestAndId

java.lang.Object
  |
  +--jrunx.persistence.KeySelector
        |
        +--jrun.jms.core.persistence.FindHandleByConsumerDestAndId

public class FindHandleByConsumerDestAndId
extends KeySelector


Fields inherited from class jrunx.persistence.KeySelector
args, name
 
Constructor Summary
FindHandleByConsumerDestAndId()
           
 
Method Summary
 java.util.Collection select(java.util.Collection keys)
          Selects a sub-collection of keys from the collection of keys
 void setArgs(java.lang.Object[] args)
           
 
Methods inherited from class jrunx.persistence.KeySelector
getArgs, getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindHandleByConsumerDestAndId

public FindHandleByConsumerDestAndId()
Method Detail

setArgs

public void setArgs(java.lang.Object[] args)
Overrides:
setArgs in class KeySelector

select

public java.util.Collection select(java.util.Collection keys)
Description copied from class: KeySelector
Selects a sub-collection of keys from the collection of keys
Overrides:
select in class KeySelector
Following copied from class: jrunx.persistence.KeySelector
Parameters:
the - collection of keys to be filtered
Returns:
the filtered collection


Copyright � 2002 Macromedia Corporation. All Rights Reserved.