com.sun.jini.jeri.internal.mux
Class Mux.SessionShutdownTask

java.lang.Object
  extended by com.sun.jini.jeri.internal.mux.Mux.SessionShutdownTask
All Implemented Interfaces:
Runnable
Enclosing class:
Mux

private static class Mux.SessionShutdownTask
extends Object
implements Runnable


Field Summary
private  Throwable cause
           
private  String message
           
private  Session[] sessions
           
 
Constructor Summary
Mux.SessionShutdownTask(Session[] sessions, String message, Throwable cause)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessions

private final Session[] sessions

message

private final String message

cause

private final Throwable cause
Constructor Detail

Mux.SessionShutdownTask

Mux.SessionShutdownTask(Session[] sessions,
                        String message,
                        Throwable cause)
Method Detail

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.