Class Schema
- java.lang.Object
-
- com.aoindustries.aoserv.client.Schema
-
- com.aoindustries.aoserv.client.web.tomcat.Schema
-
- All Implemented Interfaces:
SchemaParent
public class Schema extends Schema
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description Schema(AOServConnector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextTablegetContext()ContextDataSourceTablegetContextDataSource()ContextParameterTablegetContextParameter()JkMountTablegetJkMount()JkProtocolTablegetJkProtocol()StringgetName()Gets the unique name of the schema.PrivateTomcatSiteTablegetPrivateTomcatSite()SharedTomcatTablegetSharedTomcat()SharedTomcatSiteTablegetSharedTomcatSite()SiteTablegetSite()List<? extends AOServTable<?,?>>getTables()Gets an unmodifiable list of all of the tables in the schema.VersionTablegetVersion()WorkerTablegetWorker()WorkerNameTablegetWorkerName()-
Methods inherited from class com.aoindustries.aoserv.client.Schema
getConnector, getSchemas, toString
-
-
-
-
Constructor Detail
-
Schema
public Schema(AOServConnector connector)
-
-
Method Detail
-
getContext
public ContextTable getContext()
-
getContextDataSource
public ContextDataSourceTable getContextDataSource()
-
getContextParameter
public ContextParameterTable getContextParameter()
-
getJkMount
public JkMountTable getJkMount()
-
getJkProtocol
public JkProtocolTable getJkProtocol()
-
getPrivateTomcatSite
public PrivateTomcatSiteTable getPrivateTomcatSite()
-
getSharedTomcat
public SharedTomcatTable getSharedTomcat()
-
getSharedTomcatSite
public SharedTomcatSiteTable getSharedTomcatSite()
-
getSite
public SiteTable getSite()
-
getVersion
public VersionTable getVersion()
-
getWorker
public WorkerTable getWorker()
-
getWorkerName
public WorkerNameTable getWorkerName()
-
getTables
public List<? extends AOServTable<?,?>> getTables()
Description copied from class:SchemaGets an unmodifiable list of all of the tables in the schema.
-
-