Uses of Class
org.jgroups.util.ThreadNamingPattern

Packages that use ThreadNamingPattern
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.stack Support for managing protocol stacks. 
 

Uses of ThreadNamingPattern in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as ThreadNamingPattern
protected  ThreadNamingPattern TP.thread_naming_pattern
          Names the current thread.
 

Uses of ThreadNamingPattern in org.jgroups.stack
 

Methods in org.jgroups.stack with parameters of type ThreadNamingPattern
static ThreadFactory ProtocolStack.newThreadFactory(ThreadNamingPattern pattern, java.lang.ThreadGroup group, java.lang.String baseName, boolean createDaemons)
           
 



Copyright © 1998-2008 Bela Ban. All Rights Reserved.