jasco.runtime.hotswap1
Class HotSwapInVM.NetworkListenerClass2

java.lang.Object
  extended by jasco.runtime.hotswap1.HotSwapInVM.NetworkListenerClass2
All Implemented Interfaces:
NetworkListener
Enclosing class:
HotSwapInVM

protected static class HotSwapInVM.NetworkListenerClass2
extends java.lang.Object
implements NetworkListener


Constructor Summary
protected HotSwapInVM.NetworkListenerClass2()
           
 
Method Summary
 void receive(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotSwapInVM.NetworkListenerClass2

protected HotSwapInVM.NetworkListenerClass2()
Method Detail

receive

public void receive(java.lang.String message)
Specified by:
receive in interface NetworkListener