Uses of Class
org.openwebnet4j.communication.OWNException
-
Packages that use OWNException Package Description org.openwebnet4j org.openwebnet4j.communication -
-
Uses of OWNException in org.openwebnet4j
Methods in org.openwebnet4j with parameters of type OWNException Modifier and Type Method Description void
GatewayListener. onConnectionError(OWNException error)
This method is called when connecting to gateway has returned and errorvoid
GatewayListener. onDisconnected(OWNException error)
This method is called after the connection with gateway has been lost/disconnectedvoid
OpenGateway. onMonDisconnected(OWNException e)
Methods in org.openwebnet4j that throw OWNException Modifier and Type Method Description void
OpenGateway. connect()
Connect to the OpenWebNet gateway.void
OpenGateway. discoverDevices()
Start a device discovery session and notifyGatewayListener
s for each new device discovered calling methodGatewayListener.onNewDevice(org.openwebnet4j.message.Where, org.openwebnet4j.OpenDeviceType, org.openwebnet4j.message.BaseOpenMessage)
protected void
BUSGateway. discoverDevicesInternal()
protected abstract void
OpenGateway. discoverDevicesInternal()
Response
OpenGateway. send(OpenMessage msg)
Send a command message, and returns the response messagesResponse
OpenGateway. sendHighPriority(OpenMessage msg)
Send a command message with high priority, and returns the response messagesprotected Response
OpenGateway. sendInternal(OpenMessage msg)
-
Uses of OWNException in org.openwebnet4j.communication
Subclasses of OWNException in org.openwebnet4j.communication Modifier and Type Class Description class
OWNAuthException
Authorisation exceptionMethods in org.openwebnet4j.communication with parameters of type OWNException Modifier and Type Method Description protected void
BUSConnector. handleMonDisconnect(OWNException e)
protected void
OpenConnector. handleMonDisconnect(OWNException e)
Called when MON connection is disconnectedvoid
ConnectorListener. onMonDisconnected(OWNException e)
This method is called when the MONITOR connection gets disconnected for some errorMethods in org.openwebnet4j.communication that throw OWNException Modifier and Type Method Description void
BUSConnector. openCmdConn()
abstract void
OpenConnector. openCmdConn()
Opens command (CMD) connectionvoid
USBConnector. openCmdConn()
void
BUSConnector. openMonConn()
abstract void
OpenConnector. openMonConn()
Opens monitor (MON) connectionvoid
USBConnector. openMonConn()
Response
OpenConnector. sendCommandSynch(String frame)
Send a command frame String on the connection, waits for aAckOpenMessage
(ACN/NACK) or timeout and returns the received messages in aResponse
object
-