Interface BindFlags
@Public
@Evolving
public interface BindFlags
Combinable Flags to use when creating a service entry.
-
Field Summary
Fields
-
Field Details
-
CREATE
static final int CREATECreate the entry.. This is just "0" and can be "or"ed with anything- See Also:
-
OVERWRITE
static final int OVERWRITEThe entry should be created even if an existing entry is there.- See Also:
-