Index

A B C E G H I L O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addItem(String, String) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequestBuilder
 
addItem(String, String, Object...) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequestBuilder
 
addItem(String, PlcField) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequestBuilder
 
addQuery(String, String) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedBrowseRequestBuilder
 

B

browseRequestBuilder() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
build() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedBrowseRequestBuilder
 
build() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequestBuilder
 
build() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequestBuilder
 

C

CachedBrowseRequest - Class in org.apache.plc4x.java.utils.connectionpool2
 
CachedBrowseRequest(CachedPlcConnection, PlcBrowseRequest) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedBrowseRequest
 
CachedBrowseRequestBuilder - Class in org.apache.plc4x.java.utils.connectionpool2
 
CachedBrowseRequestBuilder(CachedPlcConnection, PlcBrowseRequest.Builder) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedBrowseRequestBuilder
 
CachedDriverManager - Class in org.apache.plc4x.java.utils.connectionpool2
Driver Manager who Caches ONE Single Connection.
CachedDriverManager(String, PlcConnectionFactory) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
CachedDriverManager(String, PlcConnectionFactory, int) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
CachedDriverManagerMBean - Interface in org.apache.plc4x.java.utils.connectionpool2
 
CachedPlcConnection - Class in org.apache.plc4x.java.utils.connectionpool2
Wrapper around a PlcConnection which interacts with the CachedDriverManager.
CachedPlcConnection(CachedDriverManager, PlcConnection) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
CachedReadRequest - Class in org.apache.plc4x.java.utils.connectionpool2
 
CachedReadRequest(CachedPlcConnection, PlcReadRequest) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequest
 
CachedReadRequestBuilder - Class in org.apache.plc4x.java.utils.connectionpool2
 
CachedReadRequestBuilder(CachedPlcConnection, PlcReadRequest.Builder) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequestBuilder
 
CachedWriteRequest - Class in org.apache.plc4x.java.utils.connectionpool2
 
CachedWriteRequest(CachedPlcConnection, PlcWriteRequest) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
CachedWriteRequestBuilder - Class in org.apache.plc4x.java.utils.connectionpool2
 
CachedWriteRequestBuilder(CachedPlcConnection, PlcWriteRequest.Builder) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequestBuilder
 
canBrowse() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
canRead() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
canSubscribe() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
canWrite() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
close() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
connect() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
create() - Method in interface org.apache.plc4x.java.utils.connectionpool2.PlcConnectionFactory
 

E

execute() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedBrowseRequest
 
execute() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequest
 
execute() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
execute(PlcBrowseRequest) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
execute(PlcReadRequest) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
Executes the Request.
execute(PlcWriteRequest) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 

G

getConnectedUrls() - Method in class org.apache.plc4x.java.utils.connectionpool2.PooledDriverManager
 
getConnectedUrls() - Method in interface org.apache.plc4x.java.utils.connectionpool2.PooledDriverManagerMBean
 
getConnection(String) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
This call now waits (with the timeout given in constructor) until it fails or returns a valid connection in this window.
getConnection(String) - Method in class org.apache.plc4x.java.utils.connectionpool2.PooledDriverManager
 
getConnection(String, PlcAuthentication) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getConnection(String, PlcAuthentication) - Method in class org.apache.plc4x.java.utils.connectionpool2.PooledDriverManager
 
getField(String) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequest
 
getField(String) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
getFieldNames() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequest
 
getFieldNames() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
getFields() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequest
 
getFields() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
getMetadata() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
getNumberOfBorrows() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getNumberOfBorrows() - Method in interface org.apache.plc4x.java.utils.connectionpool2.CachedDriverManagerMBean
 
getNumberOfConnects() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getNumberOfConnects() - Method in interface org.apache.plc4x.java.utils.connectionpool2.CachedDriverManagerMBean
 
getNumberOfFields() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedReadRequest
 
getNumberOfFields() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
getNumberOfRejections() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getNumberOfRejections() - Method in interface org.apache.plc4x.java.utils.connectionpool2.CachedDriverManagerMBean
 
getNumberOfValues(String) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
getNumberOfWachtdogs() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getNumberOfWachtdogs() - Method in interface org.apache.plc4x.java.utils.connectionpool2.CachedDriverManagerMBean
 
getPlcValue(String) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedWriteRequest
 
getQueueSize() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getQueueSize() - Method in interface org.apache.plc4x.java.utils.connectionpool2.CachedDriverManagerMBean
 
getState() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getStateString() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
getStateString() - Method in interface org.apache.plc4x.java.utils.connectionpool2.CachedDriverManagerMBean
 

H

handleBrokenConnection() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
used to signal, that the connection does not work and has to be re-established.

I

isConnected() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
isConnectionAvailable() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 

L

LONG_BORROW_WATCHDOG_TIMEOUT_MS - Static variable in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 

O

org.apache.plc4x.java.utils.connectionpool2 - package org.apache.plc4x.java.utils.connectionpool2
 

P

ping() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
PlcConnectionFactory - Interface in org.apache.plc4x.java.utils.connectionpool2
Simple Factory Method which creates a new PlcConnection
PooledDriverManager - Class in org.apache.plc4x.java.utils.connectionpool2
Pool that sits on top of the CachedDriverManager.
PooledDriverManager() - Constructor for class org.apache.plc4x.java.utils.connectionpool2.PooledDriverManager
 
PooledDriverManager(PlcDriverManager) - Constructor for class org.apache.plc4x.java.utils.connectionpool2.PooledDriverManager
 
PooledDriverManagerMBean - Interface in org.apache.plc4x.java.utils.connectionpool2
 

R

readRequestBuilder() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
returnConnection(PlcConnection) - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 

S

subscriptionRequestBuilder() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 

T

triggerReconnect() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedDriverManager
 
triggerReconnect() - Method in interface org.apache.plc4x.java.utils.connectionpool2.CachedDriverManagerMBean
 

U

unsubscriptionRequestBuilder() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 

W

writeRequestBuilder() - Method in class org.apache.plc4x.java.utils.connectionpool2.CachedPlcConnection
 
A B C E G H I L O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values