Class BackupReportHandler.GetObject
java.lang.Object
com.aoindustries.aoserv.master.backup.BackupReportHandler.GetObject
- All Implemented Interfaces:
TableHandler.GetObjectHandler
- Enclosing class:
BackupReportHandler
public static class BackupReportHandler.GetObject
extends Object
implements TableHandler.GetObjectHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getObject
(DatabaseConnection conn, RequestSource source, StreamableInput in, StreamableOutput out, Table.TableId tableId, User masterUser, UserHost[] masterServers) Handles a client request for the given table.Gets the set of tables handled.
-
Constructor Details
-
GetObject
public GetObject()
-
-
Method Details
-
getTableIds
Description copied from interface:TableHandler.GetObjectHandler
Gets the set of tables handled.- Specified by:
getTableIds
in interfaceTableHandler.GetObjectHandler
-
getObject
public void getObject(DatabaseConnection conn, RequestSource source, StreamableInput in, StreamableOutput out, Table.TableId tableId, User masterUser, UserHost[] masterServers) throws IOException, SQLException Description copied from interface:TableHandler.GetObjectHandler
Handles a client request for the given table.- Specified by:
getObject
in interfaceTableHandler.GetObjectHandler
- Throws:
IOException
SQLException
-