net.sourceforge.fixagora.basis.shared.model.communication
Interface AbstractRequests

All Known Subinterfaces:
BasisRequests, BuySideRequests, ExcelRequests, SAPRequests, SellSideRequests, TradeCaptureRequests
All Known Implementing Classes:
BasisRequestHandler, BuySideRequestHandler, ExcelRequestHandler, SAPRequestHandler, SellSideRequestHandler, TradeCaptureRequestHandler

public interface AbstractRequests

The Interface AbstractRequests.


Method Summary
 java.lang.String getLicense()
          Gets the license.
 java.lang.String getName()
          Gets the name.
 void handleSessionClosed(org.jboss.netty.channel.Channel channel)
          Handle session closed.
 void init(java.lang.Object object, java.lang.Object object2)
          Inits the.
 

Method Detail

handleSessionClosed

void handleSessionClosed(org.jboss.netty.channel.Channel channel)
Handle session closed.

Parameters:
channel - the channel

init

void init(java.lang.Object object,
          java.lang.Object object2)
          throws java.lang.Exception
Inits the.

Parameters:
object - the object
object2 - the object2
Throws:
java.lang.Exception - the exception

getName

java.lang.String getName()
Gets the name.

Returns:
the name

getLicense

java.lang.String getLicense()
Gets the license.

Returns:
the license