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 SimpleServiceRegistry.bind(Service service, IoHandler ioHandler)
           
 void ServiceRegistry.bind(Service service, IoHandler ioHandler)
          Binds the specified I/O handler to the specified service.
 void SimpleServiceRegistry.bind(Service service, ProtocolProvider protocolProvider)
           
 void ServiceRegistry.bind(Service service, ProtocolProvider protocolProvider)
          Binds the specified protocol provider to the specified service.
 void SimpleServiceRegistry.unbind(Service service)
           
 void ServiceRegistry.unbind(Service service)
          Unbinds the specified service (and its aggregated I/O handler or protocol provider).
 



Copyright © 2004-2005 . All Rights Reserved.