LaColla.core.util
Class msgServiceRA

java.lang.Object
  extended by LaColla.core.util.MsgService
      extended by LaColla.core.util.msgServiceRA
All Implemented Interfaces:
java.lang.Runnable, MsgServiceInterface

public class msgServiceRA
extends MsgService


Constructor Summary
msgServiceRA(java.io.InputStream i_)
           
msgServiceRA(RA ra_, java.io.InputStream i_)
           
 
Method Summary
 void run()
           
 
Methods inherited from class LaColla.core.util.MsgService
getException, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

msgServiceRA

public msgServiceRA(java.io.InputStream i_)

msgServiceRA

public msgServiceRA(RA ra_,
                    java.io.InputStream i_)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class MsgService