Sun Adapter for COM/DCOM API

com.stc.connector.comadapter.taskprocessor
Class GenericWorkPlace

java.lang.Object
  extended by com.stc.connector.comadapter.taskprocessor.GenericWorkPlace
All Implemented Interfaces:
WorkPlace, java.lang.Runnable

public class GenericWorkPlace
extends java.lang.Object
implements WorkPlace


Constructor Summary
GenericWorkPlace()
           
 
Method Summary
 void assign(Worker newWorker)
           
 void associate(Processor newProcessor)
           
 java.lang.Thread getExecutingThread()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericWorkPlace

public GenericWorkPlace()
Method Detail

associate

public void associate(Processor newProcessor)
               throws WorkPlaceException
Specified by:
associate in interface WorkPlace
Throws:
WorkPlaceException

assign

public void assign(Worker newWorker)
            throws WorkPlaceException
Specified by:
assign in interface WorkPlace
Throws:
WorkPlaceException

getExecutingThread

public java.lang.Thread getExecutingThread()
Specified by:
getExecutingThread in interface WorkPlace

run

public void run()
Specified by:
run in interface java.lang.Runnable

Sun Adapter for COM/DCOM API

Copyright © 1994-2008 Sun Microsystems, Inc. All rights reserved.