on 2006 Jul 04 9:44 AM
Hello everybody, I have just implemented a JCO.Server and I am able to start it without any problems. I am asking myself how can I stop the JCO.Server. There is a stop method but I am sure how to apply it, when the JCO.Server runs.
Torsten
Welcome to SDN !!!
1. Use the method : <b>public void stop()</b>
Class: <b>com.sap.mw.jco.JCO.Server</b>
Description: Forces the server and its underlying thread to stop execution. The server can not be restarted after this method has been called. To temporarily stop a server use suspend() instead.
2. Use the method: <b>public void suspend()</b>
Class: <b>com.sap.mw.jco.JCO.Server</b>
Description: Forces the server to temporarily stop execution. The server can be restarted using the start() method.
Thanks
Jack
<b>Allot points if my post helps!!!</b>
Message was edited by: Jack
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI
GOOD
GO THROUGH THIS LINK WHICH WILL GIVE YOU BETTER IDEA ABOUT THE STOPPING OF JCO SERVER,
https://media.sdn.sap.com/javadocs/NW04/SPS15/jc/com/sap/mw/jco/JCO.ServerThread.html
https://media.sdn.sap.com/javadocs/NW04/SPS15/jc/com/sap/mw/jco/JCO.Server.html
THANKS
MRUTYUN
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.