Class GroupType_GetTableHandler
java.lang.Object
com.aoindustries.aoserv.master.TableHandler.GetTableHandlerPublic
com.aoindustries.aoserv.master.linux.GroupType_GetTableHandler
- All Implemented Interfaces:
TableHandler.GetTableHandler
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the set of tables handled.protected void
getTablePublic
(DatabaseConnection conn, RequestSource source, StreamableOutput out, boolean provideProgress, Table.TableId tableId) Handles the request for a public table.Methods inherited from class com.aoindustries.aoserv.master.TableHandler.GetTableHandlerPublic
getTable
-
Constructor Details
-
GroupType_GetTableHandler
public GroupType_GetTableHandler()
-
-
Method Details
-
getTableIds
Description copied from interface:TableHandler.GetTableHandler
Gets the set of tables handled. -
getTablePublic
protected void getTablePublic(DatabaseConnection conn, RequestSource source, StreamableOutput out, boolean provideProgress, Table.TableId tableId) throws IOException, SQLException Description copied from class:TableHandler.GetTableHandlerPublic
Handles the request for a public table.- Specified by:
getTablePublic
in classTableHandler.GetTableHandlerPublic
- Throws:
IOException
SQLException
-