Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
O
P
R
S
A
AsyncCompletedEvent
- class com.javaparts.dde.
AsyncCompletedEvent
.
This event is fired when asynchronouse transaction is completed.
AsyncCompletedEvent(Conversation, String, boolean)
- Constructor for class com.javaparts.dde.
AsyncCompletedEvent
Create new instance of the Event.
AsyncCompletedEvent(Conversation, String)
- Constructor for class com.javaparts.dde.
AsyncCompletedEvent
Create new instance of the Event
addDDEEventListener(DDEEventListener)
- Method in class com.javaparts.dde.
DDEClient
Add event handler.
C
Conversation
- class com.javaparts.dde.
Conversation
.
This class represents a conversation with DDE server.
Conversation(String, String, DDEThread, long)
- Constructor for class com.javaparts.dde.
Conversation
Creates a new instance of Conversation.
close()
- Method in class com.javaparts.dde.
Conversation
Close this conversation with DDE server.
close()
- Method in class com.javaparts.dde.
DDEClient
Close this instance of the client and stop processing DDE events.
com.javaparts.dde
- package com.javaparts.dde
connect(String, String)
- Method in class com.javaparts.dde.
DDEClient
Establish conversation with the given service/topic.
D
DDEClient
- class com.javaparts.dde.
DDEClient
.
DDEClient is the main class for establishing conversation with DDE servers.
DDEEvent
- class com.javaparts.dde.
DDEEvent
.
The DDEEvent class encapsulates information about the conversation with DDE server and servers as a base class for all other DDE events.
DDEEvent(Conversation)
- Constructor for class com.javaparts.dde.
DDEEvent
Creates a new instance of DDEEvent.
DDEEventListener
- interface com.javaparts.dde.
DDEEventListener
.
DDEEventListener defines events that can be received from the DDE server.
DDEException
- exception com.javaparts.dde.
DDEException
.
Signals that DDE operation has failed and encapsulates the DDEML error code and error message.
DDEException(String, int)
- Constructor for class com.javaparts.dde.
DDEException
Create new instance of the DDEException with given message and error code.
E
execute(String, int)
- Method in class com.javaparts.dde.
Conversation
Perform synchronous execute transaction.
execute(String)
- Method in class com.javaparts.dde.
Conversation
Perform synchronous execute transaction with default timeout.
executeAsync(String, String)
- Method in class com.javaparts.dde.
Conversation
Perform asynchronous execute transaction.
executeAsync(String)
- Method in class com.javaparts.dde.
Conversation
Perform asynchronous execute transaction.
G
getConversation()
- Method in class com.javaparts.dde.
DDEEvent
Get Conversation object associated with this event.
getErrorCode()
- Method in class com.javaparts.dde.
DDEException
Get the DDEML error code.
getInstance()
- Static method in class com.javaparts.dde.
DDEClient
Obtain an instance of the client object.
getItemName()
- Method in class com.javaparts.dde.
ItemChangedEvent
Hot item name that was changed.
getItemValue()
- Method in class com.javaparts.dde.
ItemChangedEvent
New value of the hot item that was changed.
getMessage()
- Method in class com.javaparts.dde.
DDEException
Get the description of the error.
getOriginalMessage()
- Method in class com.javaparts.dde.
DDEException
getService()
- Method in class com.javaparts.dde.
Conversation
Get service name of the conversation.
getTopic()
- Method in class com.javaparts.dde.
Conversation
Get topic name of the conversation.
getTransactionId()
- Method in class com.javaparts.dde.
AsyncCompletedEvent
String identifier associated with this asynchronous transaction.
getTransactionResult()
- Method in class com.javaparts.dde.
AsyncCompletedEvent
Result of the asynchronous transaction, if applicable.
I
ItemChangedEvent
- class com.javaparts.dde.
ItemChangedEvent
.
This event is fired when hot item value changes.
ItemChangedEvent(Conversation, String, byte[])
- Constructor for class com.javaparts.dde.
ItemChangedEvent
Create new instance of the Event.
isDataAvailable()
- Method in class com.javaparts.dde.
AsyncCompletedEvent
Whether data is available as a result of this transaction.
isSuccessful()
- Method in class com.javaparts.dde.
AsyncCompletedEvent
Whether the transaction was successful.
O
onAsyncCompleted(AsyncCompletedEvent)
- Method in interface com.javaparts.dde.
DDEEventListener
An asynchronous transaction has completed.
onDisconnect(DDEEvent)
- Method in interface com.javaparts.dde.
DDEEventListener
Server has closed connection.
onItemChanged(ItemChangedEvent)
- Method in interface com.javaparts.dde.
DDEEventListener
Hot Item value has changed.
P
poke(String, byte[], int)
- Method in class com.javaparts.dde.
Conversation
Perform synchronous poke transaction.
poke(String, byte[])
- Method in class com.javaparts.dde.
Conversation
Perform synchronous poke transaction with default timeout.
pokeAsync(String, byte[], String)
- Method in class com.javaparts.dde.
Conversation
Perform asynchronous poke transaction.
pokeAsync(String, byte[])
- Method in class com.javaparts.dde.
Conversation
Perform asynchronous poke transaction.
R
removeDDEEventListener(DDEEventListener)
- Method in class com.javaparts.dde.
DDEClient
Remove event handler.
request(String, int)
- Method in class com.javaparts.dde.
Conversation
Perform synchronous request transaction.
request(String)
- Method in class com.javaparts.dde.
Conversation
Perform synchronous request transaction with default timeout.
requestAsync(String, String)
- Method in class com.javaparts.dde.
Conversation
Perform asynchronous request transaction.
requestAsync(String)
- Method in class com.javaparts.dde.
Conversation
Perform asynchronous request transaction.
S
setDefaultTimeout(int)
- Method in class com.javaparts.dde.
Conversation
Set default timeout for all synchronous transactions in this conversation.
setSuccess(boolean)
- Method in class com.javaparts.dde.
AsyncCompletedEvent
setTransactionResult(byte[])
- Method in class com.javaparts.dde.
AsyncCompletedEvent
startAdvice(String, int)
- Method in class com.javaparts.dde.
Conversation
Perform start advice transaction.
startAdvice(String)
- Method in class com.javaparts.dde.
Conversation
Perform start advice transaction with default timeout.
stopAdvice(String, int)
- Method in class com.javaparts.dde.
Conversation
Perform stop advice transaction.
stopAdvice(String)
- Method in class com.javaparts.dde.
Conversation
Perform stop advice transaction with default timeout.
A
C
D
E
G
I
O
P
R
S
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes