Interface BindFlags


@Public @Evolving public interface BindFlags
Combinable Flags to use when creating a service entry.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Create the entry..
    static final int
    The entry should be created even if an existing entry is there.
  • Field Details

    • CREATE

      static final int CREATE
      Create the entry.. This is just "0" and can be "or"ed with anything
      See Also:
    • OVERWRITE

      static final int OVERWRITE
      The entry should be created even if an existing entry is there.
      See Also: