biz.hammurapi.util
Class InvocationPump

java.lang.Object
  extended by biz.hammurapi.util.InvocationPump
Direct Known Subclasses:
ProxyInvocationPump

public class InvocationPump
extends java.lang.Object

Has internal invocation queue and pumps all invocation to be made from a single thread. A workaround to use thread-unsafe classes in multithreaded environment.

Version:
$Revision: 1.3 $
Author:
Pavel Vlasov

Nested Class Summary
protected  class InvocationPump.Command
           
 
Constructor Summary
InvocationPump()
           
 
Method Summary
 void pump()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationPump

public InvocationPump()
Method Detail

pump

public void pump()


Copyright © 2003 Hammurapi Group. All Rights Reserved.