Class ListenerThreadImpl
java.lang.Object
com.sun.corba.ee.impl.transport.ListenerThreadImpl
- All Implemented Interfaces:
Work, ListenerThread
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddoWork()This method denotes the actual work that is done by the work item./////////////////////////////////////////////////longThis methods gets the time in millis in the work item, when this work item was enqueued in the work queue.getName()This method will return the name of the work item.voidsetEnqueueTime(long timeInMillis) This methods sets the time in millis in the work item, when this work item was enqueued in the work queue.
-
Constructor Details
-
ListenerThreadImpl
-
-
Method Details
-
getAcceptor
/////////////////////////////////////////////////- Specified by:
getAcceptorin interfaceListenerThread
-
close
public void close()- Specified by:
closein interfaceListenerThread
-
doWork
-
setEnqueueTime
public void setEnqueueTime(long timeInMillis) Description copied from interface:WorkThis methods sets the time in millis in the work item, when this work item was enqueued in the work queue.- Specified by:
setEnqueueTimein interfaceWork
-
getEnqueueTime
public long getEnqueueTime()Description copied from interface:WorkThis methods gets the time in millis in the work item, when this work item was enqueued in the work queue.- Specified by:
getEnqueueTimein interfaceWork
-
getName
-