Uses of Class
org.openscada.opc.lib.common.NotConnectedException
Packages that use NotConnectedException
-
Uses of NotConnectedException in cn.mindit.atom.opc.da
Methods in cn.mindit.atom.opc.da that throw NotConnectedExceptionModifier and TypeMethodDescriptionprotected voidWriteableAsync20Access.start()protected voidWriteableSyncAccess.start()Constructors in cn.mindit.atom.opc.da that throw NotConnectedExceptionModifierConstructorDescriptionWriteableAccessBase(Server server, int period) WriteableAsync20Access(Server server, int period, boolean initialRefresh) WriteableAsync20Access(Server server, int period, boolean initialRefresh, String logTag) WriteableSyncAccess(Server server, int period) WriteableSyncAccess(Server server, int period, String logTag) -
Uses of NotConnectedException in org.openscada.opc.lib.da
Methods in org.openscada.opc.lib.da that throw NotConnectedExceptionModifier and TypeMethodDescriptionServer.addGroup()Add a new group and let the server generate a group nameAdd a new named group to the serverFind a group by its nameprotected voidAccessBase.start()protected voidAsync20Access.start()protected voidSyncAccess.start()Constructors in org.openscada.opc.lib.da that throw NotConnectedExceptionModifierConstructorDescriptionAccessBase(Server server, int period) Async20Access(Server server, int period, boolean initialRefresh) Async20Access(Server server, int period, boolean initialRefresh, String logTag) SyncAccess(Server server, int period) SyncAccess(Server server, int period, String logTag)