Interface IMember

  • All Superinterfaces:
    IHostResource
    All Known Subinterfaces:
    IPartitionedDataSetMember

    public interface IMember
    extends IHostResource
    A member that resides on a z/OS host.

    For details on the state of an IMember and the function of its methods, see IHostResource.

    Since:
    1.0.0
    Version:
    2.0.0
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getDataSet

        IDataSet getDataSet()
        Returns the dataset that this member is part of.
        Returns:
        the dataset
        Since:
        1.0.0
      • getDataSetName

        String getDataSetName()
        Returns the name of the dataset that this member is part of.
        Returns:
        the dataset name
        Since:
        1.0.0
      • getType

        MemberType getType()
        Returns the type of this host resource.

        Note: the value returned from this method represents the state of this host resource from the time it was retrieved from the host. Any changes made to this host resource since it was retrieved will not be reflected in this method.

        Specified by:
        getType in interface IHostResource
        Returns:
        the member type
        Since:
        1.0.0