command name
-?
For example: orbeline -?
command name
-\?
For example: orbeline -\?
NOTE: Theidl2ir
command does not handle anonymous arrays or sequences properly. To work around this problem,typedefs
must be used for all sequences and arrays.
idl2ir -R my_repository library/lib.idl
Example:
irep my_server
listimpl
This command allows you to list all ORB object implementations registered with the Object Activation Daemon.
Description
This command lists information in the OAD's implementation repository. The information for each object includes:
listimpl -i Library
oad -v
orbeline -h hx -m _serv -S tie -S excepspec lib.idl
NOTE: If an object implementation is started manually as a persistent server, it does not need to be registered with the OAD.Example:
regobj -o Library,Harvard -f lib_server -p sharedServer Activation Policies
unregobj
This command unregisters ORB objects registered with the Object Activation Daemon. For more information on the OAD, see page 1-7 in this guide.
![]()
Description
This command unregisters one or more ORB objects with the Object Activation Daemon. Once an object is unregistered, it can no longer be activated automatically by the OAD when a client requests the object. ORB objects being unregistered must have been previously registered using the regobj command, described on page 1-12 in this guide. If you specify only an interface name, all ORB objects with that interface that are registered with the OAD will be unregistered. Alternatively, you can specifically identify an ORB object by its interface name and object name.NOTE: If an object implementation is started manually as a persistent server, it does not need to be registered with the OAD.Example:
unregobj -o Library,HarvardExample:
unregobj -i LibraryWindows Implementation of Commands
This section shows the Windows implementation of the following commands. For more detailed information about a command, see the corresponding section earlier in this chapter.listimpl
In Windows 95 or Windows NT, you list registered objects by launching the ORBeline Registry icon first and then selecting List in the menu bar. The following screen appears:This window lists the interfaces that are registered with the object activation daemon on your computer. By selecting one of the interfaces and clicking on Browse, you can view the object(s) implementing that interface that are also registered with the activation daemon. The following screen appears:
If you want to view information about this object or unregister it, click Display. The following sample of the screen appears:
To unregister an object, click on Unregister.
regobj
In Windows 95 or Windows NT, you start the object registration command by typing regobj at the command line or launching the ORBeline Registry icon. The following screen appears:You can register an object by selecting Register from the menu bar. The following sample of the screen appears:
The following table describes the fields in this dialog box.
unregobj
In Windows 95 or Windows NT, you unregister objects by displaying the information about an object. To learn how to display information about an object, see the Windows information for listimpl.
[Contents] [Previous] [Next]Last Updated: 02/03/98 17:13:12
Copyright © 1997 Netscape Communications Corporation
Any sample code included above is provided for your use on an "AS IS" basis, under the Netscape License Agreement - Terms of Use