Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.threadmgr
Interface ThreadConsumerI  view ThreadConsumerI download ThreadConsumerI.java


public interface ThreadConsumerI

Consumer interface to be used with ThreadManager

Version:
3.0

Method Summary
 void processService(java.lang.Object obj)
          The method that will be called within the new thread.
 

Method Detail

processService

public void processService(java.lang.Object obj)
The method that will be called within the new thread.