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