cjlistjb (list JavaBeans resources)
Format
cjlistjb [server-name] [-nameserver provider-URL]
Function
This command outputs to the standard output the status of all JavaBeans resources.
Arguments
- server-name
- Specifies the name of a connected J2EE server. If the server name is omitted, the host name is assumed.
- -nameserver provider-URL
- Specifies the access protocol for the CORBA Naming Service, the name of the host running the CORBA Naming Service, and the port number being used by the host. These items are specified in the following format:
protocol-name: : host-name: port-number
- For details on the specification items, see 2.1(2) Provider URL.
Output format
JavaBeans-resource-status JavaBeans-resource-display-name
JavaBeans-resource-status JavaBeans-resource-display-name
...
One of the following values is output for JavaBeans-resource-status:
- running
Running status
- stopped
Stopped status
Input examples
Return values
- 0:
- The command terminated normally.
- 1:
- The command terminated abnormally.
- 3:
- A timeout error occurred.
- 9:
- The command could not be executed because there are no administrator privileges (in Windows Server 2012, Windows Server 2008, Windows 8, Windows 7, or Windows Vista).
Notes
- When you specify a server name in the command arguments, you must specify it immediately after the command name. Specify the other arguments after the server name (or subsequent to the command name if the server name is omitted). However, you cannot switch the sequence of an option name and its corresponding value (for example, you cannot specify provider-URL -nameserver); also, you cannot specify an option name in conjunction with a non-corresponding value (for example, you cannot specify -nameserver server-name).
- When you specify a server name in the command arguments, you must specify a case-sensitive character string that matches a server name specified in a cjsetup (set up or unsetup J2EE server).