com.raritantechnologies.federated
Class URLTargetWorker

java.lang.Object
  extended byWorker
      extended bycom.raritantechnologies.federated.URLTargetWorker

public class URLTargetWorker
extends Worker

Converts a Verity Federated targeted search to an RTI Result, so that it can be rendered using Raritan ResultRenderers.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
URLTargetWorker()
           
 
Method Summary
 void addAction(ResultSet r, int nodeIndex, WorkerRequest pRequest, int resultIndex)
           
static void addAction(ResultSet r, int nodeIndex, WorkerRequest pRequest, int resultIndex, java.lang.String targetFrame, java.lang.String nodeId, java.util.HashSet targetFields, java.lang.String targetSourceName)
           
 java.lang.Object handleTargetedRequest(TargetedRequest req)
           
static java.lang.Object handleTargetedRequest(TargetedRequest req, java.lang.String nodeId, java.lang.String rendererName, java.lang.String targetSearch, ResultSet r)
           
 void init(ReadAttributes attribs, ReadAttributes globalEnv)
           
 void modifyChildResults(WorkerRequest pRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLTargetWorker

public URLTargetWorker()
Method Detail

init

public void init(ReadAttributes attribs,
                 ReadAttributes globalEnv)
          throws WorkerCreationException
Throws:
WorkerCreationException

modifyChildResults

public void modifyChildResults(WorkerRequest pRequest)

addAction

public void addAction(ResultSet r,
                      int nodeIndex,
                      WorkerRequest pRequest,
                      int resultIndex)

addAction

public static void addAction(ResultSet r,
                             int nodeIndex,
                             WorkerRequest pRequest,
                             int resultIndex,
                             java.lang.String targetFrame,
                             java.lang.String nodeId,
                             java.util.HashSet targetFields,
                             java.lang.String targetSourceName)

handleTargetedRequest

public java.lang.Object handleTargetedRequest(TargetedRequest req)
                                       throws TargetedRequestException
Throws:
TargetedRequestException

handleTargetedRequest

public static java.lang.Object handleTargetedRequest(TargetedRequest req,
                                                     java.lang.String nodeId,
                                                     java.lang.String rendererName,
                                                     java.lang.String targetSearch,
                                                     ResultSet r)
                                              throws TargetedRequestException
Throws:
TargetedRequestException