All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.apps.afs.FileSystemAgent

java.lang.Object
   |
   +----ajanta.agent.Agent
           |
           +----ajanta.pattern.ItinAgent
                   |
                   +----ajanta.apps.afs.FileSystemAgent

public class FileSystemAgent
extends ItinAgent

Variable Index

 o fs
 o taskList

Constructor Index

 o FileSystemAgent(Credentials, Vector, URN)

Method Index

 o bindFS()
 o deposit(DepositTask)
 o fetch(FetchTask)
 o finished(URN)
 o run()
 o search(SearchTask)
 o setItinerary(Vector, URN)
 o transfer(TransferTask)
 o webSearch(WebSearchTask)

Variables

 o fs
 transient FileSystem fs
 o taskList
 Vector taskList

Constructors

 o FileSystemAgent
 public FileSystemAgent(Credentials cred,
                        Vector tasks,
                        URN homeURN)

Methods

 o bindFS
 public void bindFS()
 o transfer
 public void transfer(TransferTask t)
 o fetch
 public void fetch(FetchTask t)
 o deposit
 public void deposit(DepositTask t)
 o search
 public void search(SearchTask t)
 o webSearch
 public void webSearch(WebSearchTask t)
 o setItinerary
 public void setItinerary(Vector tasks,
                          URN homeURN)
 o finished
 public void finished(URN reportTo)
 o run
 public void run()
Overrides:
run in class ItinAgent

All Packages  Class Hierarchy  This Package  Previous  Next  Index