object = _object; method = _method; params = _params; if ( object != null ){ RPPluginInterface pi = object.getDispatcher().getPlugin(); connection_id = pi._getConectionId(); request_id = pi._getNextRequestId(); plugin_interface = (PluginInterface)pi._getDelegate(); }
return( client_ip );
return( connection_id );
return( method );
return( object );
return( params );
return this.plugin_interface;
return this.channel;
return( request_id );
return( "object=" + object + ", method=" + method + ", params=" + params );
client_ip = str;
this.plugin_interface = pi;
this.channel = channel;