Class DdeService
java.lang.Object
cl.obcom.desktopfx.dde.DdeService
Implements the application level defined by the DDE protocol.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DdeService
Constructs a newDdeServiceinstance.- Parameters:
owner- the owner of this DDE service.- Throws:
NullPointerException- ifownerisnull.
-
-
Method Details
-
getName
Returns the name of this DDE Service.- Returns:
- the name of this DDE Service.
-
createTopic
Creates and returns a new DDE Topic with supplied name.- Parameters:
topicName- the name of the new DDE topic.- Returns:
- the new DDE topic with specified
topicName. - Throws:
NullPointerException- iftopicNameisnull.Exception- if another error occurs.
-
start
public void start()Starts the execution of the DDE Thread. -
stop
public void stop()Stops the execution of the DDE Thread.
-