LaColla.core.util
Class msgServiceUA

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

public class msgServiceUA
extends MsgService


Constructor Summary
msgServiceUA(java.io.InputStream i_)
           
msgServiceUA(UA ua_, 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

msgServiceUA

public msgServiceUA(java.io.InputStream i_)

msgServiceUA

public msgServiceUA(UA ua_,
                    java.io.InputStream i_)
Method Detail

run

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