Uses of Interface
org.jboss.netty.util.ThreadNameDeterminer

Packages that use ThreadNameDeterminer
org.jboss.netty.util Utility classes used across multiple packages. 
 

Uses of ThreadNameDeterminer in org.jboss.netty.util
 

Fields in org.jboss.netty.util declared as ThreadNameDeterminer
static ThreadNameDeterminer ThreadNameDeterminer.CURRENT
          ThreadNameDeterminer that rejects the proposed thread name and retains the current one.
static ThreadNameDeterminer ThreadNameDeterminer.PROPOSED
          ThreadNameDeterminer that accepts the proposed thread name as is.
 

Methods in org.jboss.netty.util that return ThreadNameDeterminer
static ThreadNameDeterminer ThreadRenamingRunnable.getThreadNameDeterminer()
          Returns the ThreadNameDeterminer which overrides the proposed new thread name.
 

Methods in org.jboss.netty.util with parameters of type ThreadNameDeterminer
static void ThreadRenamingRunnable.setThreadNameDeterminer(ThreadNameDeterminer threadNameDeterminer)
          Sets the ThreadNameDeterminer which overrides the proposed new thread name.
 



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