jremote jbase5.2.1

Uses of Class
com.jbase.jremote.io.inflow.RequestListenerService

Packages that use RequestListenerService
com.jbase.jremote.io.inflow   
com.jbase.jremote.jca   
com.jbase.jremote.jca.inflow   
 

Uses of RequestListenerService in com.jbase.jremote.io.inflow
 

Methods in com.jbase.jremote.io.inflow that return RequestListenerService
 RequestListenerService RequestHandler.getListenerService()
          Return the listener service.
 

Methods in com.jbase.jremote.io.inflow with parameters of type RequestListenerService
 RequestHandler RequestProcessingAbstractFactory.createRequestHandler(RequestListenerService rls)
          In ThreadPerConnection mode this method will be called by RequestListenerService when new connection is opened.
 

Constructors in com.jbase.jremote.io.inflow with parameters of type RequestListenerService
RequestListenerThread(RequestListenerService rls, RequestHandler h, Socket s)
           
RequestListenerThread(RequestListenerService rls, RequestHandler h, Socket s, int socketTimeout)
          Construct a request listener that will block for the supplied number of milliseconds.
 

Uses of RequestListenerService in com.jbase.jremote.jca
 

Methods in com.jbase.jremote.jca with parameters of type RequestListenerService
 RequestHandler JRemoteRequestProcessingFactory.createRequestHandler(RequestListenerService rls)
           
 

Uses of RequestListenerService in com.jbase.jremote.jca.inflow
 

Methods in com.jbase.jremote.jca.inflow that return RequestListenerService
 RequestListenerService InboundRequestHandler.getListenerService()
           
 

Constructors in com.jbase.jremote.jca.inflow with parameters of type RequestListenerService
InboundRequestHandler(List<EndpointAdapter> endpoints, RequestListenerService service)
           
 


jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.