org.jruby
Class RubyProcess.UserID

java.lang.Object
  extended by org.jruby.RubyProcess.UserID
Enclosing class:
RubyProcess

public static class RubyProcess.UserID
extends java.lang.Object


Constructor Summary
RubyProcess.UserID()
           
 
Method Summary
static IRubyObject change_privilege(IRubyObject self, IRubyObject arg)
           
static IRubyObject eid(IRubyObject self)
           
static IRubyObject eid(IRubyObject self, IRubyObject arg)
           
static IRubyObject grant_privilege(IRubyObject self, IRubyObject arg)
           
static IRubyObject re_exchange(ThreadContext context, IRubyObject self)
           
static IRubyObject re_exchangeable_p(IRubyObject self)
           
static IRubyObject rid(IRubyObject self)
           
static IRubyObject sid_available_p(IRubyObject self)
           
static IRubyObject switch_rb(ThreadContext context, IRubyObject self, Block block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyProcess.UserID

public RubyProcess.UserID()
Method Detail

change_privilege

public static IRubyObject change_privilege(IRubyObject self,
                                           IRubyObject arg)

eid

public static IRubyObject eid(IRubyObject self)

eid

public static IRubyObject eid(IRubyObject self,
                              IRubyObject arg)

grant_privilege

public static IRubyObject grant_privilege(IRubyObject self,
                                          IRubyObject arg)

re_exchange

public static IRubyObject re_exchange(ThreadContext context,
                                      IRubyObject self)

re_exchangeable_p

public static IRubyObject re_exchangeable_p(IRubyObject self)

rid

public static IRubyObject rid(IRubyObject self)

sid_available_p

public static IRubyObject sid_available_p(IRubyObject self)

switch_rb

public static IRubyObject switch_rb(ThreadContext context,
                                    IRubyObject self,
                                    Block block)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.