|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UaClient | |
|---|---|
| com.prosysopc.ua.client | Main client side classes of the SDK. |
| com.prosysopc.ua.typedictionary | Dynamic Structure handing based on
TypeDictionarys read from the server address space. |
| Uses of UaClient in com.prosysopc.ua.client |
|---|
| Methods in com.prosysopc.ua.client that return UaClient | |
|---|---|
UaClient |
Subscription.getClient()
|
UaClient |
AddressSpace.getClient()
|
| Methods in com.prosysopc.ua.client with parameters of type UaClient | |
|---|---|
void |
UaClientListener.onAfterCreateSessionChannel(UaClient client,
org.opcfoundation.ua.application.Session session)
Called during UaClient.connect, after the session has been created, but before it is activated. |
void |
UaClientListener.onBeforePublishRequest(UaClient client,
org.opcfoundation.ua.core.PublishRequest publishRequest)
Called before sending the PublishRequest. |
void |
ServerStatusListener.onShutdown(UaClient uaClient,
long secondsTillShutdown,
org.opcfoundation.ua.builtintypes.LocalizedText shutdownReason)
A notification of a server shutdown. |
void |
ServerStatusListener.onStateChange(UaClient uaClient,
org.opcfoundation.ua.core.ServerState oldState,
org.opcfoundation.ua.core.ServerState newState)
A notification of the change in the server state. |
void |
ServerStatusListener.onStatusChange(UaClient uaClient,
org.opcfoundation.ua.core.ServerStatusDataType status)
A notification of a new server status. |
protected void |
Subscription.setClient(UaClient server)
|
void |
Subscription.transferTo(UaClient newClient)
Move the subscription to another client connection. |
void |
Subscription.transferTo(UaClient newClient,
org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
Move the subscription to another client connection, using the provided SubscriptionId. |
boolean |
UaClientListener.validatePublishResponse(UaClient client,
org.opcfoundation.ua.core.PublishResponse response)
Called before handling the PublishResponse. |
boolean |
UaClientListener.validateRepublishResponse(UaClient client,
org.opcfoundation.ua.core.RepublishResponse response)
Called before handling the RepublishResponse. |
| Constructors in com.prosysopc.ua.client with parameters of type UaClient | |
|---|---|
AddressSpace(UaClient client)
Create a new address space using the client connection. |
|
| Uses of UaClient in com.prosysopc.ua.typedictionary |
|---|
| Constructors in com.prosysopc.ua.typedictionary with parameters of type UaClient | |
|---|---|
TypeDictionary(UaClient client)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||