com.sun.jini.jeri.internal.mux
Class Mux.SessionShutdownTask
java.lang.Object
com.sun.jini.jeri.internal.mux.Mux.SessionShutdownTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Mux
private static class Mux.SessionShutdownTask
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessions
private final Session[] sessions
message
private final String message
cause
private final Throwable cause
Mux.SessionShutdownTask
Mux.SessionShutdownTask(Session[] sessions,
String message,
Throwable cause)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.