Serialized Form


Package org.apache.oodt.cas.pushpull.daemon

Class org.apache.oodt.cas.pushpull.daemon.Daemon extends UnicastRemoteObject implements Serializable

serialVersionUID: 7660972939723142802L

Serialized Fields

daemonListener

DaemonListener daemonListener

isRunning

boolean isRunning
Keeps track of whether the Crawler is running or not


keepRunning

boolean keepRunning
If set to false the CrawlDaemon will terminate after the Crawler finishes crawling its current site.


daemonCreationTime

long daemonCreationTime
The time at which the Constructor is called


daemonTotalRuntime

long daemonTotalRuntime
The total time during which the Crawl is actually running -- wait() time is not included.


numberOfCrawls

int numberOfCrawls
Total number of times the Crawler has been run


propFilesDir

File propFilesDir

daemonID

int daemonID

rs

RetrievalSetup rs

config

Config config

daemonInfo

DaemonInfo daemonInfo

mbs

MBeanServer mbs

rmiRegPort

int rmiRegPort

Package org.apache.oodt.cas.pushpull.exceptions

Class org.apache.oodt.cas.pushpull.exceptions.AlreadyInDatabaseException extends PushPullFrameworkException implements Serializable

serialVersionUID: 5268322663053758675L

Class org.apache.oodt.cas.pushpull.exceptions.ConfigException extends PushPullFrameworkException implements Serializable

serialVersionUID: 2756721958068217752L

Class org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException extends PushPullFrameworkException implements Serializable

serialVersionUID: 4813134079371402218L

Class org.apache.oodt.cas.pushpull.exceptions.CrawlerException extends PushPullFrameworkException implements Serializable

serialVersionUID: 6812263687830031390L

Class org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException extends PushPullFrameworkException implements Serializable

serialVersionUID: 2429807743624154441L

Class org.apache.oodt.cas.pushpull.exceptions.MetExtractorException extends PushPullFrameworkException implements Serializable

serialVersionUID: -5075869090098570091L

Class org.apache.oodt.cas.pushpull.exceptions.MethodException extends PushPullFrameworkException implements Serializable

serialVersionUID: -8717114929851891812L

Class org.apache.oodt.cas.pushpull.exceptions.ParserException extends PushPullFrameworkException implements Serializable

serialVersionUID: 4654971837246731057L

Class org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError extends ProtocolException implements Serializable

serialVersionUID: 2209601187397273414L

Class org.apache.oodt.cas.pushpull.exceptions.ProtocolException extends PushPullFrameworkException implements Serializable

serialVersionUID: -5585263924925230711L

Class org.apache.oodt.cas.pushpull.exceptions.ProtocolFileException extends PushPullFrameworkException implements Serializable

serialVersionUID: 5518075265972710679L

Class org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException extends Exception implements Serializable

serialVersionUID: 1500358666243383567L

Class org.apache.oodt.cas.pushpull.exceptions.RemoteConnectionException extends PushPullFrameworkException implements Serializable

serialVersionUID: -8694907817201161502L

Class org.apache.oodt.cas.pushpull.exceptions.RetrievalMethodException extends PushPullFrameworkException implements Serializable

serialVersionUID: 310484176199522L

Class org.apache.oodt.cas.pushpull.exceptions.ThreadEvaluatorException extends PushPullFrameworkException implements Serializable

serialVersionUID: 1974215121420264162L

Class org.apache.oodt.cas.pushpull.exceptions.ToManyFailedDownloadsException extends PushPullFrameworkException implements Serializable

serialVersionUID: -5603700192543496505L

Class org.apache.oodt.cas.pushpull.exceptions.UndefinedTypeException extends PushPullFrameworkException implements Serializable

serialVersionUID: -5217518860967878598L


Package org.apache.oodt.cas.pushpull.protocol

Class org.apache.oodt.cas.pushpull.protocol.ProtocolPath extends Object implements Serializable

serialVersionUID: 807275248811949120L

Serialized Fields

path

String path
The string verion of the path in the URL


remotePath

String remotePath

relativeToHOME

boolean relativeToHOME

isDir

boolean isDir
Specifies whether this path is a path to a directory or file


Package org.apache.oodt.cas.pushpull.protocol.http

Class org.apache.oodt.cas.pushpull.protocol.http.HttpPath extends ProtocolPath implements Serializable

serialVersionUID: -7780059889413081800L

Serialized Fields

link

URL link

parent

HttpPath parent

Package org.apache.oodt.cas.pushpull.util

Class org.apache.oodt.cas.pushpull.util.ExpressionValidator extends JPanel implements Serializable

serialVersionUID: -2840589940304298547L

Serialized Fields

exprLabel

JLabel exprLabel

validateLabel

JLabel validateLabel

resultLabel

JLabel resultLabel

exprField

JFormattedTextField exprField

validateField

JFormattedTextField validateField

resultField

JFormattedTextField resultField



Copyright © 1999-2011 Apache OODT. All Rights Reserved.