|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavafish.clients.opc.JCustomOpc
javafish.clients.opc.JOpc
javafish.clients.opc.JEasyOpc
public class JEasyOpc
Easy implementation of JCustomOPC client
NOTE: Usage of Asynch 2.0 mode (Callback interface)
| Constructor Summary | |
|---|---|
JEasyOpc(java.lang.String host,
java.lang.String serverProgID,
java.lang.String serverClientHandle)
Create new JEasyOpc client |
|
| Method Summary | |
|---|---|
boolean |
isRunning()
Asynch thread of client is active |
void |
run()
|
void |
terminate()
Stop OPC Client thread |
| Methods inherited from class javafish.clients.opc.JOpc |
|---|
addGroup, asynch10Read, asynch10Unadvise, asynch20Read, asynch20Unadvise, getDownloadGroup, getGroupByClientHandle, getGroupsAsArray, getNewGroupClientHandle, registerGroup, registerGroups, registerItem, removeGroup, setGroupActivity, setGroupUpdateTime, setItemActivity, start, synchReadGroup, synchReadItem, synchWriteItem, unregisterGroup, unregisterGroups, unregisterItem, updateGroups |
| Methods inherited from class javafish.clients.opc.JCustomOpc |
|---|
coInitialize, connect, coUninitialize, getFullOpcServerName, getHost, getServerClientHandle, getServerProgID, ping |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEasyOpc(java.lang.String host,
java.lang.String serverProgID,
java.lang.String serverClientHandle)
host - - host computerserverProgID - - OPC Server nameserverClientHandle - - user name for OPC Client| Method Detail |
|---|
public boolean isRunning()
public void terminate()
public void run()
run in interface java.lang.Runnablerun in class JOpc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||