com.sap.mw.jco
Interface IServerThread
- All Known Implementing Classes:
- JCO.ServerThread
- public interface IServerThread
This interface defines a minimal set of methods which has to be implemented
by an application if it wants to embed a JCO.Server.
This is normally used by multi-threaded applications where the
respective threads do a certain task and additionally serve as a
parent for a JCO.Server.
Method Summary |
JCO.Server |
getServer()
Returns the reference to the server object that runs in this thread |
getServer
public JCO.Server getServer()
- Returns the reference to the server object that runs in this thread
- Returns:
- the server object which runs in this thread