public class Namespace.StartProcessingMethod
extends org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler
org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler.InvocationContextorg.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler.NodeIdUnknownHandler, org.eclipse.milo.opcua.sdk.server.api.methods.MethodInvocationHandler.NotImplementedHandler| Constructor and Description |
|---|
StartProcessingMethod(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node)
Creates a start processing method.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getInputArguments() |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getOutputArguments() |
protected org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] |
invoke(org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler.InvocationContext invocationContext,
org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] inputValues) |
public StartProcessingMethod(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node)
node - the declaring method nodepublic org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getInputArguments()
getInputArguments in class org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerpublic org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getOutputArguments()
getOutputArguments in class org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerprotected org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] invoke(org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler.InvocationContext invocationContext,
org.eclipse.milo.opcua.stack.core.types.builtin.Variant[] inputValues)
invoke in class org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerCopyright © 2022. All rights reserved.