Uses of Class
com.prosysopc.ua.types.opcua.server.ShelvedStateMachineTypeNode

Packages that use ShelvedStateMachineTypeNode
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.types.opcua.server   
 

Uses of ShelvedStateMachineTypeNode in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server with parameters of type ShelvedStateMachineTypeNode
protected  boolean EventManagerUaNode.oneshotshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
           
 boolean EventManagerListener.onOneshotShelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
          Notification of an OneshotShelve request for an Alarm object.
 boolean EventManagerListener.onTimedShelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine, double shelvingTime)
          Notification of a TimedShelve request for an Alarm object.
 boolean EventManagerListener.onUnshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
          Notification of an Unshelve request for an Alarm object.
protected  boolean EventManagerUaNode.timedshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine, double shelvingTime)
           
protected  boolean EventManagerUaNode.unshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
           
 

Uses of ShelvedStateMachineTypeNode in com.prosysopc.ua.types.opcua.server
 

Methods in com.prosysopc.ua.types.opcua.server that return ShelvedStateMachineTypeNode
 ShelvedStateMachineTypeNode AlarmConditionTypeNodeBase.getShelvingStateNode()
           
 

Methods in com.prosysopc.ua.types.opcua.server that return types with arguments of type ShelvedStateMachineTypeNode
static GeneratedNodeInitializer<ShelvedStateMachineTypeNode> ShelvedStateMachineTypeNodeBase.getShelvedStateMachineTypeNodeInitializer()
           
 

Methods in com.prosysopc.ua.types.opcua.server with parameters of type ShelvedStateMachineTypeNode
 void ShelvedStateMachineTypeOneShotShelveMethod.oneShotShelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node)
           
 void ShelvedStateMachineTypeTimedShelveMethod.timedShelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node, Double shelvingTime)
           
 void ShelvedStateMachineTypeUnshelveMethod.unshelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node)
           
 

Method parameters in com.prosysopc.ua.types.opcua.server with type arguments of type ShelvedStateMachineTypeNode
static void ShelvedStateMachineTypeNodeBase.setShelvedStateMachineTypeNodeInitializer(GeneratedNodeInitializer<ShelvedStateMachineTypeNode> shelvedStateMachineTypeNodeInitializerNewValue)
           
 

Constructors in com.prosysopc.ua.types.opcua.server with parameters of type ShelvedStateMachineTypeNode
ShelvedStateMachineTypeNode.UnshelveTask(ShelvedStateMachineTypeNode shelvedStateMachineType)
           
 



Copyright © 2018. All rights reserved.