org.jruby
Class RubyProcess.GroupID

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

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


Constructor Summary
RubyProcess.GroupID()
           
 
Method Summary
static IRubyObject change_privilege(IRubyObject self, IRubyObject arg)
           
static IRubyObject eid(IRubyObject self)
          Deprecated. 
static IRubyObject eid(IRubyObject self, IRubyObject arg)
          Deprecated. 
static IRubyObject eid(Ruby runtime)
           
static IRubyObject eid(Ruby runtime, IRubyObject arg)
           
static IRubyObject eid(ThreadContext context, IRubyObject self)
           
static IRubyObject eid(ThreadContext context, 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)
          Deprecated. 
static IRubyObject rid(Ruby runtime)
           
static IRubyObject rid(ThreadContext context, 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.GroupID

public RubyProcess.GroupID()
Method Detail

change_privilege

public static IRubyObject change_privilege(IRubyObject self,
                                           IRubyObject arg)

eid

@Deprecated
public static IRubyObject eid(IRubyObject self)
Deprecated. 


eid

public static IRubyObject eid(ThreadContext context,
                              IRubyObject self)

eid

public static IRubyObject eid(Ruby runtime)

eid

@Deprecated
public static IRubyObject eid(IRubyObject self,
                                         IRubyObject arg)
Deprecated. 


eid

public static IRubyObject eid(ThreadContext context,
                              IRubyObject self,
                              IRubyObject arg)

eid

public static IRubyObject eid(Ruby runtime,
                              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

@Deprecated
public static IRubyObject rid(IRubyObject self)
Deprecated. 


rid

public static IRubyObject rid(ThreadContext context,
                              IRubyObject self)

rid

public static IRubyObject rid(Ruby runtime)

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-2009 JRuby Team. All Rights Reserved.