Package apple.struct

Class flocktimeout


  • public final class flocktimeout
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      flock fl()
      flock passed for file locking
      void setFl​(flock value)
      flock passed for file locking
      void setTimeout​(timespec value)
      timespec struct for timeout
      timespec timeout()
      timespec struct for timeout
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • flocktimeout

        public flocktimeout()
      • flocktimeout

        protected flocktimeout​(org.moe.natj.general.Pointer peer)
      • flocktimeout

        public flocktimeout​(flock fl,
                            timespec timeout)
    • Method Detail

      • fl

        public flock fl()
        flock passed for file locking
      • setFl

        public void setFl​(flock value)
        flock passed for file locking
      • timeout

        public timespec timeout()
        timespec struct for timeout
      • setTimeout

        public void setTimeout​(timespec value)
        timespec struct for timeout