|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UaServerException | |
|---|---|
| com.prosysopc.ua.server | Main server side classes of the SDK. |
| Uses of UaServerException in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server with parameters of type UaServerException | |
|---|---|
protected void |
UaServer.logRegisterServerError(String discoveryServerUrl,
boolean isOnline,
UaServerException e)
|
boolean |
UaServerListener.onRegisterServerError(String discoveryServerUrl,
boolean isOnline,
UaServerException e)
Notification of a registration error to the (Local) Discovery Server. |
| Methods in com.prosysopc.ua.server that throw UaServerException | |
|---|---|
void |
UaServer.addEndpoint(String uri,
org.opcfoundation.ua.transport.security.SecurityMode securityMode,
org.opcfoundation.ua.core.UserTokenPolicy... userTokenPolicies)
Add an endpoint definition for a specific URI, SecurityMode & UserTokenPolicies combination You should call addEndpoint after UaServer.init() has been called. |
String[] |
UaServer.addEndpointHost(String hostName)
Add a specific hostName to the list of server URIs, in addition to what the default properties define. |
void |
UaServer.addLocale(Locale locale)
|
void |
UaServer.addUserTokenPolicy(org.opcfoundation.ua.core.UserTokenPolicy policy)
|
String[] |
UaServer.getServerUris()
The endpoint URIs to which the server listens to. |
void |
UaServer.init()
Initializes the server. |
protected void |
UaServer.initServerArray()
|
protected void |
UaServer.initServiceHandlers()
|
void |
UaServer.registerServer(String discoveryUrl,
boolean isOnline)
Register the server on a discovery server with RegisterServer2 and then with RegisterServer if RegisterServer2 fails. |
void |
UaServer.removeLocale(Locale locale)
|
void |
UaServer.removeUserTokenPolicy(org.opcfoundation.ua.core.UserTokenPolicy policy)
|
protected void |
UaServer.setHttpsPort(int httpsPort)
Defines the IP port number to use for the HTTPS connection. |
void |
UaServer.setHttpsSecurityPolicies(org.opcfoundation.ua.transport.security.HttpsSecurityPolicy... httpsSecurityPolicies)
Define the security policies used for the HTTPS protocol. |
void |
UaServer.setPort(int port)
The port in which the server is listening to the OPC Binary protocol. |
void |
UaServer.setPort(UaApplication.Protocol protocol,
int port)
Define the TCP/IP port number for a specific protocol. |
void |
UaServer.setSecurityModes(org.opcfoundation.ua.transport.security.SecurityMode[] securityModes)
Define the supported SecurityModes. |
void |
UaServer.setServerName(String serverName)
Define the default server name. |
void |
UaServer.setServerName(UaApplication.Protocol protocol,
String serverName)
Define the server name for a specific protocol. |
void |
UaServer.setUseLocalhost(boolean useLocalhost)
Deprecated. |
void |
UaServer.setUserTokenPolicies(org.opcfoundation.ua.core.UserTokenPolicy... userTokenPolicies)
Define the supported UserTokenPolicies. |
void |
UaServer.start()
Starts the server using the current configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||