LaColla.core.util
Class MsgService

java.lang.Object
  extended by LaColla.core.util.MsgService
All Implemented Interfaces:
java.lang.Runnable, MsgServiceInterface
Direct Known Subclasses:
msgServiceGAPA, msgServiceRA, msgServiceSA, msgServiceUA

public class MsgService
extends java.lang.Object
implements MsgServiceInterface

Author:
Xavier TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
MsgService()
           
 
Method Summary
 java.lang.Exception getException()
           
 void run()
           
 void start()
          objects implementing this interface should return any exception worth reporting which happened during run().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgService

public MsgService()
Method Detail

getException

public java.lang.Exception getException()
Specified by:
getException in interface MsgServiceInterface

run

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

start

public void start()
Description copied from interface: MsgServiceInterface

objects implementing this interface should return any exception worth reporting which happened during run().

Specified by:
start in interface MsgServiceInterface