ActivationGroupAttribute class

Defines the Activation Group Attribute used to mark a program or service program class.

Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Attribute

Constructors

Name Description
ActivationGroupAttribute(String) Initializes a new instance of the ActivationGroupAttribute class using the supplied group name.
ActivationGroupAttribute() Initialize a new instance of the ActivationGroupAttribute class using the default activation group.

ActivationGroupAttribute(String)

Initializes a new instance of the ActivationGroupAttribute class using the supplied group name.

ActivationGroupAttribute(String)

Parameters

Type Parameter name Description
String groupName The user provided name of the activation group or one of the special values: “CALLER”, “DFTACTGRP” or “*NEW”.

ActivationGroupAttribute()

Initialize a new instance of the ActivationGroupAttribute class using the default activation group.

ActivationGroupAttribute()

Properties

Type Name Description
String Caller Defines the constant “*CALLER”.
String Default Defines the constant “*DFTACTGRP”.
String Eligible Defines the constant “*ELIGIBLE”.
String GroupName Gets the name of the activation group.
Boolean IsCaller Gets a value that indicates whether the activation group attribute is the special value *CALLER.
Boolean IsDefault Gets a value that indicates whether the activation group attribute is the special value *DFTACTGRP.
Boolean IsNew Gets a value that indicates whether the activation group attribute is the special value *NEW.
String New Defines the constant “*NEW”.