Class CIM_FIFOPipeFile
extends CIM_LogicalFile

FIFOPipeFile is a special type of LogicalFile that represents an interprocess FIFO (sometimes referred to as a "named pipe"). Operating systems use this convention to manage interprocess communication through processes reading and writing the FIFO. The FIFO can be accessed by unrelated processes, in contrast to the more well-known command line redirection mechanism (e.g. UNIX's 'ps -eaf | grep foo', also known as an "unnamed pipe"). An exemplary operating system implementation (using the FIFO concept) is the UNIX S_IFIFO file type.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_LogicalFile
   |
   +--CIM_FIFOPipeFile

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringFIFOPipeFile is a special type of LogicalFile that represents an interprocess FIFO (sometimes referred to as a "named pipe"). Operating systems use this convention to manage interprocess communication through processes reading and writing the FIFO. The FIFO can be accessed by unrelated processes, in contrast to the more well-known command line redirection mechanism (e.g. UNIX's 'ps -eaf | grep foo', also known as an "unnamed pipe"). An exemplary operating system implementation (using the FIFO concept) is the UNIX S_IFIFO file type.
UMLPackagePathstringCIM::System::FileElements
Versionstring2.6.0

Class Properties

Inherited Properties

NameData Type
Captionstring
CommunicationStatusuint16
CompressionMethodstring
CreationClassNamestring
CreationDatedatetime
CSCreationClassNamestring
CSNamestring
Descriptionstring
DetailedStatusuint16
ElementNamestring
EncryptionMethodstring
Executableboolean
FileSizeuint64
FSCreationClassNamestring
FSNamestring
Generationuint64
HealthStateuint16
InstallDatedatetime
InstanceIDstring
InUseCountuint64
LastAccesseddatetime
LastModifieddatetime
Namestring
OperatingStatusuint16
PrimaryStatusuint16
Readableboolean
Statusstring
Writeableboolean
OperationalStatusuint16[]
StatusDescriptionsstring[]

Class Methods