com.sap.conn.jco.server
Interface JCoServerCallHandlerFactory

All Known Subinterfaces:
JCoServerFunctionHandlerFactory, JCoServerRequestHandlerFactory
All Known Implementing Classes:
DefaultServerHandlerFactory.FunctionHandlerFactory, DefaultServerHandlerFactory.RequestHandlerFactory

public interface JCoServerCallHandlerFactory

JCoServerCallHandlerFactory is the base interface for the JCoServerFunctionHandlerFactory and JCoServerRequestHandlerFactory. This interface should be never implemented by the application directly and it cannot be used as handler factory for the JCoServer

See Also:
JCoServerFunctionHandlerFactory, JCoServerRequestHandlerFactory, DefaultServerHandlerFactory

Method Summary
 void sessionClosed(JCoServerContext serverCtx, java.lang.String message, boolean error)
          This method will be invoked by the JCo runtime, in case a stateful session is going to be closed.
 

Method Detail

sessionClosed

void sessionClosed(JCoServerContext serverCtx,
                   java.lang.String message,
                   boolean error)
This method will be invoked by the JCo runtime, in case a stateful session is going to be closed.

Parameters:
serverCtx - server context of the closing session
message - a message describing the reason, if there is one available
error - is true if the session was closed because of any errors


Copyright © 2008-2014 SAP AG. All Rights Reserved.