com.infoengine.pda
Class CreateObject

java.lang.Object
  extended bycom.infoengine.pda.AbstractWebject
      extended bycom.infoengine.pda.CreateObject

public class CreateObject
extends AbstractWebject


Field Summary
 
Fields inherited from class com.infoengine.pda.AbstractWebject
groupOutName, logWriter, password, serviceName, task, username, webject
 
Constructor Summary
CreateObject()
           
 
Method Summary
 void run()
          Creates a new record in a database on the PDA.
 
Methods inherited from class com.infoengine.pda.AbstractWebject
addGroup, executeAction, getActionURL, getAttribute, getParam, getParam, getParams, getParamsAsArray, getTask, getWhere, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateObject

public CreateObject()
Method Detail

run

public void run()
         throws IEException
Creates a new record in a database on the PDA.

Specified by:
run in class AbstractWebject
Throws:
IEException