JBoss Remoting 3.1.0.Beta1

org.jboss.remoting3.spi
Interface ConnectionHandlerContext.ServiceResult

Enclosing interface:
ConnectionHandlerContext

public static interface ConnectionHandlerContext.ServiceResult

The result acceptor for a service open request.


Method Summary
 void notFound()
          Called if no matching service was found.
 void opened(RequestHandler requestHandler, org.jboss.xnio.OptionMap optionMap)
          Called if the service was opened.
 

Method Detail

opened

void opened(RequestHandler requestHandler,
            org.jboss.xnio.OptionMap optionMap)
Called if the service was opened.

Parameters:
requestHandler - the opened request handler
optionMap - the service's option map

notFound

void notFound()
Called if no matching service was found.


JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.