|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UaMethod | |
|---|---|
| com.prosysopc.ua.client | Main client side classes of the SDK. |
| com.prosysopc.ua.client.nodes | Client side implementation classes for the UaNode model. |
| com.prosysopc.ua.nodes | Common UaNode model. |
| com.prosysopc.ua.server | Main server side classes of the SDK. |
| com.prosysopc.ua.server.io | Classes related to dynamically handing Read/Write services. |
| com.prosysopc.ua.server.nodes | Server side implementation classes for the UaNode model. |
| com.prosysopc.ua.types.di | |
| com.prosysopc.ua.types.di.client | |
| com.prosysopc.ua.types.di.server | |
| com.prosysopc.ua.types.gds | |
| com.prosysopc.ua.types.gds.client | |
| com.prosysopc.ua.types.gds.server | |
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server | |
| Uses of UaMethod in com.prosysopc.ua.client |
|---|
| Methods in com.prosysopc.ua.client that return UaMethod | |
|---|---|
UaMethod |
AddressSpace.getMethod(org.opcfoundation.ua.builtintypes.ExpandedNodeId methodId)
Get an UA method definition from the server. |
UaMethod |
AddressSpace.getMethod(org.opcfoundation.ua.builtintypes.NodeId methodId)
Get an UA method definition from the server. |
UaMethod |
AddressSpace.getMethodByName(org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName methodName)
Get a method with methodName of a node. |
| Methods in com.prosysopc.ua.client that return types with arguments of type UaMethod | |
|---|---|
List<UaMethod> |
AddressSpace.getMethods(org.opcfoundation.ua.builtintypes.NodeId nodeId)
Get all methods of an object node. |
| Uses of UaMethod in com.prosysopc.ua.client.nodes |
|---|
| Classes in com.prosysopc.ua.client.nodes that implement UaMethod | |
|---|---|
class |
UaMethodImpl
Straight forward implementation of UaMethod. |
| Methods in com.prosysopc.ua.client.nodes that return UaMethod | |
|---|---|
UaMethod |
UaNodeImpl.getMethod(org.opcfoundation.ua.builtintypes.QualifiedName methodName)
|
| Uses of UaMethod in com.prosysopc.ua.nodes |
|---|
| Methods in com.prosysopc.ua.nodes that return UaMethod | |
|---|---|
UaMethod |
UaNode.getMethod(org.opcfoundation.ua.builtintypes.QualifiedName methodName)
Get the method, which has the specified name. |
| Uses of UaMethod in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server with parameters of type UaMethod | |
|---|---|
protected void |
MethodManagerUaNode.checkInputArguments(org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos,
UaMethod method)
|
protected void |
MethodManagerUaNode.checkOutputArguments(org.opcfoundation.ua.builtintypes.Variant[] outputArguments,
UaMethod method)
|
protected boolean |
MethodManagerUaNode.fireCall(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos,
org.opcfoundation.ua.builtintypes.NodeId objectId,
UaNode node,
org.opcfoundation.ua.builtintypes.NodeId methodId,
UaMethod method,
org.opcfoundation.ua.builtintypes.Variant[] output)
|
protected boolean |
IoManager.getExecutable(ServiceContext serviceContext,
Object operationContext,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaMethod node)
|
protected boolean |
IoManager.getUserExecutable(ServiceContext serviceContext,
Object operationContext,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaMethod node)
|
protected boolean |
EventManager.methodEqualsIdOrName(UaMethod method,
org.opcfoundation.ua.builtintypes.NodeId methodId,
String methodName)
|
boolean |
EventManagerUaNode.onCall(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId objectId,
UaNode object,
org.opcfoundation.ua.builtintypes.NodeId methodId,
UaMethod method,
org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos,
org.opcfoundation.ua.builtintypes.Variant[] output)
|
boolean |
EventManager.onCall(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId objectId,
UaNode object,
org.opcfoundation.ua.builtintypes.NodeId methodId,
UaMethod method,
org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos,
org.opcfoundation.ua.builtintypes.Variant[] output)
|
boolean |
CallableListener.onCall(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId objectId,
UaNode object,
org.opcfoundation.ua.builtintypes.NodeId methodId,
UaMethod method,
org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos,
org.opcfoundation.ua.builtintypes.Variant[] outputs)
A method call notification. |
| Uses of UaMethod in com.prosysopc.ua.server.io |
|---|
| Methods in com.prosysopc.ua.server.io with parameters of type UaMethod | |
|---|---|
Boolean |
TypeIoManagerListener.onGetUserExecutable(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaMethod node)
|
Boolean |
NodeIoManagerListener.onGetUserExecutable(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaMethod node)
|
Boolean |
IoManagerListenerChainImpl.onGetUserExecutable(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaMethod node)
|
Boolean |
IoManagerListener.onGetUserExecutable(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaMethod node)
Notification of a read request for user executable attribute of a node. |
Boolean |
IoManagerAdapter.onGetUserExecutable(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaMethod node)
|
Boolean |
UaTypeIoListenerImpl.onGetUserExecutable(ServiceContext serviceContext,
UaInstance instance,
UaMethod node)
|
Boolean |
UaTypeIoListener.onGetUserExecutable(ServiceContext serviceContext,
UaInstance instance,
UaMethod node)
Called from TypeIoManagerListener.onGetUserExecutable(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaMethod). |
| Uses of UaMethod in com.prosysopc.ua.server.nodes |
|---|
| Classes in com.prosysopc.ua.server.nodes that implement UaMethod | |
|---|---|
class |
PlainMethod
Server side implementation of UaMethod. |
class |
UaMethodNode
Straight forward implementation of UaMethod. |
| Methods in com.prosysopc.ua.server.nodes that return UaMethod | |
|---|---|
UaMethod |
UaExternalNodeImpl.getMethod(org.opcfoundation.ua.builtintypes.QualifiedName methodName)
|
UaMethod |
InstanceVariable.getMethod(org.opcfoundation.ua.builtintypes.QualifiedName methodName)
|
UaMethod |
BaseNode.getMethod(org.opcfoundation.ua.builtintypes.QualifiedName methodName)
|
protected UaMethod |
UaInstanceNode.registerOverridePlainMethod(String name)
|
| Uses of UaMethod in com.prosysopc.ua.types.di |
|---|
| Methods in com.prosysopc.ua.types.di that return UaMethod | |
|---|---|
UaMethod |
LockingServicesType.getBreakLockNode()
|
UaMethod |
LockingServicesType.getExitLockNode()
|
UaMethod |
TransferServicesType.getFetchTransferResultDataNode()
|
UaMethod |
LockingServicesType.getInitLockNode()
|
UaMethod |
LockingServicesType.getRenewLockNode()
|
UaMethod |
TransferServicesType.getTransferFromDeviceNode()
|
UaMethod |
TransferServicesType.getTransferToDeviceNode()
|
| Uses of UaMethod in com.prosysopc.ua.types.di.client |
|---|
| Methods in com.prosysopc.ua.types.di.client that return UaMethod | |
|---|---|
UaMethod |
LockingServicesTypeImplBase.getBreakLockNode()
|
UaMethod |
LockingServicesTypeImplBase.getExitLockNode()
|
UaMethod |
TransferServicesTypeImplBase.getFetchTransferResultDataNode()
|
UaMethod |
LockingServicesTypeImplBase.getInitLockNode()
|
UaMethod |
LockingServicesTypeImplBase.getRenewLockNode()
|
UaMethod |
TransferServicesTypeImplBase.getTransferFromDeviceNode()
|
UaMethod |
TransferServicesTypeImplBase.getTransferToDeviceNode()
|
| Uses of UaMethod in com.prosysopc.ua.types.di.server |
|---|
| Methods in com.prosysopc.ua.types.di.server that return UaMethod | |
|---|---|
UaMethod |
LockingServicesTypeNodeBase.getBreakLockNode()
|
UaMethod |
LockingServicesTypeNodeBase.getExitLockNode()
|
UaMethod |
TransferServicesTypeNodeBase.getFetchTransferResultDataNode()
|
UaMethod |
LockingServicesTypeNodeBase.getInitLockNode()
|
UaMethod |
LockingServicesTypeNodeBase.getRenewLockNode()
|
UaMethod |
TransferServicesTypeNodeBase.getTransferFromDeviceNode()
|
UaMethod |
TransferServicesTypeNodeBase.getTransferToDeviceNode()
|
| Uses of UaMethod in com.prosysopc.ua.types.gds |
|---|
| Methods in com.prosysopc.ua.types.gds that return UaMethod | |
|---|---|
UaMethod |
DirectoryType.getFindApplicationsNode()
|
UaMethod |
CertificateDirectoryType.getFinishRequestNode()
|
UaMethod |
DirectoryType.getGetApplicationNode()
|
UaMethod |
CertificateDirectoryType.getGetCertificateGroupsNode()
|
UaMethod |
CertificateDirectoryType.getGetCertificateStatusNode()
|
UaMethod |
CertificateDirectoryType.getGetTrustListNode()
|
UaMethod |
DirectoryType.getQueryServersNode()
|
UaMethod |
DirectoryType.getRegisterApplicationNode()
|
UaMethod |
CertificateDirectoryType.getStartNewKeyPairRequestNode()
|
UaMethod |
CertificateDirectoryType.getStartSigningRequestNode()
|
UaMethod |
DirectoryType.getUnregisterApplicationNode()
|
UaMethod |
DirectoryType.getUpdateApplicationNode()
|
| Uses of UaMethod in com.prosysopc.ua.types.gds.client |
|---|
| Methods in com.prosysopc.ua.types.gds.client that return UaMethod | |
|---|---|
UaMethod |
DirectoryTypeImplBase.getFindApplicationsNode()
|
UaMethod |
CertificateDirectoryTypeImplBase.getFinishRequestNode()
|
UaMethod |
DirectoryTypeImplBase.getGetApplicationNode()
|
UaMethod |
CertificateDirectoryTypeImplBase.getGetCertificateGroupsNode()
|
UaMethod |
CertificateDirectoryTypeImplBase.getGetCertificateStatusNode()
|
UaMethod |
CertificateDirectoryTypeImplBase.getGetTrustListNode()
|
UaMethod |
DirectoryTypeImplBase.getQueryServersNode()
|
UaMethod |
DirectoryTypeImplBase.getRegisterApplicationNode()
|
UaMethod |
CertificateDirectoryTypeImplBase.getStartNewKeyPairRequestNode()
|
UaMethod |
CertificateDirectoryTypeImplBase.getStartSigningRequestNode()
|
UaMethod |
DirectoryTypeImplBase.getUnregisterApplicationNode()
|
UaMethod |
DirectoryTypeImplBase.getUpdateApplicationNode()
|
| Uses of UaMethod in com.prosysopc.ua.types.gds.server |
|---|
| Methods in com.prosysopc.ua.types.gds.server that return UaMethod | |
|---|---|
UaMethod |
DirectoryTypeNodeBase.getFindApplicationsNode()
|
UaMethod |
CertificateDirectoryTypeNodeBase.getFinishRequestNode()
|
UaMethod |
DirectoryTypeNodeBase.getGetApplicationNode()
|
UaMethod |
CertificateDirectoryTypeNodeBase.getGetCertificateGroupsNode()
|
UaMethod |
CertificateDirectoryTypeNodeBase.getGetCertificateStatusNode()
|
UaMethod |
CertificateDirectoryTypeNodeBase.getGetTrustListNode()
|
UaMethod |
DirectoryTypeNodeBase.getQueryServersNode()
|
UaMethod |
DirectoryTypeNodeBase.getRegisterApplicationNode()
|
UaMethod |
CertificateDirectoryTypeNodeBase.getStartNewKeyPairRequestNode()
|
UaMethod |
CertificateDirectoryTypeNodeBase.getStartSigningRequestNode()
|
UaMethod |
DirectoryTypeNodeBase.getUnregisterApplicationNode()
|
UaMethod |
DirectoryTypeNodeBase.getUpdateApplicationNode()
|
| Uses of UaMethod in com.prosysopc.ua.types.opcua |
|---|
| Uses of UaMethod in com.prosysopc.ua.types.opcua.client |
|---|
| Methods in com.prosysopc.ua.types.opcua.client that return UaMethod | |
|---|---|
UaMethod |
AcknowledgeableConditionTypeImplBase.getAcknowledgeNode()
|
UaMethod |
TrustListTypeImplBase.getAddCertificateNode()
|
UaMethod |
ConditionTypeImplBase.getAddCommentNode()
|
UaMethod |
ServerConfigurationTypeImplBase.getApplyChangesNode()
|
UaMethod |
TrustListTypeImplBase.getCloseAndUpdateNode()
|
UaMethod |
FileTypeImplBase.getCloseNode()
|
UaMethod |
AcknowledgeableConditionTypeImplBase.getConfirmNode()
|
UaMethod |
FileDirectoryTypeImplBase.getCreateDirectoryNode()
|
UaMethod |
FileDirectoryTypeImplBase.getCreateFileNode()
|
UaMethod |
ServerConfigurationTypeImplBase.getCreateSigningRequestNode()
|
UaMethod |
FileDirectoryTypeImplBase.getDeleteNode()
|
UaMethod |
ConditionTypeImplBase.getDisableNode()
|
UaMethod |
ConditionTypeImplBase.getEnableNode()
|
UaMethod |
AddressSpaceFileTypeImplBase.getExportNamespaceNode()
|
UaMethod |
ServerTypeImplBase.getGetMonitoredItemsNode()
|
UaMethod |
FileTypeImplBase.getGetPositionNode()
|
UaMethod |
ServerConfigurationTypeImplBase.getGetRejectedListNode()
|
UaMethod |
ProgramStateMachineTypeImplBase.getHaltNode()
|
UaMethod |
FileDirectoryTypeImplBase.getMoveOrCopyNode()
|
UaMethod |
ShelvedStateMachineTypeImplBase.getOneShotShelveNode()
|
UaMethod |
FileTypeImplBase.getOpenNode()
|
UaMethod |
TrustListTypeImplBase.getOpenWithMasksNode()
|
UaMethod |
FileTypeImplBase.getReadNode()
|
UaMethod |
TrustListTypeImplBase.getRemoveCertificateNode()
|
UaMethod |
ServerTypeImplBase.getRequestServerStateChangeNode()
|
UaMethod |
ServerTypeImplBase.getResendDataNode()
|
UaMethod |
ProgramStateMachineTypeImplBase.getResetNode()
|
UaMethod |
DialogConditionTypeImplBase.getRespondNode()
|
UaMethod |
ProgramStateMachineTypeImplBase.getResumeNode()
|
UaMethod |
FileTypeImplBase.getSetPositionNode()
|
UaMethod |
ServerTypeImplBase.getSetSubscriptionDurableNode()
|
UaMethod |
ProgramStateMachineTypeImplBase.getStartNode()
|
UaMethod |
ProgramStateMachineTypeImplBase.getSuspendNode()
|
UaMethod |
ShelvedStateMachineTypeImplBase.getTimedShelveNode()
|
UaMethod |
ShelvedStateMachineTypeImplBase.getUnshelveNode()
|
UaMethod |
ServerConfigurationTypeImplBase.getUpdateCertificateNode()
|
UaMethod |
FileTypeImplBase.getWriteNode()
|
| Uses of UaMethod in com.prosysopc.ua.types.opcua.server |
|---|
| Methods in com.prosysopc.ua.types.opcua.server that return UaMethod | |
|---|---|
UaMethod |
AcknowledgeableConditionTypeNodeBase.getAcknowledgeNode()
|
UaMethod |
TrustListTypeNodeBase.getAddCertificateNode()
|
UaMethod |
ConditionTypeNodeBase.getAddCommentNode()
|
UaMethod |
ServerConfigurationTypeNodeBase.getApplyChangesNode()
|
UaMethod |
TrustListTypeNodeBase.getCloseAndUpdateNode()
|
UaMethod |
FileTypeNodeBase.getCloseNode()
|
UaMethod |
AcknowledgeableConditionTypeNodeBase.getConfirmNode()
|
UaMethod |
FileDirectoryTypeNodeBase.getCreateDirectoryNode()
|
UaMethod |
FileDirectoryTypeNodeBase.getCreateFileNode()
|
UaMethod |
ServerConfigurationTypeNodeBase.getCreateSigningRequestNode()
|
UaMethod |
FileDirectoryTypeNodeBase.getDeleteNode()
|
UaMethod |
ConditionTypeNodeBase.getDisableNode()
|
UaMethod |
ConditionTypeNodeBase.getEnableNode()
|
UaMethod |
AddressSpaceFileTypeNodeBase.getExportNamespaceNode()
|
UaMethod |
ServerTypeNodeBase.getGetMonitoredItemsNode()
|
UaMethod |
FileTypeNodeBase.getGetPositionNode()
|
UaMethod |
ServerConfigurationTypeNodeBase.getGetRejectedListNode()
|
UaMethod |
ProgramStateMachineTypeNodeBase.getHaltNode()
|
UaMethod |
FileDirectoryTypeNodeBase.getMoveOrCopyNode()
|
UaMethod |
ShelvedStateMachineTypeNodeBase.getOneShotShelveNode()
|
UaMethod |
FileTypeNodeBase.getOpenNode()
|
UaMethod |
TrustListTypeNodeBase.getOpenWithMasksNode()
|
UaMethod |
FileTypeNodeBase.getReadNode()
|
UaMethod |
TrustListTypeNodeBase.getRemoveCertificateNode()
|
UaMethod |
ServerTypeNodeBase.getRequestServerStateChangeNode()
|
UaMethod |
ServerTypeNodeBase.getResendDataNode()
|
UaMethod |
ProgramStateMachineTypeNodeBase.getResetNode()
|
UaMethod |
DialogConditionTypeNodeBase.getRespondNode()
|
UaMethod |
ProgramStateMachineTypeNodeBase.getResumeNode()
|
UaMethod |
FileTypeNodeBase.getSetPositionNode()
|
UaMethod |
ServerTypeNodeBase.getSetSubscriptionDurableNode()
|
UaMethod |
ProgramStateMachineTypeNodeBase.getStartNode()
|
UaMethod |
ProgramStateMachineTypeNodeBase.getSuspendNode()
|
UaMethod |
ShelvedStateMachineTypeNodeBase.getTimedShelveNode()
|
UaMethod |
ShelvedStateMachineTypeNodeBase.getUnshelveNode()
|
UaMethod |
ServerConfigurationTypeNodeBase.getUpdateCertificateNode()
|
UaMethod |
FileTypeNodeBase.getWriteNode()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||