OpenDX - Documentation
Full Contents QuickStart Guide User's Guide User's Reference
Previous Page Next Page Table of Contents Partial Table of Contents Index Search

11.5 Limitations/Bugs

Java Explorer is the latest major feature added to Data Explorer. Some may say that this is more a proof of concept than an actual working product. The OpenDX community welcomes everybodies help in extending this feature and making Java Explorer a more robust solution.

Limitations

Bugs


11.6 Java Interfaces

package dx.net;

public interface DXLinkHandler {
    public void outputHandler(String key, String msg, Object data);
    public boolean hasHandler(String key);
};

outputHandler() will be called once each time a value is received from Data Explorer for the corresponding DXLOutput tool. The name of the tool will be in key.

hasHandler() will be called by Java Explorer to determine if the applet intends to handle messages produced the the DXLOutput tool named in key.


Full Contents QuickStart Guide User's Guide User's Reference

[ OpenDX Home at IBM | OpenDX.org ]