Uses of Interface
org.jacorb.util.threadpool.Consumer

Packages that use Consumer
org.jacorb.orb.giop   
org.jacorb.util.threadpool   
 

Uses of Consumer in org.jacorb.orb.giop
 

Classes in org.jacorb.orb.giop that implement Consumer
 class MessageReceptor
          MessageReceptor.java Created: Sat Aug 18 10:52:45 2002
 

Uses of Consumer in org.jacorb.util.threadpool
 

Methods in org.jacorb.util.threadpool that return Consumer
 Consumer ConsumerFactory.create()
           
 

Constructors in org.jacorb.util.threadpool with parameters of type Consumer
ConsumerTie(ThreadPool pool, Consumer delegate)