sdpstopinpro (terminates in-process-connection adaptors)
Format
For terminating standard adaptors in the in-process connection mode:
sdpstopinpro {adaptor-group-name|-help}
For terminating custom adaptors in the in-process connection mode:
sdpstopinpro {name-of-in-process-connection-custom-adaptor|-help}
Function
This command terminates specified standard adaptors or a specified custom adaptor in the in-process connection mode.
If you execute this command with the name of a custom adaptor in the in-process connection mode specified, the command executes the stop method with the StreamInprocessUP interface that is registered in the SDP server.
Execution permissions
Administrator user
Prerequisites for command execution
To execute this command, you need the following files:
Storage directory
working-directory\bin\
Arguments
adaptor-group-name
Specifies the name of the in-process group to be terminated. This must be an adaptor group name specified in the name attribute in the in-process group definition (<InprocessGroupDefinition> tag) in the adaptor configuration definition file (AdaptorCompositionDefinition.xml).
name-of-in-process-connection-custom-adaptor
Specifies the name of the custom adaptor in the in-process connection mode that is to be terminated. This must be a name specified in user_app.adaptor-name.properties.
-help
Displays how to use the command.
If this option is specified, the command terminates without terminating the standard adaptors or the custom adaptor in the in-process connection mode or checking the options for errors.
Notes
Return value
Value | Meaning |
---|---|
0 | The command terminated normally. |
1 | The command resulted in an error. |