Package io.edurt.datacap.plugin
Class H2TCPService
- java.lang.Object
-
- io.edurt.datacap.plugin.H2TCPService
-
- All Implemented Interfaces:
io.edurt.datacap.plugin.Service,PluginService
public class H2TCPService extends Object implements PluginService
-
-
Field Summary
-
Fields inherited from interface io.edurt.datacap.spi.PluginService
local, log
-
-
Constructor Summary
Constructors Constructor Description H2TCPService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconnectType()Stringdriver()Stringvalidator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.edurt.datacap.spi.PluginService
connect, description, destroy, execute, execute, name, type, url
-
-
-
-
Method Detail
-
validator
public String validator()
- Specified by:
validatorin interfacePluginService
-
driver
public String driver()
- Specified by:
driverin interfacePluginService
-
connectType
public String connectType()
- Specified by:
connectTypein interfacePluginService
-
-