com.explosion.datastream.exql.processes
Class ConnectProcess

java.lang.Object
  extended by com.explosion.utilities.exception.ExceptionManager
      extended by com.explosion.utilities.process.StackableSimpleProcess
          extended by com.explosion.datastream.exql.processes.ConnectProcess
All Implemented Interfaces:
com.explosion.utilities.process.threads.Process, com.explosion.utilities.process.threads.SimpleProcess

public class ConnectProcess
extends com.explosion.utilities.process.StackableSimpleProcess

Author:
Stephen Cowx Date created:@14-Feb-2003 This class connects to a database.

Constructor Summary
ConnectProcess(com.explosion.utilities.process.threads.Finishable finishable, com.explosion.utilities.preferences.groups.PreferenceGroup connectionDescriptor)
          Constructor for RefreshTopNodesProcess.
 
Method Summary
 int getConnectionIdentifier()
          Returns the id of the connection created.
 void process()
           
 
Methods inherited from class com.explosion.utilities.process.StackableSimpleProcess
finalise, finalise, getPercentComplete, getProcessControl, getStatusText, getUpdateable, initialise, isStopped, isUserProcess, setIsUserProcess, setPercentComplete, setProcessControl, setStatusText
 
Methods inherited from class com.explosion.utilities.exception.ExceptionManager
addExceptionHandler, manageException, removeExceptionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectProcess

public ConnectProcess(com.explosion.utilities.process.threads.Finishable finishable,
                      com.explosion.utilities.preferences.groups.PreferenceGroup connectionDescriptor)
Constructor for RefreshTopNodesProcess.

Method Detail

process

public void process()
Specified by:
process in interface com.explosion.utilities.process.threads.SimpleProcess
Specified by:
process in class com.explosion.utilities.process.StackableSimpleProcess

getConnectionIdentifier

public int getConnectionIdentifier()
Returns the id of the connection created.

Returns:
DataSet


Copyright © 2003-2005 Explosion I.T.. All Rights Reserved.