jruby/docs BETA
Navigation
org.jruby.RubyProcess 4
C GroupID
C RubyStatus
C Sys
C UserID
UserID — members 16
C new()
M change_privilege(self, arg) IRubyObject
M change_privilege(context, self, arg) IRubyObject
M eid(context, self) IRubyObject
M eid(context, self, arg) IRubyObject
M eid(runtime, arg) IRubyObject
M grant_privilege(self, arg) IRubyObject
M grant_privilege(context, self, arg) IRubyObject
M re_exchange(context, self) IRubyObject
M re_exchangeable_p(self) IRubyObject
M re_exchangeable_p(context, self) IRubyObject
M rid(context, self) IRubyObject
M rid(runtime) IRubyObject
M sid_available_p(self) IRubyObject
M sid_available_p(context, self) IRubyObject
M switch_rb(context, self, block) IRubyObject

org.jruby.RubyProcess.UserID

class 16 members

Constructors

new

new ( )
Java: <init>()

Class Methods

change_privilege

IRubyObject change_privilege ( IRubyObject self, IRubyObject arg )
Java: change_privilege(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject arg)

change_privilege

IRubyObject change_privilege ( ThreadContext context, IRubyObject self, IRubyObject arg )
Java: change_privilege(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject arg)

eid

IRubyObject eid ( ThreadContext context, IRubyObject self )
Java: eid(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

eid

IRubyObject eid ( ThreadContext context, IRubyObject self, IRubyObject arg )
Java: eid(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject arg)

eid

IRubyObject eid ( Ruby runtime, IRubyObject arg )
Java: eid(org.jruby.Ruby runtime, org.jruby.runtime.builtin.IRubyObject arg)

grant_privilege

IRubyObject grant_privilege ( IRubyObject self, IRubyObject arg )
Java: grant_privilege(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject arg)

grant_privilege

IRubyObject grant_privilege ( ThreadContext context, IRubyObject self, IRubyObject arg )
Java: grant_privilege(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject arg)

re_exchange

IRubyObject re_exchange ( ThreadContext context, IRubyObject self )
Java: re_exchange(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

re_exchangeable_p

IRubyObject re_exchangeable_p ( IRubyObject self )
Java: re_exchangeable_p(org.jruby.runtime.builtin.IRubyObject self)

re_exchangeable_p

IRubyObject re_exchangeable_p ( ThreadContext context, IRubyObject self )
Java: re_exchangeable_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

rid

IRubyObject rid ( ThreadContext context, IRubyObject self )
Java: rid(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

rid

IRubyObject rid ( Ruby runtime )
Java: rid(org.jruby.Ruby runtime)

sid_available_p

IRubyObject sid_available_p ( IRubyObject self )
Java: sid_available_p(org.jruby.runtime.builtin.IRubyObject self)

sid_available_p

IRubyObject sid_available_p ( ThreadContext context, IRubyObject self )
Java: sid_available_p(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

switch_rb

IRubyObject switch_rb ( ThreadContext context, IRubyObject self, Block block )
Java: switch_rb(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.Block block)