|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.application.Application
public class Application
This class contains the mechanisms that are common for both client and server application.
OPC UA Client Application,
OPC UA Server Application| Constructor Summary | |
|---|---|
Application()
Constructor for Application. |
|
| Method Summary | |
|---|---|
void |
addApplicationInstanceCertificate(KeyPair cert)
addApplicationInstanceCertificate. |
void |
addLocale(Locale locale)
addLocale. |
void |
addSoftwareCertificate(SignedSoftwareCertificate cert)
addSoftwareCertificate. |
void |
close()
close. |
ApplicationDescription |
getApplicationDescription()
Getter for the field applicationDescription. |
KeyPair |
getApplicationInstanceCertificate()
getApplicationInstanceCertificate. |
KeyPair |
getApplicationInstanceCertificate(byte[] thumb)
getApplicationInstanceCertificate. |
KeyPair[] |
getApplicationInstanceCertificates()
Getter for the field applicationInstanceCertificates. |
String |
getApplicationUri()
getApplicationUri. |
EncoderContext |
getEncoderContext()
Getter for the field encoderContext. |
HttpsSettings |
getHttpsSettings()
Getter for the field httpsSettings. |
String[] |
getLocaleIds()
getLocaleIds. |
Locale[] |
getLocales()
Getter for the field locales. |
OpcTcpSettings |
getOpctcpSettings()
Getter for the field opctcpSettings. |
EndpointServer |
getOrCreateEndpointServer(String scheme)
getOrCreateEndpointServer. |
HttpsServer |
getOrCreateHttpsServer()
getOrCreateHttpsServer. |
OpcTcpServer |
getOrCreateOpcTcpServer()
getOrCreateOpcTcpServer. |
String |
getProductUri()
getProductUri. |
SignedSoftwareCertificate[] |
getSoftwareCertificates()
Getter for the field softwareCertificates. |
void |
removeApplicationInstanceCertificate(KeyPair applicationInstanceCertificate)
removeApplicationInstanceCertificate. |
void |
removeLocale(Locale locale)
removeLocale. |
void |
setApplicationName(LocalizedText applicationName)
setApplicationName. |
void |
setApplicationUri(String applicationUri)
setApplicationUri. |
void |
setHttpsSettings(HttpsSettings httpsSettings)
Setter for the field httpsSettings. |
void |
setOpctcpSettings(OpcTcpSettings opctcpSettings)
Setter for the field opctcpSettings. |
void |
setProductUri(String productUri)
setProductUri. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Application()
Constructor for Application.
| Method Detail |
|---|
public EncoderContext getEncoderContext()
Getter for the field encoderContext.
EncoderContext object.public HttpsSettings getHttpsSettings()
Getter for the field httpsSettings.
HttpsSettings object.public void setHttpsSettings(HttpsSettings httpsSettings)
Setter for the field httpsSettings.
httpsSettings - a HttpsSettings object.
public EndpointServer getOrCreateEndpointServer(String scheme)
throws ServiceResultException
getOrCreateEndpointServer.
scheme - a String object.
EndpointServer object.
ServiceResultException - if any.
public HttpsServer getOrCreateHttpsServer()
throws ServiceResultException
getOrCreateHttpsServer.
HttpsServer object.
ServiceResultException - if any.
public OpcTcpServer getOrCreateOpcTcpServer()
throws ServiceResultException
getOrCreateOpcTcpServer.
OpcTcpServer object.
ServiceResultException - if any.public OpcTcpSettings getOpctcpSettings()
Getter for the field opctcpSettings.
OpcTcpSettings object.public void setOpctcpSettings(OpcTcpSettings opctcpSettings)
Setter for the field opctcpSettings.
opctcpSettings - a OpcTcpSettings object.public ApplicationDescription getApplicationDescription()
Getter for the field applicationDescription.
ApplicationDescription object.public SignedSoftwareCertificate[] getSoftwareCertificates()
Getter for the field softwareCertificates.
SignedSoftwareCertificate objects.public void addSoftwareCertificate(SignedSoftwareCertificate cert)
addSoftwareCertificate.
cert - a SignedSoftwareCertificate object.public KeyPair[] getApplicationInstanceCertificates()
Getter for the field applicationInstanceCertificates.
KeyPair objects.public void addApplicationInstanceCertificate(KeyPair cert)
addApplicationInstanceCertificate.
cert - a KeyPair object.public void removeApplicationInstanceCertificate(KeyPair applicationInstanceCertificate)
removeApplicationInstanceCertificate.
applicationInstanceCertificate - a KeyPair object.public KeyPair getApplicationInstanceCertificate(byte[] thumb)
getApplicationInstanceCertificate.
thumb - an array of byte.
KeyPair object.public KeyPair getApplicationInstanceCertificate()
getApplicationInstanceCertificate.
KeyPair object.public String getApplicationUri()
getApplicationUri.
String object.public void setApplicationUri(String applicationUri)
setApplicationUri.
applicationUri - a String object.public void setApplicationName(LocalizedText applicationName)
setApplicationName.
applicationName - a LocalizedText object.public String getProductUri()
getProductUri.
String object.public void setProductUri(String productUri)
setProductUri.
productUri - a String object.public void addLocale(Locale locale)
addLocale.
locale - a Locale object.public void removeLocale(Locale locale)
removeLocale.
locale - a Locale object.public Locale[] getLocales()
Getter for the field locales.
Locale objects.public String[] getLocaleIds()
getLocaleIds.
String objects.public void close()
close.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||