|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.RegistrarImpl.SocketTask
private final class RegistrarImpl.SocketTask
Socket for unicast discovery response.
Field Summary | |
---|---|
Socket |
socket
The socket |
Constructor Summary | |
---|---|
RegistrarImpl.SocketTask(Socket socket)
Simple constructor |
Method Summary | |
---|---|
void |
run()
Process a unicast discovery request |
boolean |
runAfter(List tasks,
int size)
No ordering |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Socket socket
Constructor Detail |
---|
public RegistrarImpl.SocketTask(Socket socket)
Method Detail |
---|
public void run()
run
in interface Runnable
public boolean runAfter(List tasks, int size)
runAfter
in interface TaskManager.Task
tasks
- the tasks to consider. A read-only List, with all
elements instanceof Task.size
- elements with index less than size should be considered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |