jasco.runtime.hotswap1
Class HotSwapInVM.NetworkListenerClass

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

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


Constructor Summary
protected HotSwapInVM.NetworkListenerClass()
           
 
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.NetworkListenerClass

protected HotSwapInVM.NetworkListenerClass()
Method Detail

receive

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