java.lang.Object
com.aoindustries.aoserv.client.Schema
com.aoindustries.aoserv.client.net.Schema
- All Implemented Interfaces:
SchemaParent
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBind()getHost()getName()Gets the unique name of the schema.Gets an unmodifiable list of all of the direct sub-schemas of this schema.List<? extends AoservTable<?, ?>> Gets an unmodifiable list of all of the tables in the schema.Methods inherited from class com.aoindustries.aoserv.client.Schema
getConnector, toString
-
Constructor Details
-
Schema
-
-
Method Details
-
getMonitoring
-
getReputation
-
getSchemas
Description copied from class:SchemaGets an unmodifiable list of all of the direct sub-schemas of this schema.Implementation Note:
This default implementation returnsCollections.emptyList().- Specified by:
getSchemasin interfaceSchemaParent- Overrides:
getSchemasin classSchema
-
getAppProtocol
-
getBind
-
getBindFirewallZone
-
getDevice
-
getDeviceId
-
getFirewallZone
-
getHost
-
getIpAddress
-
getTcpRedirect
-
getTables
Description copied from class:SchemaGets an unmodifiable list of all of the tables in the schema. -
getName
Description copied from class:SchemaGets the unique name of the schema.
-
