edu.columbia.irt.mobiledyswis
Class PGDNS

java.lang.Object
  extended by edu.columbia.irt.mobiledyswis.PGDNS
All Implemented Interfaces:
java.lang.Runnable

public class PGDNS
extends java.lang.Object
implements java.lang.Runnable

DNS Query Module Class

Author:
Jin Hyung Park (jp2105)

Constructor Summary
PGDNS(java.lang.String uniqueId, WebView appView)
           
 
Method Summary
 java.lang.String getId()
          Getter for PGDNS's Unique ID
 void onMessage(java.lang.String msg)
          Mehtod to send plug-in data to WebView
 void run()
           
 void sendQuery()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGDNS

public PGDNS(java.lang.String uniqueId,
             WebView appView)
Method Detail

getId

public java.lang.String getId()
Getter for PGDNS's Unique ID

Returns:
This PGDNS's unique ID

sendQuery

public void sendQuery()

onMessage

public final void onMessage(java.lang.String msg)
Mehtod to send plug-in data to WebView

Parameters:
msg - Message will be sent

run

public void run()
Specified by:
run in interface java.lang.Runnable