public class DriverInformationImpl extends Object implements DriverInformation
Constructor and Description |
---|
DriverInformationImpl() |
DriverInformationImpl(org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor) |
Modifier and Type | Method and Description |
---|---|
Connection |
create(ConnectionInformation connectionInformation) |
Class<?> |
getConnectionClass() |
void |
validate(ConnectionInformation connectionInformation) |
public DriverInformationImpl()
public DriverInformationImpl(org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor)
public Connection create(ConnectionInformation connectionInformation)
create
in interface DriverInformation
public Class<?> getConnectionClass()
getConnectionClass
in interface DriverInformation
public void validate(ConnectionInformation connectionInformation) throws Throwable
validate
in interface DriverInformation
Throwable
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.