1RXSUBCOM(1) General Commands Manual RXSUBCOM(1)
2
3
4
6 rxsubcom - Open Object Rexx Subcommand Administrator
7
9 rxsubcom REGISTER environment sharedLibrary function
10
11 rxsubcom QUERY sharedLibrary [function]
12
13 rxsubcom DROP sharedLibrary [function]
14
15 rxsubcom LOAD sharedLibrary [function]
16
17
19 The rxsubcom command registers, drops, and queries Rexx subcommand han‐
20 dlers. A Rexx program can use rxsubcom to register dynamic-link library
21 subcommand handlers. Once the subcommand handler is registered, the
22 Rexx program can send commands to the subcommand handler with the Rexx
23 ADDRESS instruction.
24
25
27 rxqueue(1)
28
29
31 rxsubcom register mysub libmysub.so StartMySub
32 Registers the mysub environment in the libmysub.so shared
33 library
34
35
36 rxsubcom drop libmysub.so
37 Drops the subcommand environment provided by the shared library
38 libmysub.so
39
40
42 Open Object Rexx is distributed under the terms of the Common Public
43 License v1.0 which accompanies this distribution.
44 http://www.oorexx.org/license.html
45
46
47
48Version 4.1.0 November 2010 RXSUBCOM(1)