|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.ChannelService
public class ChannelService
This is a autogenerated class, do not modify this class directly.
ServiceChannel| Field Summary | |
|---|---|
protected RequestChannel |
channel
The back-end channel object |
| Constructor Summary | |
|---|---|
ChannelService()
|
|
ChannelService(RequestChannel clientChannel)
|
|
| Method Summary | |
|---|---|
ActivateSessionResponse |
ActivateSession(ActivateSessionRequest req)
Synchronous ActivateSession service request. |
ActivateSessionResponse |
ActivateSession(RequestHeader RequestHeader,
SignatureData ClientSignature,
SignedSoftwareCertificate[] ClientSoftwareCertificates,
String[] LocaleIds,
ExtensionObject UserIdentityToken,
SignatureData UserTokenSignature)
Synchronous ActivateSession service request. |
AsyncResult |
ActivateSessionAsync(ActivateSessionRequest req)
Asynchronous ActivateSession service request. |
AsyncResult |
ActivateSessionAsync(RequestHeader RequestHeader,
SignatureData ClientSignature,
SignedSoftwareCertificate[] ClientSoftwareCertificates,
String[] LocaleIds,
ExtensionObject UserIdentityToken,
SignatureData UserTokenSignature)
Asynchronous ActivateSession service request. |
AddNodesResponse |
AddNodes(AddNodesRequest req)
Synchronous AddNodes service request. |
AddNodesResponse |
AddNodes(RequestHeader RequestHeader,
AddNodesItem... NodesToAdd)
Synchronous AddNodes service request. |
AsyncResult |
AddNodesAsync(AddNodesRequest req)
Asynchronous AddNodes service request. |
AsyncResult |
AddNodesAsync(RequestHeader RequestHeader,
AddNodesItem... NodesToAdd)
Asynchronous AddNodes service request. |
AddReferencesResponse |
AddReferences(AddReferencesRequest req)
Synchronous AddReferences service request. |
AddReferencesResponse |
AddReferences(RequestHeader RequestHeader,
AddReferencesItem... ReferencesToAdd)
Synchronous AddReferences service request. |
AsyncResult |
AddReferencesAsync(AddReferencesRequest req)
Asynchronous AddReferences service request. |
AsyncResult |
AddReferencesAsync(RequestHeader RequestHeader,
AddReferencesItem... ReferencesToAdd)
Asynchronous AddReferences service request. |
BrowseResponse |
Browse(BrowseRequest req)
Synchronous Browse service request. |
BrowseResponse |
Browse(RequestHeader RequestHeader,
ViewDescription View,
UnsignedInteger RequestedMaxReferencesPerNode,
BrowseDescription... NodesToBrowse)
Synchronous Browse service request. |
AsyncResult |
BrowseAsync(BrowseRequest req)
Asynchronous Browse service request. |
AsyncResult |
BrowseAsync(RequestHeader RequestHeader,
ViewDescription View,
UnsignedInteger RequestedMaxReferencesPerNode,
BrowseDescription... NodesToBrowse)
Asynchronous Browse service request. |
BrowseNextResponse |
BrowseNext(BrowseNextRequest req)
Synchronous BrowseNext service request. |
BrowseNextResponse |
BrowseNext(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoints,
ByteString... ContinuationPoints)
Synchronous BrowseNext service request. |
AsyncResult |
BrowseNextAsync(BrowseNextRequest req)
Asynchronous BrowseNext service request. |
AsyncResult |
BrowseNextAsync(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoints,
ByteString... ContinuationPoints)
Asynchronous BrowseNext service request. |
CallResponse |
Call(CallRequest req)
Synchronous Call service request. |
CallResponse |
Call(RequestHeader RequestHeader,
CallMethodRequest... MethodsToCall)
Synchronous Call service request. |
AsyncResult |
CallAsync(CallRequest req)
Asynchronous Call service request. |
AsyncResult |
CallAsync(RequestHeader RequestHeader,
CallMethodRequest... MethodsToCall)
Asynchronous Call service request. |
CancelResponse |
Cancel(CancelRequest req)
Synchronous Cancel service request. |
CancelResponse |
Cancel(RequestHeader RequestHeader,
UnsignedInteger RequestHandle)
Synchronous Cancel service request. |
AsyncResult |
CancelAsync(CancelRequest req)
Asynchronous Cancel service request. |
AsyncResult |
CancelAsync(RequestHeader RequestHeader,
UnsignedInteger RequestHandle)
Asynchronous Cancel service request. |
CloseSecureChannelResponse |
CloseSecureChannel(CloseSecureChannelRequest req)
Synchronous CloseSecureChannel service request. |
CloseSecureChannelResponse |
CloseSecureChannel(RequestHeader RequestHeader)
Synchronous CloseSecureChannel service request. |
AsyncResult |
CloseSecureChannelAsync(CloseSecureChannelRequest req)
Asynchronous CloseSecureChannel service request. |
AsyncResult |
CloseSecureChannelAsync(RequestHeader RequestHeader)
Asynchronous CloseSecureChannel service request. |
CloseSessionResponse |
CloseSession(CloseSessionRequest req)
Synchronous CloseSession service request. |
CloseSessionResponse |
CloseSession(RequestHeader RequestHeader,
Boolean DeleteSubscriptions)
Synchronous CloseSession service request. |
AsyncResult |
CloseSessionAsync(CloseSessionRequest req)
Asynchronous CloseSession service request. |
AsyncResult |
CloseSessionAsync(RequestHeader RequestHeader,
Boolean DeleteSubscriptions)
Asynchronous CloseSession service request. |
CreateMonitoredItemsResponse |
CreateMonitoredItems(CreateMonitoredItemsRequest req)
Synchronous CreateMonitoredItems service request. |
CreateMonitoredItemsResponse |
CreateMonitoredItems(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemCreateRequest... ItemsToCreate)
Synchronous CreateMonitoredItems service request. |
AsyncResult |
CreateMonitoredItemsAsync(CreateMonitoredItemsRequest req)
Asynchronous CreateMonitoredItems service request. |
AsyncResult |
CreateMonitoredItemsAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemCreateRequest... ItemsToCreate)
Asynchronous CreateMonitoredItems service request. |
CreateSessionResponse |
CreateSession(CreateSessionRequest req)
Synchronous CreateSession service request. |
CreateSessionResponse |
CreateSession(RequestHeader RequestHeader,
ApplicationDescription ClientDescription,
String ServerUri,
String EndpointUrl,
String SessionName,
ByteString ClientNonce,
ByteString ClientCertificate,
Double RequestedSessionTimeout,
UnsignedInteger MaxResponseMessageSize)
Synchronous CreateSession service request. |
AsyncResult |
CreateSessionAsync(CreateSessionRequest req)
Asynchronous CreateSession service request. |
AsyncResult |
CreateSessionAsync(RequestHeader RequestHeader,
ApplicationDescription ClientDescription,
String ServerUri,
String EndpointUrl,
String SessionName,
ByteString ClientNonce,
ByteString ClientCertificate,
Double RequestedSessionTimeout,
UnsignedInteger MaxResponseMessageSize)
Asynchronous CreateSession service request. |
CreateSubscriptionResponse |
CreateSubscription(CreateSubscriptionRequest req)
Synchronous CreateSubscription service request. |
CreateSubscriptionResponse |
CreateSubscription(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedByte Priority)
Synchronous CreateSubscription service request. |
AsyncResult |
CreateSubscriptionAsync(CreateSubscriptionRequest req)
Asynchronous CreateSubscription service request. |
AsyncResult |
CreateSubscriptionAsync(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedByte Priority)
Asynchronous CreateSubscription service request. |
DeleteMonitoredItemsResponse |
DeleteMonitoredItems(DeleteMonitoredItemsRequest req)
Synchronous DeleteMonitoredItems service request. |
DeleteMonitoredItemsResponse |
DeleteMonitoredItems(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger... MonitoredItemIds)
Synchronous DeleteMonitoredItems service request. |
AsyncResult |
DeleteMonitoredItemsAsync(DeleteMonitoredItemsRequest req)
Asynchronous DeleteMonitoredItems service request. |
AsyncResult |
DeleteMonitoredItemsAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger... MonitoredItemIds)
Asynchronous DeleteMonitoredItems service request. |
DeleteNodesResponse |
DeleteNodes(DeleteNodesRequest req)
Synchronous DeleteNodes service request. |
DeleteNodesResponse |
DeleteNodes(RequestHeader RequestHeader,
DeleteNodesItem... NodesToDelete)
Synchronous DeleteNodes service request. |
AsyncResult |
DeleteNodesAsync(DeleteNodesRequest req)
Asynchronous DeleteNodes service request. |
AsyncResult |
DeleteNodesAsync(RequestHeader RequestHeader,
DeleteNodesItem... NodesToDelete)
Asynchronous DeleteNodes service request. |
DeleteReferencesResponse |
DeleteReferences(DeleteReferencesRequest req)
Synchronous DeleteReferences service request. |
DeleteReferencesResponse |
DeleteReferences(RequestHeader RequestHeader,
DeleteReferencesItem... ReferencesToDelete)
Synchronous DeleteReferences service request. |
AsyncResult |
DeleteReferencesAsync(DeleteReferencesRequest req)
Asynchronous DeleteReferences service request. |
AsyncResult |
DeleteReferencesAsync(RequestHeader RequestHeader,
DeleteReferencesItem... ReferencesToDelete)
Asynchronous DeleteReferences service request. |
DeleteSubscriptionsResponse |
DeleteSubscriptions(DeleteSubscriptionsRequest req)
Synchronous DeleteSubscriptions service request. |
DeleteSubscriptionsResponse |
DeleteSubscriptions(RequestHeader RequestHeader,
UnsignedInteger... SubscriptionIds)
Synchronous DeleteSubscriptions service request. |
AsyncResult |
DeleteSubscriptionsAsync(DeleteSubscriptionsRequest req)
Asynchronous DeleteSubscriptions service request. |
AsyncResult |
DeleteSubscriptionsAsync(RequestHeader RequestHeader,
UnsignedInteger... SubscriptionIds)
Asynchronous DeleteSubscriptions service request. |
FindServersResponse |
FindServers(FindServersRequest req)
Synchronous FindServers service request. |
FindServersResponse |
FindServers(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ServerUris)
Synchronous FindServers service request. |
AsyncResult |
FindServersAsync(FindServersRequest req)
Asynchronous FindServers service request. |
AsyncResult |
FindServersAsync(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ServerUris)
Asynchronous FindServers service request. |
FindServersOnNetworkResponse |
FindServersOnNetwork(FindServersOnNetworkRequest req)
Synchronous FindServersOnNetwork service request. |
FindServersOnNetworkResponse |
FindServersOnNetwork(RequestHeader RequestHeader,
UnsignedInteger StartingRecordId,
UnsignedInteger MaxRecordsToReturn,
String... ServerCapabilityFilter)
Synchronous FindServersOnNetwork service request. |
AsyncResult |
FindServersOnNetworkAsync(FindServersOnNetworkRequest req)
Asynchronous FindServersOnNetwork service request. |
AsyncResult |
FindServersOnNetworkAsync(RequestHeader RequestHeader,
UnsignedInteger StartingRecordId,
UnsignedInteger MaxRecordsToReturn,
String... ServerCapabilityFilter)
Asynchronous FindServersOnNetwork service request. |
GetEndpointsResponse |
GetEndpoints(GetEndpointsRequest req)
Synchronous GetEndpoints service request. |
GetEndpointsResponse |
GetEndpoints(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ProfileUris)
Synchronous GetEndpoints service request. |
AsyncResult |
GetEndpointsAsync(GetEndpointsRequest req)
Asynchronous GetEndpoints service request. |
AsyncResult |
GetEndpointsAsync(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ProfileUris)
Asynchronous GetEndpoints service request. |
HistoryReadResponse |
HistoryRead(HistoryReadRequest req)
Synchronous HistoryRead service request. |
HistoryReadResponse |
HistoryRead(RequestHeader RequestHeader,
ExtensionObject HistoryReadDetails,
TimestampsToReturn TimestampsToReturn,
Boolean ReleaseContinuationPoints,
HistoryReadValueId... NodesToRead)
Synchronous HistoryRead service request. |
AsyncResult |
HistoryReadAsync(HistoryReadRequest req)
Asynchronous HistoryRead service request. |
AsyncResult |
HistoryReadAsync(RequestHeader RequestHeader,
ExtensionObject HistoryReadDetails,
TimestampsToReturn TimestampsToReturn,
Boolean ReleaseContinuationPoints,
HistoryReadValueId... NodesToRead)
Asynchronous HistoryRead service request. |
HistoryUpdateResponse |
HistoryUpdate(HistoryUpdateRequest req)
Synchronous HistoryUpdate service request. |
HistoryUpdateResponse |
HistoryUpdate(RequestHeader RequestHeader,
ExtensionObject... HistoryUpdateDetails)
Synchronous HistoryUpdate service request. |
AsyncResult |
HistoryUpdateAsync(HistoryUpdateRequest req)
Asynchronous HistoryUpdate service request. |
AsyncResult |
HistoryUpdateAsync(RequestHeader RequestHeader,
ExtensionObject... HistoryUpdateDetails)
Asynchronous HistoryUpdate service request. |
ModifyMonitoredItemsResponse |
ModifyMonitoredItems(ModifyMonitoredItemsRequest req)
Synchronous ModifyMonitoredItems service request. |
ModifyMonitoredItemsResponse |
ModifyMonitoredItems(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemModifyRequest... ItemsToModify)
Synchronous ModifyMonitoredItems service request. |
AsyncResult |
ModifyMonitoredItemsAsync(ModifyMonitoredItemsRequest req)
Asynchronous ModifyMonitoredItems service request. |
AsyncResult |
ModifyMonitoredItemsAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemModifyRequest... ItemsToModify)
Asynchronous ModifyMonitoredItems service request. |
ModifySubscriptionResponse |
ModifySubscription(ModifySubscriptionRequest req)
Synchronous ModifySubscription service request. |
ModifySubscriptionResponse |
ModifySubscription(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
Synchronous ModifySubscription service request. |
AsyncResult |
ModifySubscriptionAsync(ModifySubscriptionRequest req)
Asynchronous ModifySubscription service request. |
AsyncResult |
ModifySubscriptionAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
Asynchronous ModifySubscription service request. |
OpenSecureChannelResponse |
OpenSecureChannel(OpenSecureChannelRequest req)
Synchronous OpenSecureChannel service request. |
OpenSecureChannelResponse |
OpenSecureChannel(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
Synchronous OpenSecureChannel service request. |
AsyncResult |
OpenSecureChannelAsync(OpenSecureChannelRequest req)
Asynchronous OpenSecureChannel service request. |
AsyncResult |
OpenSecureChannelAsync(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
Asynchronous OpenSecureChannel service request. |
PublishResponse |
Publish(PublishRequest req)
Synchronous Publish service request. |
PublishResponse |
Publish(RequestHeader RequestHeader,
SubscriptionAcknowledgement... SubscriptionAcknowledgements)
Synchronous Publish service request. |
AsyncResult |
PublishAsync(PublishRequest req)
Asynchronous Publish service request. |
AsyncResult |
PublishAsync(RequestHeader RequestHeader,
SubscriptionAcknowledgement... SubscriptionAcknowledgements)
Asynchronous Publish service request. |
QueryFirstResponse |
QueryFirst(QueryFirstRequest req)
Synchronous QueryFirst service request. |
QueryFirstResponse |
QueryFirst(RequestHeader RequestHeader,
ViewDescription View,
NodeTypeDescription[] NodeTypes,
ContentFilter Filter,
UnsignedInteger MaxDataSetsToReturn,
UnsignedInteger MaxReferencesToReturn)
Synchronous QueryFirst service request. |
AsyncResult |
QueryFirstAsync(QueryFirstRequest req)
Asynchronous QueryFirst service request. |
AsyncResult |
QueryFirstAsync(RequestHeader RequestHeader,
ViewDescription View,
NodeTypeDescription[] NodeTypes,
ContentFilter Filter,
UnsignedInteger MaxDataSetsToReturn,
UnsignedInteger MaxReferencesToReturn)
Asynchronous QueryFirst service request. |
QueryNextResponse |
QueryNext(QueryNextRequest req)
Synchronous QueryNext service request. |
QueryNextResponse |
QueryNext(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoint,
ByteString ContinuationPoint)
Synchronous QueryNext service request. |
AsyncResult |
QueryNextAsync(QueryNextRequest req)
Asynchronous QueryNext service request. |
AsyncResult |
QueryNextAsync(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoint,
ByteString ContinuationPoint)
Asynchronous QueryNext service request. |
ReadResponse |
Read(ReadRequest req)
Synchronous Read service request. |
ReadResponse |
Read(RequestHeader RequestHeader,
Double MaxAge,
TimestampsToReturn TimestampsToReturn,
ReadValueId... NodesToRead)
Synchronous Read service request. |
AsyncResult |
ReadAsync(ReadRequest req)
Asynchronous Read service request. |
AsyncResult |
ReadAsync(RequestHeader RequestHeader,
Double MaxAge,
TimestampsToReturn TimestampsToReturn,
ReadValueId... NodesToRead)
Asynchronous Read service request. |
RegisterNodesResponse |
RegisterNodes(RegisterNodesRequest req)
Synchronous RegisterNodes service request. |
RegisterNodesResponse |
RegisterNodes(RequestHeader RequestHeader,
NodeId... NodesToRegister)
Synchronous RegisterNodes service request. |
AsyncResult |
RegisterNodesAsync(RegisterNodesRequest req)
Asynchronous RegisterNodes service request. |
AsyncResult |
RegisterNodesAsync(RequestHeader RequestHeader,
NodeId... NodesToRegister)
Asynchronous RegisterNodes service request. |
RegisterServerResponse |
RegisterServer(RegisterServerRequest req)
Synchronous RegisterServer service request. |
RegisterServerResponse |
RegisterServer(RequestHeader RequestHeader,
RegisteredServer Server)
Synchronous RegisterServer service request. |
RegisterServer2Response |
RegisterServer2(RegisterServer2Request req)
Synchronous RegisterServer2 service request. |
RegisterServer2Response |
RegisterServer2(RequestHeader RequestHeader,
RegisteredServer Server,
ExtensionObject... DiscoveryConfiguration)
Synchronous RegisterServer2 service request. |
AsyncResult |
RegisterServer2Async(RegisterServer2Request req)
Asynchronous RegisterServer2 service request. |
AsyncResult |
RegisterServer2Async(RequestHeader RequestHeader,
RegisteredServer Server,
ExtensionObject... DiscoveryConfiguration)
Asynchronous RegisterServer2 service request. |
AsyncResult |
RegisterServerAsync(RegisterServerRequest req)
Asynchronous RegisterServer service request. |
AsyncResult |
RegisterServerAsync(RequestHeader RequestHeader,
RegisteredServer Server)
Asynchronous RegisterServer service request. |
RepublishResponse |
Republish(RepublishRequest req)
Synchronous Republish service request. |
RepublishResponse |
Republish(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger RetransmitSequenceNumber)
Synchronous Republish service request. |
AsyncResult |
RepublishAsync(RepublishRequest req)
Asynchronous Republish service request. |
AsyncResult |
RepublishAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger RetransmitSequenceNumber)
Asynchronous Republish service request. |
SetMonitoringModeResponse |
SetMonitoringMode(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
MonitoringMode MonitoringMode,
UnsignedInteger... MonitoredItemIds)
Synchronous SetMonitoringMode service request. |
SetMonitoringModeResponse |
SetMonitoringMode(SetMonitoringModeRequest req)
Synchronous SetMonitoringMode service request. |
AsyncResult |
SetMonitoringModeAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
MonitoringMode MonitoringMode,
UnsignedInteger... MonitoredItemIds)
Asynchronous SetMonitoringMode service request. |
AsyncResult |
SetMonitoringModeAsync(SetMonitoringModeRequest req)
Asynchronous SetMonitoringMode service request. |
SetPublishingModeResponse |
SetPublishingMode(RequestHeader RequestHeader,
Boolean PublishingEnabled,
UnsignedInteger... SubscriptionIds)
Synchronous SetPublishingMode service request. |
SetPublishingModeResponse |
SetPublishingMode(SetPublishingModeRequest req)
Synchronous SetPublishingMode service request. |
AsyncResult |
SetPublishingModeAsync(RequestHeader RequestHeader,
Boolean PublishingEnabled,
UnsignedInteger... SubscriptionIds)
Asynchronous SetPublishingMode service request. |
AsyncResult |
SetPublishingModeAsync(SetPublishingModeRequest req)
Asynchronous SetPublishingMode service request. |
protected void |
setRequestChannel(RequestChannel channel)
|
SetTriggeringResponse |
SetTriggering(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger TriggeringItemId,
UnsignedInteger[] LinksToAdd,
UnsignedInteger... LinksToRemove)
Synchronous SetTriggering service request. |
SetTriggeringResponse |
SetTriggering(SetTriggeringRequest req)
Synchronous SetTriggering service request. |
AsyncResult |
SetTriggeringAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger TriggeringItemId,
UnsignedInteger[] LinksToAdd,
UnsignedInteger... LinksToRemove)
Asynchronous SetTriggering service request. |
AsyncResult |
SetTriggeringAsync(SetTriggeringRequest req)
Asynchronous SetTriggering service request. |
TransferSubscriptionsResponse |
TransferSubscriptions(RequestHeader RequestHeader,
UnsignedInteger[] SubscriptionIds,
Boolean SendInitialValues)
Synchronous TransferSubscriptions service request. |
TransferSubscriptionsResponse |
TransferSubscriptions(TransferSubscriptionsRequest req)
Synchronous TransferSubscriptions service request. |
AsyncResult |
TransferSubscriptionsAsync(RequestHeader RequestHeader,
UnsignedInteger[] SubscriptionIds,
Boolean SendInitialValues)
Asynchronous TransferSubscriptions service request. |
AsyncResult |
TransferSubscriptionsAsync(TransferSubscriptionsRequest req)
Asynchronous TransferSubscriptions service request. |
TranslateBrowsePathsToNodeIdsResponse |
TranslateBrowsePathsToNodeIds(RequestHeader RequestHeader,
BrowsePath... BrowsePaths)
Synchronous TranslateBrowsePathsToNodeIds service request. |
TranslateBrowsePathsToNodeIdsResponse |
TranslateBrowsePathsToNodeIds(TranslateBrowsePathsToNodeIdsRequest req)
Synchronous TranslateBrowsePathsToNodeIds service request. |
AsyncResult |
TranslateBrowsePathsToNodeIdsAsync(RequestHeader RequestHeader,
BrowsePath... BrowsePaths)
Asynchronous TranslateBrowsePathsToNodeIds service request. |
AsyncResult |
TranslateBrowsePathsToNodeIdsAsync(TranslateBrowsePathsToNodeIdsRequest req)
Asynchronous TranslateBrowsePathsToNodeIds service request. |
UnregisterNodesResponse |
UnregisterNodes(RequestHeader RequestHeader,
NodeId... NodesToUnregister)
Synchronous UnregisterNodes service request. |
UnregisterNodesResponse |
UnregisterNodes(UnregisterNodesRequest req)
Synchronous UnregisterNodes service request. |
AsyncResult |
UnregisterNodesAsync(RequestHeader RequestHeader,
NodeId... NodesToUnregister)
Asynchronous UnregisterNodes service request. |
AsyncResult |
UnregisterNodesAsync(UnregisterNodesRequest req)
Asynchronous UnregisterNodes service request. |
WriteResponse |
Write(RequestHeader RequestHeader,
WriteValue... NodesToWrite)
Synchronous Write service request. |
WriteResponse |
Write(WriteRequest req)
Synchronous Write service request. |
AsyncResult |
WriteAsync(RequestHeader RequestHeader,
WriteValue... NodesToWrite)
Asynchronous Write service request. |
AsyncResult |
WriteAsync(WriteRequest req)
Asynchronous Write service request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RequestChannel channel
| Constructor Detail |
|---|
public ChannelService(RequestChannel clientChannel)
public ChannelService()
| Method Detail |
|---|
protected void setRequestChannel(RequestChannel channel)
public FindServersResponse FindServers(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ServerUris)
throws ServiceFaultException,
ServiceResultException
RequestHeader - EndpointUrl - LocaleIds - ServerUris -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public FindServersResponse FindServers(FindServersRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult FindServersAsync(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ServerUris)
RequestHeader - EndpointUrl - LocaleIds - ServerUris -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult FindServersAsync(FindServersRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public FindServersOnNetworkResponse FindServersOnNetwork(RequestHeader RequestHeader,
UnsignedInteger StartingRecordId,
UnsignedInteger MaxRecordsToReturn,
String... ServerCapabilityFilter)
throws ServiceFaultException,
ServiceResultException
RequestHeader - StartingRecordId - MaxRecordsToReturn - ServerCapabilityFilter -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public FindServersOnNetworkResponse FindServersOnNetwork(FindServersOnNetworkRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult FindServersOnNetworkAsync(RequestHeader RequestHeader,
UnsignedInteger StartingRecordId,
UnsignedInteger MaxRecordsToReturn,
String... ServerCapabilityFilter)
RequestHeader - StartingRecordId - MaxRecordsToReturn - ServerCapabilityFilter -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult FindServersOnNetworkAsync(FindServersOnNetworkRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public GetEndpointsResponse GetEndpoints(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ProfileUris)
throws ServiceFaultException,
ServiceResultException
RequestHeader - EndpointUrl - LocaleIds - ProfileUris -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public GetEndpointsResponse GetEndpoints(GetEndpointsRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult GetEndpointsAsync(RequestHeader RequestHeader,
String EndpointUrl,
String[] LocaleIds,
String... ProfileUris)
RequestHeader - EndpointUrl - LocaleIds - ProfileUris -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult GetEndpointsAsync(GetEndpointsRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public RegisterServerResponse RegisterServer(RequestHeader RequestHeader,
RegisteredServer Server)
throws ServiceFaultException,
ServiceResultException
RequestHeader - Server -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public RegisterServerResponse RegisterServer(RegisterServerRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult RegisterServerAsync(RequestHeader RequestHeader,
RegisteredServer Server)
RequestHeader - Server -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult RegisterServerAsync(RegisterServerRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public RegisterServer2Response RegisterServer2(RequestHeader RequestHeader,
RegisteredServer Server,
ExtensionObject... DiscoveryConfiguration)
throws ServiceFaultException,
ServiceResultException
RequestHeader - Server - DiscoveryConfiguration -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public RegisterServer2Response RegisterServer2(RegisterServer2Request req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult RegisterServer2Async(RequestHeader RequestHeader,
RegisteredServer Server,
ExtensionObject... DiscoveryConfiguration)
RequestHeader - Server - DiscoveryConfiguration -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult RegisterServer2Async(RegisterServer2Request req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public OpenSecureChannelResponse OpenSecureChannel(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
throws ServiceFaultException,
ServiceResultException
RequestHeader - ClientProtocolVersion - RequestType - SecurityMode - ClientNonce - RequestedLifetime -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public OpenSecureChannelResponse OpenSecureChannel(OpenSecureChannelRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult OpenSecureChannelAsync(RequestHeader RequestHeader,
UnsignedInteger ClientProtocolVersion,
SecurityTokenRequestType RequestType,
MessageSecurityMode SecurityMode,
ByteString ClientNonce,
UnsignedInteger RequestedLifetime)
RequestHeader - ClientProtocolVersion - RequestType - SecurityMode - ClientNonce - RequestedLifetime -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult OpenSecureChannelAsync(OpenSecureChannelRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public CloseSecureChannelResponse CloseSecureChannel(RequestHeader RequestHeader)
throws ServiceFaultException,
ServiceResultException
RequestHeader -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public CloseSecureChannelResponse CloseSecureChannel(CloseSecureChannelRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CloseSecureChannelAsync(RequestHeader RequestHeader)
RequestHeader -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CloseSecureChannelAsync(CloseSecureChannelRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public CreateSessionResponse CreateSession(RequestHeader RequestHeader,
ApplicationDescription ClientDescription,
String ServerUri,
String EndpointUrl,
String SessionName,
ByteString ClientNonce,
ByteString ClientCertificate,
Double RequestedSessionTimeout,
UnsignedInteger MaxResponseMessageSize)
throws ServiceFaultException,
ServiceResultException
RequestHeader - ClientDescription - ServerUri - EndpointUrl - SessionName - ClientNonce - ClientCertificate - RequestedSessionTimeout - MaxResponseMessageSize -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public CreateSessionResponse CreateSession(CreateSessionRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult CreateSessionAsync(RequestHeader RequestHeader,
ApplicationDescription ClientDescription,
String ServerUri,
String EndpointUrl,
String SessionName,
ByteString ClientNonce,
ByteString ClientCertificate,
Double RequestedSessionTimeout,
UnsignedInteger MaxResponseMessageSize)
RequestHeader - ClientDescription - ServerUri - EndpointUrl - SessionName - ClientNonce - ClientCertificate - RequestedSessionTimeout - MaxResponseMessageSize -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CreateSessionAsync(CreateSessionRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public ActivateSessionResponse ActivateSession(RequestHeader RequestHeader,
SignatureData ClientSignature,
SignedSoftwareCertificate[] ClientSoftwareCertificates,
String[] LocaleIds,
ExtensionObject UserIdentityToken,
SignatureData UserTokenSignature)
throws ServiceFaultException,
ServiceResultException
RequestHeader - ClientSignature - ClientSoftwareCertificates - LocaleIds - UserIdentityToken - UserTokenSignature -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public ActivateSessionResponse ActivateSession(ActivateSessionRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult ActivateSessionAsync(RequestHeader RequestHeader,
SignatureData ClientSignature,
SignedSoftwareCertificate[] ClientSoftwareCertificates,
String[] LocaleIds,
ExtensionObject UserIdentityToken,
SignatureData UserTokenSignature)
RequestHeader - ClientSignature - ClientSoftwareCertificates - LocaleIds - UserIdentityToken - UserTokenSignature -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult ActivateSessionAsync(ActivateSessionRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public CloseSessionResponse CloseSession(RequestHeader RequestHeader,
Boolean DeleteSubscriptions)
throws ServiceFaultException,
ServiceResultException
RequestHeader - DeleteSubscriptions -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public CloseSessionResponse CloseSession(CloseSessionRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult CloseSessionAsync(RequestHeader RequestHeader,
Boolean DeleteSubscriptions)
RequestHeader - DeleteSubscriptions -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CloseSessionAsync(CloseSessionRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public CancelResponse Cancel(RequestHeader RequestHeader,
UnsignedInteger RequestHandle)
throws ServiceFaultException,
ServiceResultException
RequestHeader - RequestHandle -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public CancelResponse Cancel(CancelRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult CancelAsync(RequestHeader RequestHeader,
UnsignedInteger RequestHandle)
RequestHeader - RequestHandle -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CancelAsync(CancelRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public AddNodesResponse AddNodes(RequestHeader RequestHeader,
AddNodesItem... NodesToAdd)
throws ServiceFaultException,
ServiceResultException
RequestHeader - NodesToAdd -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AddNodesResponse AddNodes(AddNodesRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult AddNodesAsync(RequestHeader RequestHeader,
AddNodesItem... NodesToAdd)
RequestHeader - NodesToAdd -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult AddNodesAsync(AddNodesRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public AddReferencesResponse AddReferences(RequestHeader RequestHeader,
AddReferencesItem... ReferencesToAdd)
throws ServiceFaultException,
ServiceResultException
RequestHeader - ReferencesToAdd -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AddReferencesResponse AddReferences(AddReferencesRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult AddReferencesAsync(RequestHeader RequestHeader,
AddReferencesItem... ReferencesToAdd)
RequestHeader - ReferencesToAdd -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult AddReferencesAsync(AddReferencesRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public DeleteNodesResponse DeleteNodes(RequestHeader RequestHeader,
DeleteNodesItem... NodesToDelete)
throws ServiceFaultException,
ServiceResultException
RequestHeader - NodesToDelete -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public DeleteNodesResponse DeleteNodes(DeleteNodesRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult DeleteNodesAsync(RequestHeader RequestHeader,
DeleteNodesItem... NodesToDelete)
RequestHeader - NodesToDelete -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult DeleteNodesAsync(DeleteNodesRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public DeleteReferencesResponse DeleteReferences(RequestHeader RequestHeader,
DeleteReferencesItem... ReferencesToDelete)
throws ServiceFaultException,
ServiceResultException
RequestHeader - ReferencesToDelete -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public DeleteReferencesResponse DeleteReferences(DeleteReferencesRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult DeleteReferencesAsync(RequestHeader RequestHeader,
DeleteReferencesItem... ReferencesToDelete)
RequestHeader - ReferencesToDelete -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult DeleteReferencesAsync(DeleteReferencesRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public BrowseResponse Browse(RequestHeader RequestHeader,
ViewDescription View,
UnsignedInteger RequestedMaxReferencesPerNode,
BrowseDescription... NodesToBrowse)
throws ServiceFaultException,
ServiceResultException
RequestHeader - View - RequestedMaxReferencesPerNode - NodesToBrowse -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public BrowseResponse Browse(BrowseRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult BrowseAsync(RequestHeader RequestHeader,
ViewDescription View,
UnsignedInteger RequestedMaxReferencesPerNode,
BrowseDescription... NodesToBrowse)
RequestHeader - View - RequestedMaxReferencesPerNode - NodesToBrowse -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult BrowseAsync(BrowseRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public BrowseNextResponse BrowseNext(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoints,
ByteString... ContinuationPoints)
throws ServiceFaultException,
ServiceResultException
RequestHeader - ReleaseContinuationPoints - ContinuationPoints -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public BrowseNextResponse BrowseNext(BrowseNextRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult BrowseNextAsync(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoints,
ByteString... ContinuationPoints)
RequestHeader - ReleaseContinuationPoints - ContinuationPoints -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult BrowseNextAsync(BrowseNextRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIds(RequestHeader RequestHeader,
BrowsePath... BrowsePaths)
throws ServiceFaultException,
ServiceResultException
RequestHeader - BrowsePaths -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIds(TranslateBrowsePathsToNodeIdsRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult TranslateBrowsePathsToNodeIdsAsync(RequestHeader RequestHeader,
BrowsePath... BrowsePaths)
RequestHeader - BrowsePaths -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult TranslateBrowsePathsToNodeIdsAsync(TranslateBrowsePathsToNodeIdsRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public RegisterNodesResponse RegisterNodes(RequestHeader RequestHeader,
NodeId... NodesToRegister)
throws ServiceFaultException,
ServiceResultException
RequestHeader - NodesToRegister -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public RegisterNodesResponse RegisterNodes(RegisterNodesRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult RegisterNodesAsync(RequestHeader RequestHeader,
NodeId... NodesToRegister)
RequestHeader - NodesToRegister -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult RegisterNodesAsync(RegisterNodesRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public UnregisterNodesResponse UnregisterNodes(RequestHeader RequestHeader,
NodeId... NodesToUnregister)
throws ServiceFaultException,
ServiceResultException
RequestHeader - NodesToUnregister -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public UnregisterNodesResponse UnregisterNodes(UnregisterNodesRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult UnregisterNodesAsync(RequestHeader RequestHeader,
NodeId... NodesToUnregister)
RequestHeader - NodesToUnregister -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult UnregisterNodesAsync(UnregisterNodesRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public QueryFirstResponse QueryFirst(RequestHeader RequestHeader,
ViewDescription View,
NodeTypeDescription[] NodeTypes,
ContentFilter Filter,
UnsignedInteger MaxDataSetsToReturn,
UnsignedInteger MaxReferencesToReturn)
throws ServiceFaultException,
ServiceResultException
RequestHeader - View - NodeTypes - Filter - MaxDataSetsToReturn - MaxReferencesToReturn -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public QueryFirstResponse QueryFirst(QueryFirstRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult QueryFirstAsync(RequestHeader RequestHeader,
ViewDescription View,
NodeTypeDescription[] NodeTypes,
ContentFilter Filter,
UnsignedInteger MaxDataSetsToReturn,
UnsignedInteger MaxReferencesToReturn)
RequestHeader - View - NodeTypes - Filter - MaxDataSetsToReturn - MaxReferencesToReturn -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult QueryFirstAsync(QueryFirstRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public QueryNextResponse QueryNext(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoint,
ByteString ContinuationPoint)
throws ServiceFaultException,
ServiceResultException
RequestHeader - ReleaseContinuationPoint - ContinuationPoint -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public QueryNextResponse QueryNext(QueryNextRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult QueryNextAsync(RequestHeader RequestHeader,
Boolean ReleaseContinuationPoint,
ByteString ContinuationPoint)
RequestHeader - ReleaseContinuationPoint - ContinuationPoint -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult QueryNextAsync(QueryNextRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public ReadResponse Read(RequestHeader RequestHeader,
Double MaxAge,
TimestampsToReturn TimestampsToReturn,
ReadValueId... NodesToRead)
throws ServiceFaultException,
ServiceResultException
RequestHeader - MaxAge - TimestampsToReturn - NodesToRead -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public ReadResponse Read(ReadRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult ReadAsync(RequestHeader RequestHeader,
Double MaxAge,
TimestampsToReturn TimestampsToReturn,
ReadValueId... NodesToRead)
RequestHeader - MaxAge - TimestampsToReturn - NodesToRead -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult ReadAsync(ReadRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public HistoryReadResponse HistoryRead(RequestHeader RequestHeader,
ExtensionObject HistoryReadDetails,
TimestampsToReturn TimestampsToReturn,
Boolean ReleaseContinuationPoints,
HistoryReadValueId... NodesToRead)
throws ServiceFaultException,
ServiceResultException
RequestHeader - HistoryReadDetails - TimestampsToReturn - ReleaseContinuationPoints - NodesToRead -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public HistoryReadResponse HistoryRead(HistoryReadRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult HistoryReadAsync(RequestHeader RequestHeader,
ExtensionObject HistoryReadDetails,
TimestampsToReturn TimestampsToReturn,
Boolean ReleaseContinuationPoints,
HistoryReadValueId... NodesToRead)
RequestHeader - HistoryReadDetails - TimestampsToReturn - ReleaseContinuationPoints - NodesToRead -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult HistoryReadAsync(HistoryReadRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public WriteResponse Write(RequestHeader RequestHeader,
WriteValue... NodesToWrite)
throws ServiceFaultException,
ServiceResultException
RequestHeader - NodesToWrite -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public WriteResponse Write(WriteRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult WriteAsync(RequestHeader RequestHeader,
WriteValue... NodesToWrite)
RequestHeader - NodesToWrite -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult WriteAsync(WriteRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public HistoryUpdateResponse HistoryUpdate(RequestHeader RequestHeader,
ExtensionObject... HistoryUpdateDetails)
throws ServiceFaultException,
ServiceResultException
RequestHeader - HistoryUpdateDetails -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public HistoryUpdateResponse HistoryUpdate(HistoryUpdateRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult HistoryUpdateAsync(RequestHeader RequestHeader,
ExtensionObject... HistoryUpdateDetails)
RequestHeader - HistoryUpdateDetails -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult HistoryUpdateAsync(HistoryUpdateRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public CallResponse Call(RequestHeader RequestHeader,
CallMethodRequest... MethodsToCall)
throws ServiceFaultException,
ServiceResultException
RequestHeader - MethodsToCall -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public CallResponse Call(CallRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult CallAsync(RequestHeader RequestHeader,
CallMethodRequest... MethodsToCall)
RequestHeader - MethodsToCall -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CallAsync(CallRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public CreateMonitoredItemsResponse CreateMonitoredItems(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemCreateRequest... ItemsToCreate)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionId - TimestampsToReturn - ItemsToCreate -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public CreateMonitoredItemsResponse CreateMonitoredItems(CreateMonitoredItemsRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult CreateMonitoredItemsAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemCreateRequest... ItemsToCreate)
RequestHeader - SubscriptionId - TimestampsToReturn - ItemsToCreate -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CreateMonitoredItemsAsync(CreateMonitoredItemsRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public ModifyMonitoredItemsResponse ModifyMonitoredItems(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemModifyRequest... ItemsToModify)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionId - TimestampsToReturn - ItemsToModify -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public ModifyMonitoredItemsResponse ModifyMonitoredItems(ModifyMonitoredItemsRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult ModifyMonitoredItemsAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
TimestampsToReturn TimestampsToReturn,
MonitoredItemModifyRequest... ItemsToModify)
RequestHeader - SubscriptionId - TimestampsToReturn - ItemsToModify -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult ModifyMonitoredItemsAsync(ModifyMonitoredItemsRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public SetMonitoringModeResponse SetMonitoringMode(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
MonitoringMode MonitoringMode,
UnsignedInteger... MonitoredItemIds)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionId - MonitoringMode - MonitoredItemIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public SetMonitoringModeResponse SetMonitoringMode(SetMonitoringModeRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult SetMonitoringModeAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
MonitoringMode MonitoringMode,
UnsignedInteger... MonitoredItemIds)
RequestHeader - SubscriptionId - MonitoringMode - MonitoredItemIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult SetMonitoringModeAsync(SetMonitoringModeRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public SetTriggeringResponse SetTriggering(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger TriggeringItemId,
UnsignedInteger[] LinksToAdd,
UnsignedInteger... LinksToRemove)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionId - TriggeringItemId - LinksToAdd - LinksToRemove -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public SetTriggeringResponse SetTriggering(SetTriggeringRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult SetTriggeringAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger TriggeringItemId,
UnsignedInteger[] LinksToAdd,
UnsignedInteger... LinksToRemove)
RequestHeader - SubscriptionId - TriggeringItemId - LinksToAdd - LinksToRemove -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult SetTriggeringAsync(SetTriggeringRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public DeleteMonitoredItemsResponse DeleteMonitoredItems(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger... MonitoredItemIds)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionId - MonitoredItemIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public DeleteMonitoredItemsResponse DeleteMonitoredItems(DeleteMonitoredItemsRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult DeleteMonitoredItemsAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger... MonitoredItemIds)
RequestHeader - SubscriptionId - MonitoredItemIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult DeleteMonitoredItemsAsync(DeleteMonitoredItemsRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public CreateSubscriptionResponse CreateSubscription(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedByte Priority)
throws ServiceFaultException,
ServiceResultException
RequestHeader - RequestedPublishingInterval - RequestedLifetimeCount - RequestedMaxKeepAliveCount - MaxNotificationsPerPublish - PublishingEnabled - Priority -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public CreateSubscriptionResponse CreateSubscription(CreateSubscriptionRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult CreateSubscriptionAsync(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedByte Priority)
RequestHeader - RequestedPublishingInterval - RequestedLifetimeCount - RequestedMaxKeepAliveCount - MaxNotificationsPerPublish - PublishingEnabled - Priority -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult CreateSubscriptionAsync(CreateSubscriptionRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public ModifySubscriptionResponse ModifySubscription(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionId - RequestedPublishingInterval - RequestedLifetimeCount - RequestedMaxKeepAliveCount - MaxNotificationsPerPublish - Priority -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public ModifySubscriptionResponse ModifySubscription(ModifySubscriptionRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult ModifySubscriptionAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
RequestHeader - SubscriptionId - RequestedPublishingInterval - RequestedLifetimeCount - RequestedMaxKeepAliveCount - MaxNotificationsPerPublish - Priority -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult ModifySubscriptionAsync(ModifySubscriptionRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public SetPublishingModeResponse SetPublishingMode(RequestHeader RequestHeader,
Boolean PublishingEnabled,
UnsignedInteger... SubscriptionIds)
throws ServiceFaultException,
ServiceResultException
RequestHeader - PublishingEnabled - SubscriptionIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public SetPublishingModeResponse SetPublishingMode(SetPublishingModeRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult SetPublishingModeAsync(RequestHeader RequestHeader,
Boolean PublishingEnabled,
UnsignedInteger... SubscriptionIds)
RequestHeader - PublishingEnabled - SubscriptionIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult SetPublishingModeAsync(SetPublishingModeRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public PublishResponse Publish(RequestHeader RequestHeader,
SubscriptionAcknowledgement... SubscriptionAcknowledgements)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionAcknowledgements -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public PublishResponse Publish(PublishRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult PublishAsync(RequestHeader RequestHeader,
SubscriptionAcknowledgement... SubscriptionAcknowledgements)
RequestHeader - SubscriptionAcknowledgements -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult PublishAsync(PublishRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public RepublishResponse Republish(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger RetransmitSequenceNumber)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionId - RetransmitSequenceNumber -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public RepublishResponse Republish(RepublishRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult RepublishAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger RetransmitSequenceNumber)
RequestHeader - SubscriptionId - RetransmitSequenceNumber -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult RepublishAsync(RepublishRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public TransferSubscriptionsResponse TransferSubscriptions(RequestHeader RequestHeader,
UnsignedInteger[] SubscriptionIds,
Boolean SendInitialValues)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionIds - SendInitialValues -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public TransferSubscriptionsResponse TransferSubscriptions(TransferSubscriptionsRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult TransferSubscriptionsAsync(RequestHeader RequestHeader,
UnsignedInteger[] SubscriptionIds,
Boolean SendInitialValues)
RequestHeader - SubscriptionIds - SendInitialValues -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult TransferSubscriptionsAsync(TransferSubscriptionsRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
public DeleteSubscriptionsResponse DeleteSubscriptions(RequestHeader RequestHeader,
UnsignedInteger... SubscriptionIds)
throws ServiceFaultException,
ServiceResultException
RequestHeader - SubscriptionIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public DeleteSubscriptionsResponse DeleteSubscriptions(DeleteSubscriptionsRequest req)
throws ServiceFaultException,
ServiceResultException
req - the request
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error
public AsyncResult DeleteSubscriptionsAsync(RequestHeader RequestHeader,
UnsignedInteger... SubscriptionIds)
RequestHeader - SubscriptionIds -
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication errorpublic AsyncResult DeleteSubscriptionsAsync(DeleteSubscriptionsRequest req)
req - the requestlistener - listener that receives either an error or the result
ServiceResultException - on communication error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||