org.jboss.remoting.transport.multiplex
Class PendingAction

java.lang.Object
  extended by org.jboss.remoting.transport.multiplex.PendingAction
Direct Known Subclasses:
VirtualServerSocket.PendingClose, VirtualSocket.PendingClose, VirtualSocket.PendingRemoteDisconnect

public abstract class PendingAction
extends java.lang.Object

Each PendingAction holds information about an action that will be performed on the MultiplexingManager.PendingActionThread. These are time consuming activities that should not be executed on the "main" thread. For more information, see MultiplexingManager.

Version:
$Revision: 1248 $

Copyright (c) 2005

Author:
Ron Sigal

Field Summary
protected  java.lang.Object o
           
 
Constructor Summary
PendingAction()
           
PendingAction(java.lang.Object o)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

o

protected java.lang.Object o
Constructor Detail

PendingAction

public PendingAction()

PendingAction

public PendingAction(java.lang.Object o)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.