public class SessionManager extends Object implements AttributeServiceSet, AttributeHistoryServiceSet, MethodServiceSet, MonitoredItemServiceSet, NodeManagementServiceSet, QueryServiceSet, SessionServiceSet, SubscriptionServiceSet, ViewServiceSet
| Constructor and Description |
|---|
SessionManager(OpcUaServer server) |
public SessionManager(OpcUaServer server)
public void killSession(NodeId nodeId, boolean deleteSubscriptions)
public void onCreateSession(ServiceRequest<CreateSessionRequest,CreateSessionResponse> serviceRequest) throws UaException
onCreateSession in interface SessionServiceSetUaExceptionpublic void onActivateSession(ServiceRequest<ActivateSessionRequest,ActivateSessionResponse> serviceRequest) throws UaException
onActivateSession in interface SessionServiceSetUaExceptionpublic void onCloseSession(ServiceRequest<CloseSessionRequest,CloseSessionResponse> service) throws UaException
onCloseSession in interface SessionServiceSetUaExceptionpublic void onCancel(ServiceRequest<CancelRequest,CancelResponse> service) throws UaException
onCancel in interface SessionServiceSetUaExceptionpublic void onRead(ServiceRequest<ReadRequest,ReadResponse> service) throws UaException
onRead in interface AttributeServiceSetUaExceptionpublic void onWrite(ServiceRequest<WriteRequest,WriteResponse> service) throws UaException
onWrite in interface AttributeServiceSetUaExceptionpublic void onHistoryRead(ServiceRequest<HistoryReadRequest,HistoryReadResponse> service) throws UaException
onHistoryRead in interface AttributeHistoryServiceSetUaExceptionpublic void onHistoryUpdate(ServiceRequest<HistoryUpdateRequest,HistoryUpdateResponse> service) throws UaException
onHistoryUpdate in interface AttributeHistoryServiceSetUaExceptionpublic void onBrowse(ServiceRequest<BrowseRequest,BrowseResponse> service) throws UaException
onBrowse in interface ViewServiceSetUaExceptionpublic void onBrowseNext(ServiceRequest<BrowseNextRequest,BrowseNextResponse> service) throws UaException
onBrowseNext in interface ViewServiceSetUaExceptionpublic void onTranslateBrowsePaths(ServiceRequest<TranslateBrowsePathsToNodeIdsRequest,TranslateBrowsePathsToNodeIdsResponse> service) throws UaException
onTranslateBrowsePaths in interface ViewServiceSetUaExceptionpublic void onRegisterNodes(ServiceRequest<RegisterNodesRequest,RegisterNodesResponse> service) throws UaException
onRegisterNodes in interface ViewServiceSetUaExceptionpublic void onUnregisterNodes(ServiceRequest<UnregisterNodesRequest,UnregisterNodesResponse> service) throws UaException
onUnregisterNodes in interface ViewServiceSetUaExceptionpublic void onAddNodes(ServiceRequest<AddNodesRequest,AddNodesResponse> service) throws UaException
onAddNodes in interface NodeManagementServiceSetUaExceptionpublic void onAddReferences(ServiceRequest<AddReferencesRequest,AddReferencesResponse> service) throws UaException
onAddReferences in interface NodeManagementServiceSetUaExceptionpublic void onDeleteNodes(ServiceRequest<DeleteNodesRequest,DeleteNodesResponse> service) throws UaException
onDeleteNodes in interface NodeManagementServiceSetUaExceptionpublic void onDeleteReferences(ServiceRequest<DeleteReferencesRequest,DeleteReferencesResponse> service) throws UaException
onDeleteReferences in interface NodeManagementServiceSetUaExceptionpublic void onCreateSubscription(ServiceRequest<CreateSubscriptionRequest,CreateSubscriptionResponse> service) throws UaException
onCreateSubscription in interface SubscriptionServiceSetUaExceptionpublic void onModifySubscription(ServiceRequest<ModifySubscriptionRequest,ModifySubscriptionResponse> service) throws UaException
onModifySubscription in interface SubscriptionServiceSetUaExceptionpublic void onSetPublishingMode(ServiceRequest<SetPublishingModeRequest,SetPublishingModeResponse> service) throws UaException
onSetPublishingMode in interface SubscriptionServiceSetUaExceptionpublic void onPublish(ServiceRequest<PublishRequest,PublishResponse> service) throws UaException
onPublish in interface SubscriptionServiceSetUaExceptionpublic void onRepublish(ServiceRequest<RepublishRequest,RepublishResponse> service) throws UaException
onRepublish in interface SubscriptionServiceSetUaExceptionpublic void onTransferSubscriptions(ServiceRequest<TransferSubscriptionsRequest,TransferSubscriptionsResponse> service) throws UaException
onTransferSubscriptions in interface SubscriptionServiceSetUaExceptionpublic void onDeleteSubscriptions(ServiceRequest<DeleteSubscriptionsRequest,DeleteSubscriptionsResponse> service) throws UaException
onDeleteSubscriptions in interface SubscriptionServiceSetUaExceptionpublic void onCreateMonitoredItems(ServiceRequest<CreateMonitoredItemsRequest,CreateMonitoredItemsResponse> service) throws UaException
onCreateMonitoredItems in interface MonitoredItemServiceSetUaExceptionpublic void onModifyMonitoredItems(ServiceRequest<ModifyMonitoredItemsRequest,ModifyMonitoredItemsResponse> service) throws UaException
onModifyMonitoredItems in interface MonitoredItemServiceSetUaExceptionpublic void onSetMonitoringMode(ServiceRequest<SetMonitoringModeRequest,SetMonitoringModeResponse> service) throws UaException
onSetMonitoringMode in interface MonitoredItemServiceSetUaExceptionpublic void onSetTriggering(ServiceRequest<SetTriggeringRequest,SetTriggeringResponse> service) throws UaException
onSetTriggering in interface MonitoredItemServiceSetUaExceptionpublic void onDeleteMonitoredItems(ServiceRequest<DeleteMonitoredItemsRequest,DeleteMonitoredItemsResponse> service) throws UaException
onDeleteMonitoredItems in interface MonitoredItemServiceSetUaExceptionpublic void onCall(ServiceRequest<CallRequest,CallResponse> service) throws UaException
onCall in interface MethodServiceSetUaExceptionpublic void onQueryFirst(ServiceRequest<QueryFirstRequest,QueryFirstResponse> service) throws UaException
onQueryFirst in interface QueryServiceSetUaExceptionpublic void onQueryNext(ServiceRequest<QueryNextRequest,QueryNextResponse> service) throws UaException
onQueryNext in interface QueryServiceSetUaExceptionCopyright © 2018. All rights reserved.