Package cl.obcom.desktopfx.dde
Class DdeService
java.lang.Object
cl.obcom.desktopfx.dde.DdeService
Implements the application level defined by the DDE protocol.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DdeService
Constructs a newDdeService
instance.- Parameters:
owner
- the owner of this DDE service.- Throws:
NullPointerException
- ifowner
isnull
.
-
-
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
- iftopicName
isnull
.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.
-