LaColla.core.util
Interface MsgServiceInterface

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
MsgService, msgServiceGAPA, msgServiceRA, msgServiceSA, msgServiceUA

public interface MsgServiceInterface
extends java.lang.Runnable

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

Method Summary
 java.lang.Exception getException()
           
 void start()
          objects implementing this interface should return any exception worth reporting which happened during run().
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

start

void start()

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


getException

java.lang.Exception getException()