Uses of Class
org.apache.commons.modeler.demo.Service

Packages that use Service
org.apache.commons.modeler.demo   
 

Uses of Service in org.apache.commons.modeler.demo
 

Methods in org.apache.commons.modeler.demo that return Service
 Service Server.findService(java.lang.String name)
          Find and return the specified Service associated with this Server.
 Service[] Server.findServices()
          Find and return all Services associated with this Server.
 Service Engine.getService()
           
 Service Connector.getService()
           
 

Methods in org.apache.commons.modeler.demo with parameters of type Service
 void Server.addService(Service service)
          Add a new Service to this Server.
 void Server.removeService(Service service)
          Remove the specified Service from association with this Server.
 void Engine.setService(Service service)
           
 void Connector.setService(Service service)
           
 

Constructors in org.apache.commons.modeler.demo with parameters of type Service
Connector(int port, java.lang.String scheme, boolean secure, Service service, Container container)
          Construct a configured instance of this class.
Engine(java.lang.String name, java.lang.String defaultHost, Service service)
          Construct a configured instance of this class.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.