Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7860538
dispatcher-biz.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
539 B
Referenced Files
None
Subscribers
None
dispatcher-biz.js
View Options
var
DispatcherDistributed
=
require
(
"../dispatcher-distributed.js"
);
var
DispatcherDistributedBIZ
=
new
DispatcherDistributed
(
"biz"
);
DispatcherDistributedBIZ
.
process_core_service_method
=
function
(
service
,
service_name
,
method_name
)
{
return
service
[
method_name
].
bind
(
service
);
}
DispatcherDistributedBIZ
.
process_datastore_method
=
function
(
datastore
,
method_name
)
{
return
function
(){
return
this
.
call_over_socket
(
"datastore."
+
method_name
,
arguments
);
}.
bind
(
this
);
}
module
.
exports
=
DispatcherDistributedBIZ
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 13, 18:05 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
876875
Default Alt Text
dispatcher-biz.js (539 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment