|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.transport.multiplex.PendingAction
public abstract class PendingAction
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
.
Copyright (c) 2005
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 |
---|
protected java.lang.Object o
Constructor Detail |
---|
public PendingAction()
public PendingAction(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |