public abstract class CommonConnectionTask<R> extends Object implements ConnectionTask<R>
Modifier and Type | Class and Description |
---|---|
static class |
CommonConnectionTask.ConnectionContextImplementation |
Constructor and Description |
---|
CommonConnectionTask() |
Modifier and Type | Method and Description |
---|---|
R |
performTask(Connection connection) |
protected abstract R |
performTask(ConnectionContext connectionContext) |
public R performTask(Connection connection) throws Exception
performTask
in interface ConnectionTask<R>
Exception
protected abstract R performTask(ConnectionContext connectionContext) throws Exception
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.