| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.icore.IXAgent
ix.iquery.IQuery
ix.test.SimpleIQuery
public class SimpleIQuery
An example of a very simple I-Q agent.
| Nested Class Summary | |
|---|---|
(package private) static class | 
SimpleIQuery.ExampleLookupHandler
 | 
| Nested classes/interfaces inherited from class ix.iquery.IQuery | 
|---|
IQuery.LookupThread | 
| Field Summary | 
|---|
| Fields inherited from class ix.icore.IXAgent | 
|---|
contactManager, displayName, eventLogger, exitHooks, initialDisplayName, ipcName, ipcStrategyName, iSimTimer, mainAgent, nameListeners, startupDate, startupHooks, symbolName, textFrame | 
| Constructor Summary | |
|---|---|
SimpleIQuery()
 | 
|
| Method Summary | |
|---|---|
protected  boolean | 
isLookupActivity(Activity activity)
Determines whether the activity is one that should be handled by a LookupHandler. | 
static void | 
main(java.lang.String[] argv)
 | 
protected  LookupHandler | 
makeLookupHandler(IQuery queryAgent,
                  Activity lookupActivity)
Return a LookupHandler for an activity
 that was approved by IQuery.isLookupActivity(Activity). | 
| Methods inherited from class ix.iquery.IQuery | 
|---|
addTool, do_transcript, exit, handleLookupActivity, handleNewActivity, processCommandLineArguments, setupGUI, startup | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SimpleIQuery()
| Method Detail | 
|---|
public static void main(java.lang.String[] argv)
protected boolean isLookupActivity(Activity activity)
IQueryLookupHandler.
isLookupActivity in class IQueryIQuery.handleNewActivity(Activity)
protected LookupHandler makeLookupHandler(IQuery queryAgent,
                                          Activity lookupActivity)
IQueryLookupHandler for an activity
 that was approved by IQuery.isLookupActivity(Activity).
makeLookupHandler in class IQuery
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||