org.opcfoundation.ua.common
Class ServerTable

java.lang.Object
  extended by org.opcfoundation.ua.common.UriTable
      extended by org.opcfoundation.ua.common.ServerTable

public class ServerTable
extends UriTable

Table for keeping the ServerUris, which are exposed by the server via the property Server.ServerArray.


Constructor Summary
ServerTable()
           
 
Method Summary
static ServerTable createFromArray(String[] serverArray)
          createFromArray.
 
Methods inherited from class org.opcfoundation.ua.common.UriTable
add, add, addAll, getIndex, getUri, remove, remove, size, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerTable

public ServerTable()
Method Detail

createFromArray

public static ServerTable createFromArray(String[] serverArray)

createFromArray.

Parameters:
serverArray - an array of String objects.
Returns:
a ServerTable object.


Copyright © 2018. All rights reserved.