Uses of Class
org.apache.mina.registry.Service

Packages that use Service
org.apache.mina.registry A frontend package that makes setting up MINA easier. 
 

Uses of Service in org.apache.mina.registry
 

Methods in org.apache.mina.registry with parameters of type Service
 void ServiceRegistry.bind(Service service, IoHandler ioHandler)
          Binds the specified I/O handler to the specified service.
 void ServiceRegistry.bind(Service service, ProtocolProvider protocolProvider)
          Binds the specified protocol provider to the specified service.
 void ServiceRegistry.unbind(Service service)
          Unbinds the specified service (and its aggregated I/O handler or protocol provider).
 void SimpleServiceRegistry.bind(Service service, IoHandler ioHandler)
           
 void SimpleServiceRegistry.bind(Service service, ProtocolProvider protocolProvider)
           
 void SimpleServiceRegistry.unbind(Service service)
           
 



Copyright © 2004-2007 . All Rights Reserved.