Annotation Interface ZosLibertyAngel


@Retention(RUNTIME) @Target(FIELD) public @interface ZosLibertyAngel
z/OS Liberty Angel
Annotation:
Description:
The @ZosLibertyAngel annotation requests the zOS Liberty Angel Manager to provide a zOS Liberty Angel instance.
Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@ZosLibertyAngel(imageTag="A", name="ANGELA")
public IZosLibertyAngel zosLibertyAngel;
Extra:
The IZosLibertyAngel interface has a number of methods to manage a zOS Liberty Angel
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • imageTag

      String imageTag
      Returns:
      The imageTag is used to identify the zOS image
      Default:
      "primary"
    • name

      String name
      Returns:
      The Liberty Named Angel name. If null, a name will be generated
      Default:
      ""