public final class ObjectFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DS_ALIAS_ENTRY |
static int |
DS_CONTAINER_ALIAS |
static int |
DS_CONTAINER_ENTRY |
static int |
DS_GLUE |
static int |
DS_JUNCTION_FILE |
static int |
DS_NAMING_CONTEXT |
static int |
DS_PARTITION_ROOT |
| Constructor and Description |
|---|
ObjectFlags() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAlias(long objectFlags)
Tests flags to see if the alias bit is set.
|
static boolean |
isContainer(long objectFlags)
Tests flags to see if the container bit is set.
|
static boolean |
isGlue(long objectFlags)
Tests flags to see if the glue bit is set, indicating this object
is one of the NVDS glue objects: glue, subordinate reference,
superior reference, immediate superior reference, or cross reference.
|
static boolean |
isJunctionFile(long objectFlags)
Tests flags to see if the Junction File bit is set, indicating this object
is a file system Junction
|
static boolean |
isNamingContext(long objectFlags)
Tests flags to see if the naming context bit is set.
|
static boolean |
isPartition(long objectFlags)
Tests flags to see if the partition bit is set.
|
public static final int DS_ALIAS_ENTRY
public static final int DS_PARTITION_ROOT
public static final int DS_CONTAINER_ENTRY
public static final int DS_CONTAINER_ALIAS
public static final int DS_NAMING_CONTEXT
public static final int DS_GLUE
public static final int DS_JUNCTION_FILE
public static boolean isContainer(long objectFlags)
objectFlags - The flags.public static boolean isAlias(long objectFlags)
objectFlags - The flags.public static boolean isPartition(long objectFlags)
objectFlags - The flags.public static boolean isNamingContext(long objectFlags)
objectFlags - The flags.public static boolean isGlue(long objectFlags)
objectFlags - The flags.public static boolean isJunctionFile(long objectFlags)
objectFlags - The flags.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.