| Modifier and Type | Method and Description |
|---|---|
protected AbstractConnectionService |
ConnectionManager.createConnectionService(DriverFactory factory,
ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionManager(org.osgi.framework.BundleContext context,
String connectionId,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DriverInformationImpl.create(ConnectionInformation connectionInformation) |
DriverInformation |
DriverFactoryImpl.getDriverInformation(ConnectionInformation connectionInformation) |
void |
DriverInformationImpl.validate(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionImpl(ConnectionInformation connectionInformation) |
ConnectionImpl(ConnectionInformation connectionInformation,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor)
Create a new connection
|
| Constructor and Description |
|---|
ProtocolConfigurationFactoryImpl(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionManager(org.osgi.framework.BundleContext context,
String connectionId,
ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean initialOpen) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInformation |
ExporterBase.connectionInformation |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
ExporterBase.getConnectionInformation() |
| Constructor and Description |
|---|
ExporterBase(Service service,
ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
Exporter(Service service,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionService |
ConnectionCreatorImpl.createConnection(ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean lazyActivation) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DriverInformationImpl.create(ConnectionInformation connectionInformation) |
DriverInformation |
DriverFactoryImpl.getDriverInformation(ConnectionInformation connectionInformation) |
void |
DriverInformationImpl.validate(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionImpl(ConnectionInformation connectionInformation) |
ConnectionImpl(ConnectionInformation connectionInformation,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor)
Create a new connection
|
| Constructor and Description |
|---|
ProtocolConfigurationFactoryImpl(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
Exporter(Service service,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
DummyConnection.getConnectionInformation() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionService |
ConnectionCreatorImpl.createConnection(ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean lazyActivation) |
| Constructor and Description |
|---|
DummyConnection(ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionService |
ConnectionCreatorImpl.createConnection(ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean lazyActivation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
ConnectionInformation.clone() |
static ConnectionInformation |
ConnectionInformation.fromURI(String uri) |
static ConnectionInformation |
ConnectionInformation.fromURI(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionInformationTest1.testParserEqual(String uri,
ConnectionInformation expected) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
Connection.getConnectionInformation() |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
ConnectionFactory.create(ConnectionInformation connectionInformation)
Find a driver and create a new connection
|
Connection |
DriverInformation.create(ConnectionInformation connectionInformation) |
static Connection |
ConnectionFactory.create(String className,
ConnectionInformation connectionInformation)
Find a driver and create a new connection
|
static DriverInformation |
ConnectionFactory.findDriver(ConnectionInformation connectionInformation) |
DriverInformation |
DriverFactory.getDriverInformation(ConnectionInformation connectionInformation) |
void |
DriverInformation.validate(ConnectionInformation connectionInformation) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInformation |
BaseConnection.connectionInformation |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
BaseConnection.getConnectionInformation() |
| Constructor and Description |
|---|
BaseConnection(ConnectionInformation connectionInformation) |
ClientBaseConnection(IoHandlerFactory handlerFactory,
IoLoggerFilterChainBuilder chainBuilder,
ConnectionInformation connectionInformation) |
ClientBaseConnection(IoHandlerFactory handlerFactory,
IoLoggerFilterChainBuilder chainBuilder,
ConnectionInformation connectionInformation,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractConnectionService |
AbstractConnectionManager.createConnectionService(DriverFactory factory,
ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
AbstractConnectionManager(Class<ConnectionServiceType> clazz,
org.osgi.framework.BundleContext context,
String connectionId,
ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionBaseImpl(ProtocolConfigurationFactory protocolConfigurationFactory,
ConnectionInformation connectionInformation,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
ConnectionRequestTracker.getConnectionInformation() |
ConnectionInformation |
AbstractConnectionManager.getConnectionInformation() |
ConnectionInformation |
ConnectionRequest.getConnectionInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConnectionManager.update(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
AbstractConnectionManager(org.osgi.framework.BundleContext context,
ConnectionInformation connectionInformation,
String connectionId,
Integer autoReconnectDelay,
boolean initialOpen) |
ConnectionRequest(String requestId,
ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean initialOpen) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInformation |
DefaultProtocolConfigurationFactory.connectionInformation |
| Constructor and Description |
|---|
DefaultProtocolConfigurationFactory(ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
static Set<ConnectionInformation> |
NetworkHelper.getLocalInterfaces(org.apache.mina.core.service.IoAcceptor acceptor,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
static Set<ConnectionInformation> |
NetworkHelper.getLocalInterfaces(org.apache.mina.core.service.IoAcceptor acceptor,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
ExporterInformation.getConnectionInformation() |
| Constructor and Description |
|---|
ExporterInformation(ConnectionInformation connectionInformation,
String description) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
ConnectionDescriptor.getConnectionInformation() |
| Constructor and Description |
|---|
ConnectionDescriptor(ConnectionInformation connectionInformation) |
ConnectionDescriptor(ConnectionInformation connectionInformation,
String serviceId,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionService |
ConnectionCreatorHelper.createConnection(ConnectionInformation info,
Integer autoReconnectDelay,
boolean lazyActivation) |
ConnectionService |
ConnectionCreator.createConnection(ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean lazyActivation)
Create a new connection service
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
LoginConnection.getConnectionInformation() |
| Constructor and Description |
|---|
LoginConnection(ConnectionInformation connectionInformation,
Set<String> servicePids,
Integer autoReconnectDelay,
Integer priority,
LoginConnection.Mode mode,
boolean useCallbacks) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConnectionService |
ConnectionManager.createConnectionService(DriverFactory factory,
ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionManager(org.osgi.framework.BundleContext context,
String connectionId,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DriverInformation.create(ConnectionInformation connectionInformation) |
DriverInformation |
DriverFactoryImpl.getDriverInformation(ConnectionInformation connectionInformation) |
void |
DriverInformation.validate(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionImpl(ConnectionInformation connectionInformation) |
ConnectionImpl(ConnectionInformation connectionInformation,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor)
Create a new connection
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
DriverInformation.create(ConnectionInformation connectionInformation) |
DriverInformation |
DriverFactoryImpl.getDriverInformation(ConnectionInformation connectionInformation) |
void |
DriverInformation.validate(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionImpl(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ProtocolConfigurationFactoryImpl(ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
LazyConnectionWrapper.getConnectionInformation() |
| Constructor and Description |
|---|
ConnectionManager(org.osgi.framework.BundleContext context,
String connectionId,
ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean initialOpen) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInformation |
ExporterBase.connectionInformation |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
ExporterBase.getConnectionInformation() |
| Constructor and Description |
|---|
ExporterBase(Class<?> hiveClass,
ConnectionInformation connectionInformation)
Deprecated.
|
ExporterBase(Hive hive,
ConnectionInformation connectionInformation) |
ExporterBase(String hiveClassName,
ConnectionInformation connectionInformation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
NgpExport.getConnectionInformation() |
ConnectionInformation |
Export.getConnectionInformation() |
| Modifier and Type | Method and Description |
|---|---|
protected Export |
HiveExport.findExport(ConnectionInformation ci) |
| Constructor and Description |
|---|
NgpExport(Hive hive,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectionInformation> |
Exporter.getStartedConnectionInformations() |
| Constructor and Description |
|---|
Exporter(Hive service,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionService |
ConnectionCreatorImpl.createConnection(ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean lazyActivation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionService |
ConnectionCreatorImpl.createConnection(ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean lazyActivation) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConnectionService |
ConnectionManager.createConnectionService(DriverFactory factory,
ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionManager(org.osgi.framework.BundleContext context,
String connectionId,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DriverInformationImpl.create(ConnectionInformation connectionInformation) |
DriverInformation |
DriverFactoryImpl.getDriverInformation(ConnectionInformation connectionInformation) |
void |
DriverInformationImpl.validate(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionImpl(ConnectionInformation connectionInformation) |
ConnectionImpl(ConnectionInformation connectionInformation,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> processor)
Create a new connection
|
| Constructor and Description |
|---|
ProtocolConfigurationFactoryImpl(ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
ConnectionManager(org.osgi.framework.BundleContext context,
String connectionId,
ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean initialOpen) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionInformation |
ExporterBase.connectionInformation |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
ExporterBase.getConnectionInformation() |
| Constructor and Description |
|---|
ExporterBase(Service service,
ConnectionInformation connectionInformation) |
| Constructor and Description |
|---|
Exporter(Service service,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionService |
ConnectionCreatorImpl.createConnection(ConnectionInformation connectionInformation,
Integer autoReconnectDelay,
boolean lazyActivation) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.