Uses of Interface
org.apache.catalina.Service
-
Packages that use Service Package Description com.sun.enterprise.web org.apache.catalina org.apache.catalina.connector org.apache.catalina.core org.apache.catalina.startup -
-
Uses of Service in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement Service Modifier and Type Class Description classEmbeddedWebContainerRepresents an embedded Catalina web container within the Application Server. -
Uses of Service in org.apache.catalina
Methods in org.apache.catalina that return Service Modifier and Type Method Description ServiceServer. findService(String name)Return the specified Service (if it exists); otherwise returnnull.Service[]Server. findServices()Return the set of Services defined within this Server.ServiceConnector. getService()Return theServicewith which we are associated (if any).ServiceEngine. getService()Return theServicewith which we are associated (if any).Methods in org.apache.catalina with parameters of type Service Modifier and Type Method Description voidServer. addService(Service service)Add a new Service to the set of defined Services.voidServer. removeService(Service service)Remove the specified Service from the set associated from this Server.voidConnector. setService(Service service)Set theServicewith which we are associated (if any).voidEngine. setService(Service service)Set theServicewith which we are associated (if any). -
Uses of Service in org.apache.catalina.connector
Methods in org.apache.catalina.connector that return Service Modifier and Type Method Description ServiceConnector. getService()Return theServicewith which we are associated (if any).Methods in org.apache.catalina.connector with parameters of type Service Modifier and Type Method Description voidConnector. setService(Service service)Set theServicewith which we are associated (if any). -
Uses of Service in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Service Modifier and Type Class Description classStandardServiceStandard implementation of theServiceinterface.Methods in org.apache.catalina.core that return Service Modifier and Type Method Description ServiceStandardServer. findService(String name)Return the specified Service (if it exists); otherwise returnnull.Service[]StandardServer. findServices()Return the set of Services defined within this Server.ServiceStandardEngine. getService()Return theServicewith which we are associated (if any).Methods in org.apache.catalina.core with parameters of type Service Modifier and Type Method Description voidStandardServer. addService(Service service)Add a new Service to the set of defined Services.voidStandardServer. removeService(Service service)Remove the specified Service from the set associated from this Server.voidStandardEngine. setService(Service service)Set theServicewith which we are associated (if any). -
Uses of Service in org.apache.catalina.startup
Classes in org.apache.catalina.startup that implement Service Modifier and Type Class Description classCatalinaStartup/Shutdown shell program for Catalina.classEmbeddedConvenience class to embed a Catalina servlet container environment inside another application.
-