LaColla.core.util
Class msgServiceSA

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

public class msgServiceSA
extends MsgService

Author:
Xavier Created on 22-nov-2004 by Xavier into LaColla.core.util

Constructor Summary
msgServiceSA(java.io.InputStream i_)
           
msgServiceSA(SA 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

msgServiceSA

public msgServiceSA(java.io.InputStream i_)

msgServiceSA

public msgServiceSA(SA ua_,
                    java.io.InputStream i_)
Method Detail

run

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