|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains information related to communication servers, eg. an OPC server. Information that may be obtained are the well known name of the server (for OPC servers this is also the name used when creating the connection), a description and the vendor name.
Actual implementations of this interface are created by for instance the
OpcClientApi.getServerInfo()
method
Method Summary | |
String |
getDescription()
Returns the descriptive text for the server |
String |
getName()
Return the name this server is known as in the system |
String |
getVendor()
Returns Vendor info if any for the server |
String |
toString()
returns the same as getName() |
Method Detail |
public String getName()
public String getDescription()
public String getVendor()
public String toString()
String
valuegetName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |