org.tinygroup.threadgroup
Interface Processor

All Superinterfaces:
Runnable
All Known Implementing Classes:
AbstractProcessor

public interface Processor
extends Runnable

处理器,继承Runnable

Author:
luoguo

Method Summary
 String getName()
          返回名称
 void setExceptionCallBack(ExceptionCallBack exceptionCallBack)
           
 void setMultiThreadProcess(MultiThreadProcessor multiThreadProcessor)
          设置多线程处理器
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getName

String getName()
返回名称

Returns:

setMultiThreadProcess

void setMultiThreadProcess(MultiThreadProcessor multiThreadProcessor)
设置多线程处理器

Parameters:
multiThreadProcessor -

setExceptionCallBack

void setExceptionCallBack(ExceptionCallBack exceptionCallBack)


Copyright © 2006–2015 TinyGroup. All rights reserved.