net.sf.jame.service.network
Interface ServiceProducer


public interface ServiceProducer

Author:
Andrea Medeghini

Method Summary
 void dispose()
           
 void sendAckMessage()
           
 void sendKeepAliveMessage()
           
 void sendMessage(ServiceMessage message)
           
 

Method Detail

sendMessage

void sendMessage(ServiceMessage message)
                 throws ServiceException
Parameters:
message -
Throws:
ServiceException

sendKeepAliveMessage

void sendKeepAliveMessage()
                          throws ServiceException
Throws:
ServiceException

sendAckMessage

void sendAckMessage()
                    throws ServiceException
Throws:
ServiceException

dispose

void dispose()