Uses of Interface
com.ebasetech.ufs.mapping.ResourceRequestInterface
| Package | Description |
|---|---|
| com.ebasetech.ufs.mapping |
-
Uses of ResourceRequestInterface in com.ebasetech.ufs.mapping
Methods in com.ebasetech.ufs.mapping with parameters of type ResourceRequestInterface Modifier and Type Method Description java.lang.StringCustomResourceInterface. execute(ResourceRequestInterface resourceRequest, java.lang.String command)This method is invoked each time a command is issued against the custom resource.voidCustomResourceInterface. fetchTable(ResourceRequestInterface resourceRequest, java.lang.String tableId)This method notifies the resource that table data has been requested from this resource.voidCustomResourceInterface. updateTable(ResourceRequestInterface resourceRequest, java.lang.String tableId)This method notifies the resource that table data is being updated to this resource.