Uses of Class
com.aoindustries.aoserv.client.web.tomcat.SharedTomcat
-
Packages that use SharedTomcat Package Description com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.net com.aoindustries.aoserv.client.web.tomcat -
-
Uses of SharedTomcat in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type SharedTomcat Modifier and Type Method Description List<SharedTomcat>Package. getHttpdSharedTomcats() -
Uses of SharedTomcat in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return SharedTomcat Modifier and Type Method Description SharedTomcatServer. getHttpdSharedTomcat(String jvmName)Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type SharedTomcat Modifier and Type Method Description List<SharedTomcat>Server. getHttpdSharedTomcats()List<SharedTomcat>UserServer. getHttpdSharedTomcats() -
Uses of SharedTomcat in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net that return SharedTomcat Modifier and Type Method Description SharedTomcatBind. getHttpdSharedTomcatByShutdownPort() -
Uses of SharedTomcat in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat that return SharedTomcat Modifier and Type Method Description SharedTomcatSharedTomcatTable. get(int pkey)SharedTomcatSharedTomcatSite. getHttpdSharedTomcat()SharedTomcatSharedTomcatTable. getHttpdSharedTomcat(Worker hw)SharedTomcatSharedTomcatTable. getHttpdSharedTomcat(String name, Server ao)SharedTomcatWorker. getHttpdSharedTomcat()SharedTomcatSharedTomcatTable. getHttpdSharedTomcatByShutdownPort(Bind nb)Methods in com.aoindustries.aoserv.client.web.tomcat that return types with arguments of type SharedTomcat Modifier and Type Method Description List<SharedTomcat>SharedTomcatTable. getHttpdSharedTomcats(Package pk)List<SharedTomcat>SharedTomcatTable. getHttpdSharedTomcats(Server ao)List<SharedTomcat>SharedTomcatTable. getHttpdSharedTomcats(UserServer lsa)
-