All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class posix.IPC.Perm
java.lang.Object
   |
   +----posix.IPC.Perm

  Summary

public static class  IPC.Perm
     extends java.lang.Object
{
          // Fields 7
     public int cgid;
     public int cuid;
     public int gid;
     public int key;
     public int mode;
     public int seq;
     public int uid;

          // Constructors 1
     public Perm();

}

Permission structure for SysV IPC resources.


  Cross Reference

Extended By:
MsgQ.msqid_ds, SemSet.semid_ds, SharedMem.shmid_ds

Returned By:
IPC.getPerm(), MsgQ.getPerm(), SemSet.getPerm(), SharedMem.getPerm()





  Fields

· uid

Summary  |  Top
   public int uid


· gid

Summary  |  Top
   public int gid


· cuid

Summary  |  Top
   public int cuid


· cgid

Summary  |  Top
   public int cgid


· mode

Summary  |  Top
   public int mode


· seq

Summary  |  Top
   public int seq


· key

Summary  |  Top
   public int key


  Constructors

· Perm

Summary  |  Top

   public Perm() 

Default constructor



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7