posix
Class SharedMem.shmid_ds

java.lang.Object
  extended by posix.IPC.Perm
      extended by posix.SharedMem.shmid_ds
Enclosing class:
SharedMem

public static class SharedMem.shmid_ds
extends IPC.Perm


Field Summary
 long shm_atime
           
 int shm_cnattch
           
 int shm_cpid
           
 long shm_ctime
           
 long shm_dtime
           
 int shm_lpid
           
 int shm_nattch
           
 int shm_segsz
           
 
Fields inherited from class posix.IPC.Perm
cgid, cuid, gid, key, mode, seq, uid
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shm_segsz

public int shm_segsz

shm_lpid

public int shm_lpid

shm_cpid

public int shm_cpid

shm_nattch

public int shm_nattch

shm_cnattch

public int shm_cnattch

shm_atime

public long shm_atime

shm_dtime

public long shm_dtime

shm_ctime

public long shm_ctime