org.catacombae.jfuse.types.fuse26
Class FUSEContext

java.lang.Object
  extended by org.catacombae.jfuse.types.fuse26.FUSEContext

public class FUSEContext
extends Object

The jFUSE version of fuse_context.

Author:
Erik Larsson

Field Summary
 long gid
          Group ID of the calling process
 long pid
          Thread ID of the calling process
 Object privateData
          Private filesystem data.
 long uid
          User ID of the calling process
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

public final long uid
User ID of the calling process


gid

public final long gid
Group ID of the calling process


pid

public final long pid
Thread ID of the calling process


privateData

public final Object privateData
Private filesystem data.