Uses of Interface
org.ogf.saga.url.URL

Packages that use URL
org.ogf.saga.file This package provides classes to manipulate the contents of directories or files. 
org.ogf.saga.isn Provides interfaces to retrieve data from an information model. 
org.ogf.saga.job The job package describes the API for submitting jobs to a grid resource. 
org.ogf.saga.logicalfile This package provides classes to interact with replica systems. 
org.ogf.saga.namespace This package provides classes to manipulate namespaces. 
org.ogf.saga.rpc The methods of the SAGA RPC package map with the methods as defined in the GridRPC specification, as described in GFD.52, at least semantically, with slight modifications for SAGA look and feel, SAGA error conventions, SAGA task model, et cetera. 
org.ogf.saga.sd This API provides a mechanism to locate services. 
org.ogf.saga.stream The streams package provides a simple mechanism for setting up connections to remote components. 
org.ogf.saga.url The methods of the SAGA URL package allow access to the parts of an URL. 
 

Uses of URL in org.ogf.saga.file
 

Methods in org.ogf.saga.file with parameters of type URL
static Directory FileFactory.createDirectory(Session session, URL name)
          Creates a Directory for reading.
static Directory FileFactory.createDirectory(Session session, URL name, int flags)
          Creates a Directory.
static Directory FileFactory.createDirectory(String sagaFactoryClassname, Session session, URL name)
          Creates a Directory for reading.
static Directory FileFactory.createDirectory(String sagaFactoryClassname, Session session, URL name, int flags)
          Creates a Directory.
static Task<FileFactory,Directory> FileFactory.createDirectory(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a Directory for reading.
static Task<FileFactory,Directory> FileFactory.createDirectory(String sagaFactoryClassname, TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a Directory.
static Task<FileFactory,Directory> FileFactory.createDirectory(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a Directory for reading, using the default session.
static Task<FileFactory,Directory> FileFactory.createDirectory(String sagaFactoryClassname, TaskMode mode, URL name, int flags)
          Creates a task that creates a Directory, using the default session.
static Directory FileFactory.createDirectory(String sagaFactoryClassname, URL name)
          Creates a Directory for reading, using the default session.
static Directory FileFactory.createDirectory(String sagaFactoryClassname, URL name, int flags)
          Creates a Directory, using the default session.
static Task<FileFactory,Directory> FileFactory.createDirectory(TaskMode mode, Session session, URL name)
          Creates a task that creates a Directory for reading.
static Task<FileFactory,Directory> FileFactory.createDirectory(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a Directory.
static Task<FileFactory,Directory> FileFactory.createDirectory(TaskMode mode, URL name)
          Creates a task that creates a Directory for reading, using the default session.
static Task<FileFactory,Directory> FileFactory.createDirectory(TaskMode mode, URL name, int flags)
          Creates a task that creates a Directory, using the default session.
static Directory FileFactory.createDirectory(URL name)
          Creates a Directory for reading, using the default session.
static Directory FileFactory.createDirectory(URL name, int flags)
          Creates a Directory, using the default session.
static File FileFactory.createFile(Session session, URL name)
          Creates a File for reading.
static File FileFactory.createFile(Session session, URL name, int flags)
          Creates a File.
static File FileFactory.createFile(String sagaFactoryClassname, Session session, URL name)
          Creates a File for reading.
static File FileFactory.createFile(String sagaFactoryClassname, Session session, URL name, int flags)
          Creates a File.
static Task<FileFactory,File> FileFactory.createFile(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a File for reading.
static Task<FileFactory,File> FileFactory.createFile(String sagaFactoryClassname, TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a File.
static Task<FileFactory,File> FileFactory.createFile(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a File for reading, using the default session.
static Task<FileFactory,File> FileFactory.createFile(String sagaFactoryClassname, TaskMode mode, URL name, int flags)
          Creates a task that creates a File, using the default session.
static File FileFactory.createFile(String sagaFactoryClassname, URL name)
          Creates a File for reading, using the default session.
static File FileFactory.createFile(String sagaFactoryClassname, URL name, int flags)
          Creates a File using the default session.
static Task<FileFactory,File> FileFactory.createFile(TaskMode mode, Session session, URL name)
          Creates a task that creates a File for reading.
static Task<FileFactory,File> FileFactory.createFile(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a File.
static Task<FileFactory,File> FileFactory.createFile(TaskMode mode, URL name)
          Creates a task that creates a File for reading, using the default session.
static Task<FileFactory,File> FileFactory.createFile(TaskMode mode, URL name, int flags)
          Creates a task that creates a File, using the default session.
static File FileFactory.createFile(URL name)
          Creates a File for reading, using the default session.
static File FileFactory.createFile(URL name, int flags)
          Creates a File using the default session.
static FileInputStream FileFactory.createFileInputStream(Session session, URL name)
          Creates a FileInputStream.
static FileInputStream FileFactory.createFileInputStream(String sagaFactoryClassname, Session session, URL name)
          Creates a FileInputStream.
static Task<FileFactory,FileInputStream> FileFactory.createFileInputStream(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a FileInputStream.
static Task<FileFactory,FileInputStream> FileFactory.createFileInputStream(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a FileInputStream using the default session.
static FileInputStream FileFactory.createFileInputStream(String sagaFactoryClassname, URL name)
          Creates a FileInputStream using the default session.
static Task<FileFactory,FileInputStream> FileFactory.createFileInputStream(TaskMode mode, Session session, URL name)
          Creates a task that creates a FileInputStream.
static Task<FileFactory,FileInputStream> FileFactory.createFileInputStream(TaskMode mode, URL name)
          Creates a task that creates a FileInputStream using the default session.
static FileInputStream FileFactory.createFileInputStream(URL name)
          Creates a FileInputStream using the default session.
static FileOutputStream FileFactory.createFileOutputStream(Session session, URL name)
          Creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(Session session, URL name, boolean append)
          Creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, Session session, URL name)
          Creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, Session session, URL name, boolean append)
          Creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, Session session, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a FileOutputStream using the default session.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(String sagaFactoryClassname, TaskMode mode, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, URL name)
          Creates a FileOutputStream using the default session.
static FileOutputStream FileFactory.createFileOutputStream(String sagaFactoryClassname, URL name, boolean append)
          Creates a FileOutputStream using the default session.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, Session session, URL name)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, Session session, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, URL name)
          Creates a task that creates a FileOutputStream using the default session.
static Task<FileFactory,FileOutputStream> FileFactory.createFileOutputStream(TaskMode mode, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
static FileOutputStream FileFactory.createFileOutputStream(URL name)
          Creates a FileOutputStream using the default session.
static FileOutputStream FileFactory.createFileOutputStream(URL name, boolean append)
          Creates a FileOutputStream using the default session.
protected abstract  Directory FileFactory.doCreateDirectory(Session session, URL name, int flags)
          Creates a Directory.
protected abstract  Task<FileFactory,Directory> FileFactory.doCreateDirectory(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a Directory.
protected abstract  File FileFactory.doCreateFile(Session session, URL name, int flags)
          Creates a File.
protected abstract  Task<FileFactory,File> FileFactory.doCreateFile(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a File.
protected abstract  FileInputStream FileFactory.doCreateFileInputStream(Session session, URL name)
          Creates a FileInputStream.
protected abstract  Task<FileFactory,FileInputStream> FileFactory.doCreateFileInputStream(TaskMode mode, Session session, URL name)
          Creates a task that creates a FileInputStream.
protected abstract  FileOutputStream FileFactory.doCreateFileOutputStream(Session session, URL name, boolean append)
          Creates a FileOutputStream.
protected abstract  Task<FileFactory,FileOutputStream> FileFactory.doCreateFileOutputStream(TaskMode mode, Session session, URL name, boolean append)
          Creates a task that creates a FileOutputStream.
 Task<Directory,Long> Directory.getSize(TaskMode mode, URL name)
          Creates a task that retrieves the number of bytes in the specified file.
 Task<Directory,Long> Directory.getSize(TaskMode mode, URL name, int flags)
          Creates a task that retrieves the number of bytes in the specified file.
 long Directory.getSize(URL name)
          Returns the number of bytes in the specified file.
 long Directory.getSize(URL name, int flags)
          Returns the number of bytes in the specified file.
 Task<Directory,Boolean> Directory.isFile(TaskMode mode, URL name)
          Creates a task that tests the name for being a directory entry.
 boolean Directory.isFile(URL name)
          Tests the name for being a directory entry.
 Task<Directory,Directory> Directory.openDirectory(TaskMode mode, URL name)
          Creates a task that creates a new Directory instance.
 Task<Directory,Directory> Directory.openDirectory(TaskMode mode, URL name, int flags)
          Creates a task that creates a new Directory instance.
 Directory Directory.openDirectory(URL name)
          Creates a new Directory instance.
 Directory Directory.openDirectory(URL name, int flags)
          Creates a new Directory instance.
 Task<Directory,File> Directory.openFile(TaskMode mode, URL name)
          Creates a task that creates a new File instance.
 Task<Directory,File> Directory.openFile(TaskMode mode, URL name, int flags)
          Creates a task that creates a new File instance.
 File Directory.openFile(URL name)
          Creates a new File instance.
 File Directory.openFile(URL name, int flags)
          Creates a new File instance.
 Task<Directory,FileInputStream> Directory.openFileInputStream(TaskMode mode, URL name)
          Creates a task that creates a new FileInputStream instance.
 FileInputStream Directory.openFileInputStream(URL name)
          Creates a new FileInputStream instance.
 Task<Directory,FileOutputStream> Directory.openFileOutputStream(TaskMode mode, URL name)
          Creates a task that creates a new FileOutputStream instance.
 Task<Directory,FileOutputStream> Directory.openFileOutputStream(TaskMode mode, URL name, boolean append)
          Creates a task that creates a new FileOutputStream instance.
 FileOutputStream Directory.openFileOutputStream(URL name)
          Creates a new FileOutputStream instance.
 FileOutputStream Directory.openFileOutputStream(URL name, boolean append)
          Creates a new FileOutputStream instance.
 

Uses of URL in org.ogf.saga.isn
 

Methods in org.ogf.saga.isn with parameters of type URL
static EntityDataSet ISNFactory.createEntityDataSet(String model, String entityName, String filter, Session session, URL infoSystemUrl)
          Creates an EntityDataSet that contains the set of entities that pass the specified filter.
static EntityDataSet ISNFactory.createEntityDataSet(String sagaFactoryClassname, String model, String entityName, String filter, Session session, URL infoSystemUrl)
          Creates an EntityDataSet that contains the set of entities that pass the specified filter.
protected abstract  EntityDataSet ISNFactory.doCreateEntityDataSet(String model, String entityName, String filter, Session session, URL infoSystemUrl)
          Creates a EntityDataSet.
 

Uses of URL in org.ogf.saga.job
 

Methods in org.ogf.saga.job with parameters of type URL
static JobService JobFactory.createJobService(Session session, URL rm)
          Creates a job service.
static JobService JobFactory.createJobService(String sagaFactoryClassname, Session session, URL rm)
          Creates a job service.
static Task<JobFactory,JobService> JobFactory.createJobService(String sagaFactoryClassname, TaskMode mode, Session session, URL rm)
          Creates a task that creates a job service.
static Task<JobFactory,JobService> JobFactory.createJobService(String sagaFactoryClassname, TaskMode mode, URL rm)
          Creates a task that creates a job service, using the default session.
static JobService JobFactory.createJobService(String sagaFactoryClassname, URL rm)
          Creates a job service, using the default session.
static Task<JobFactory,JobService> JobFactory.createJobService(TaskMode mode, Session session, URL rm)
          Creates a task that creates a job service.
static Task<JobFactory,JobService> JobFactory.createJobService(TaskMode mode, URL rm)
          Creates a task that creates a job service, using the default session.
static JobService JobFactory.createJobService(URL rm)
          Creates a job service, using the default session.
protected abstract  JobService JobFactory.doCreateJobService(Session session, URL rm)
          Creates a job service.
protected abstract  Task<JobFactory,JobService> JobFactory.doCreateJobService(TaskMode mode, Session session, URL rm)
          Creates a task that creates a job service.
 

Uses of URL in org.ogf.saga.logicalfile
 

Methods in org.ogf.saga.logicalfile that return types with arguments of type URL
 List<URL> LogicalDirectory.find(String namePattern, String[] attrPattern)
          Finds entries in the current directory and below, with matching names and matching meta data.
 List<URL> LogicalDirectory.find(String namePattern, String[] attrPattern, int flags)
          Finds entries in the current directory and possibly below, with matching names and matching meta data.
 Task<LogicalDirectory,List<URL>> LogicalDirectory.find(TaskMode mode, String namePattern, String[] attrPattern)
          Creates a task that finds entries in the current directory and below, with matching names and matching meta data.
 Task<LogicalDirectory,List<URL>> LogicalDirectory.find(TaskMode mode, String namePattern, String[] attrPattern, int flags)
          Creates a task that finds entries in the current directory and below, with matching names and matching meta data.
 List<URL> LogicalFile.listLocations()
          Lists the locations in this location set.
 Task<LogicalFile,List<URL>> LogicalFile.listLocations(TaskMode mode)
          Creates a task that lists the locations in this location set.
 

Methods in org.ogf.saga.logicalfile with parameters of type URL
 Task<LogicalFile,Void> LogicalFile.addLocation(TaskMode mode, URL name)
          Creates a task that adds a replica location to the replica set.
 void LogicalFile.addLocation(URL name)
          Adds a replica location to the replica set.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(Session session, URL name)
          Creates a LogicalDirectory using READ open mode.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(Session session, URL name, int flags)
          Creates a LogicalDirectory.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, Session session, URL name)
          Creates a LogicalDirectory using READ open mode.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, Session session, URL name, int flags)
          Creates a LogicalDirectory.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a LogicalDirectory using READ open mode.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a LogicalDirectory.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a LogicalDirectory using READ open mode, using the default session.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, TaskMode mode, URL name, int flags)
          Creates a task that creates a LogicalDirectory using the default session.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, URL name)
          Creates a LogicalDirectory using READ open mode, using the default session.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(String sagaFactoryClassname, URL name, int flags)
          Creates a LogicalDirectory using the default session.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(TaskMode mode, Session session, URL name)
          Creates a task that creates a LogicalDirectory using READ open mode.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a LogicalDirectory.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(TaskMode mode, URL name)
          Creates a task that creates a LogicalDirectory using READ open mode, using the default session.
static Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.createLogicalDirectory(TaskMode mode, URL name, int flags)
          Creates a task that creates a LogicalDirectory using the default session.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(URL name)
          Creates a LogicalDirectory using READ open mode, using the default session.
static LogicalDirectory LogicalFileFactory.createLogicalDirectory(URL name, int flags)
          Creates a LogicalDirectory using the default session.
static LogicalFile LogicalFileFactory.createLogicalFile(Session session, URL name)
          Creates a LogicalFile using READ open mode.
static LogicalFile LogicalFileFactory.createLogicalFile(Session session, URL name, int flags)
          Creates a LogicalFile.
static LogicalFile LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, Session session, URL name)
          Creates a LogicalFile using READ open mode.
static LogicalFile LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, Session session, URL name, int flags)
          Creates a LogicalFile.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a LogicalFile using READ open mode.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a LogicalFile.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a LogicalFile using READ open mode, using the default session.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, TaskMode mode, URL name, int flags)
          Creates a task that creates a LogicalFile using the default session.
static LogicalFile LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, URL name)
          Creates a LogicalFile using READ open mode, using the default session.
static LogicalFile LogicalFileFactory.createLogicalFile(String sagaFactoryClassname, URL name, int flags)
          Creates a LogicalFile using the default session.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(TaskMode mode, Session session, URL name)
          Creates a task that creates a LogicalFile using READ open mode.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a LogicalFile.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(TaskMode mode, URL name)
          Creates a task that creates a LogicalFile using READ open mode, using the default session.
static Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.createLogicalFile(TaskMode mode, URL name, int flags)
          Creates a task that creates a LogicalFile using the default session.
static LogicalFile LogicalFileFactory.createLogicalFile(URL name)
          Creates a LogicalFile using READ open mode, using the default session.
static LogicalFile LogicalFileFactory.createLogicalFile(URL name, int flags)
          Creates a LogicalFile using the default session.
protected abstract  LogicalDirectory LogicalFileFactory.doCreateLogicalDirectory(Session session, URL name, int flags)
          Creates a Directory.
protected abstract  Task<LogicalFileFactory,LogicalDirectory> LogicalFileFactory.doCreateLogicalDirectory(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a LogicalDirectory.
protected abstract  LogicalFile LogicalFileFactory.doCreateLogicalFile(Session session, URL name, int flags)
          Creates a LogicalFile.
protected abstract  Task<LogicalFileFactory,LogicalFile> LogicalFileFactory.doCreateLogicalFile(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a LogicalFile.
 Task<NSDirectory,Boolean> LogicalDirectory.isFile(TaskMode mode, URL name)
          Creates a task that tests the name for being a logical file.
 boolean LogicalDirectory.isFile(URL name)
          Tests the name for being a logical file.
 Task<LogicalDirectory,LogicalDirectory> LogicalDirectory.openLogicalDir(TaskMode mode, URL name)
          Creates a task that creates a new LogicalDirectory instance.
 Task<LogicalDirectory,LogicalDirectory> LogicalDirectory.openLogicalDir(TaskMode mode, URL name, int flags)
          Creates a task that creates a new LogicalDirectory instance.
 LogicalDirectory LogicalDirectory.openLogicalDir(URL name)
          Creates a new LogicalDirectory instance with read flag.
 LogicalDirectory LogicalDirectory.openLogicalDir(URL name, int flags)
          Creates a new LogicalDirectory instance.
 Task<LogicalDirectory,LogicalFile> LogicalDirectory.openLogicalFile(TaskMode mode, URL name)
          Creates a task that creates a new LogicalFile instance.
 Task<LogicalDirectory,LogicalFile> LogicalDirectory.openLogicalFile(TaskMode mode, URL name, int flags)
          Creates a task that creates a new LogicalFile instance.
 LogicalFile LogicalDirectory.openLogicalFile(URL name)
          Creates a new LogicalFile instance with read flag.
 LogicalFile LogicalDirectory.openLogicalFile(URL name, int flags)
          Creates a new LogicalFile instance.
 Task<LogicalFile,Void> LogicalFile.removeLocation(TaskMode mode, URL name)
          Creates a task that removes a replica location from the replica set.
 void LogicalFile.removeLocation(URL name)
          Removes a replica location from the replica set.
 Task<LogicalFile,Void> LogicalFile.replicate(TaskMode mode, URL name)
          Creates a task that replicates a file from any of the known locations to a new location, with default flags NONE.
 Task<LogicalFile,Void> LogicalFile.replicate(TaskMode mode, URL name, int flags)
          Creates a task that replicates a file from any of the known locations to a new location.
 void LogicalFile.replicate(URL name)
          Replicates a file from any of the known locations to a new location, with default flags NONE.
 void LogicalFile.replicate(URL name, int flags)
          Replicates a file from any of the known locations to a new location.
 Task<LogicalFile,Void> LogicalFile.updateLocation(TaskMode mode, URL nameOld, URL nameNew)
          Creates a task that changes a replica location in the replica set.
 void LogicalFile.updateLocation(URL nameOld, URL nameNew)
          Changes a replica location in the replica set.
 

Uses of URL in org.ogf.saga.namespace
 

Methods in org.ogf.saga.namespace that return URL
 URL NSEntry.getCWD()
          Obtains the current working directory for the entry.
 URL NSDirectory.getEntry(int entry)
          Gives the name of an entry in the directory based upon the enumeration defined by NSDirectory.getNumEntries().
 URL NSEntry.getName()
          Obtains the name part of the URL of this entry.
 URL NSEntry.getURL()
          Obtains the complete URL referring to the entry.
 URL NSEntry.readLink()
          Returns the URL representing the link target.
 URL NSDirectory.readLink(URL name)
          Returns the URL representing the link target.
 

Methods in org.ogf.saga.namespace that return types with arguments of type URL
 List<URL> NSDirectory.find(String pattern)
          Finds entries in the directory and below that match the specified pattern.
 List<URL> NSDirectory.find(String pattern, int flags)
          Finds entries in the directory and below that match the specified pattern.
 Task<NSDirectory,List<URL>> NSDirectory.find(TaskMode mode, String pattern)
          Creates a task that finds entries in the directory and below that match the specified pattern.
 Task<NSDirectory,List<URL>> NSDirectory.find(TaskMode mode, String pattern, int flags)
          Creates a task that finds entries in the directory and below that match the specified pattern.
 Task<NSEntry,URL> NSEntry.getCWD(TaskMode mode)
          Creates a task that obtains a String representing the current working directory for the entry.
 Task<NSDirectory,URL> NSDirectory.getEntry(TaskMode mode, int entry)
          Creates a task that gives the name of an entry in the directory based upon the enumeration defined by getNumEntries().
 Task<NSEntry,URL> NSEntry.getName(TaskMode mode)
          Creates a task that obtains the name part of the URL of this entry.
 Task<NSEntry,URL> NSEntry.getURL(TaskMode mode)
          Creates a task that obtains the complete URL pointing to the entry.
 List<URL> NSDirectory.list()
          Lists entries in the directory.
 List<URL> NSDirectory.list(int flags)
          Lists entries in the directory.
 List<URL> NSDirectory.list(String pattern)
          Lists entries in the directory that match the specified pattern.
 List<URL> NSDirectory.list(String pattern, int flags)
          Lists entries in the directory that match the specified pattern.
 Task<NSDirectory,List<URL>> NSDirectory.list(TaskMode mode)
          Creates a task that lists entries in the directory.
 Task<NSDirectory,List<URL>> NSDirectory.list(TaskMode mode, int flags)
          Creates a task that lists entries in the directory.
 Task<NSDirectory,List<URL>> NSDirectory.list(TaskMode mode, String pattern)
          Creates a task that lists entries in the directory that match the specified pattern.
 Task<NSDirectory,List<URL>> NSDirectory.list(TaskMode mode, String pattern, int flags)
          Creates a task that lists entries in the directory that match the specified pattern.
 Task<NSEntry,URL> NSEntry.readLink(TaskMode mode)
          Creates a task that returns the URL representing the link target.
 Task<NSDirectory,URL> NSDirectory.readLink(TaskMode mode, URL name)
          Creates a task that returns the URL representing the link target.
 

Methods in org.ogf.saga.namespace with parameters of type URL
 Task<NSDirectory,Void> NSDirectory.changeDir(TaskMode mode, URL dir)
          Creates a task that changes the working directory.
 void NSDirectory.changeDir(URL dir)
          Changes the working directory.
 void NSDirectory.copy(String source, URL target)
          Copies the source entry to another part of the namespace.
 void NSDirectory.copy(String source, URL target, int flags)
          Copies the source entry to another part of the namespace.
 Task<NSDirectory,Void> NSDirectory.copy(TaskMode mode, String source, URL target)
          Creates a task that copies the source entry to another part of the namespace.
 Task<NSDirectory,Void> NSDirectory.copy(TaskMode mode, String source, URL target, int flags)
          Creates a task that copies the source entry to another part of the namespace.
 Task<NSEntry,Void> NSEntry.copy(TaskMode mode, URL target)
          Creates a task that copies this entry to another part of the namespace.
 Task<NSEntry,Void> NSEntry.copy(TaskMode mode, URL target, int flags)
          Creates a task that copies this entry to another part of the namespace.
 Task<NSDirectory,Void> NSDirectory.copy(TaskMode mode, URL source, URL target)
          Creates a task that copies source the entry to another part of the namespace.
 Task<NSDirectory,Void> NSDirectory.copy(TaskMode mode, URL source, URL target, int flags)
          Creates a task that copies source the entry to another part of the namespace.
 void NSEntry.copy(URL target)
          Copies this entry to another part of the namespace.
 void NSEntry.copy(URL target, int flags)
          Copies this entry to another part of the namespace.
 void NSDirectory.copy(URL source, URL target)
          Copies the source entry to another part of the namespace.
 void NSDirectory.copy(URL source, URL target, int flags)
          Copies the source entry to another part of the namespace.
static NSDirectory NSFactory.createNSDirectory(Session session, URL name)
          Creates a namespace directory.
static NSDirectory NSFactory.createNSDirectory(Session session, URL name, int flags)
          Creates a namespace directory.
static NSDirectory NSFactory.createNSDirectory(String sagaFactoryClassname, Session session, URL name)
          Creates a namespace directory.
static NSDirectory NSFactory.createNSDirectory(String sagaFactoryClassname, Session session, URL name, int flags)
          Creates a namespace directory.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a namespace directory.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(String sagaFactoryClassname, TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a namespace directory.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a namespace directory using the default session.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(String sagaFactoryClassname, TaskMode mode, URL name, int flags)
          Creates a task that creates a namespace directory using the default session.
static NSDirectory NSFactory.createNSDirectory(String sagaFactoryClassname, URL name)
          Creates a namespace directory using the default session.
static NSDirectory NSFactory.createNSDirectory(String sagaFactoryClassname, URL name, int flags)
          Creates a namespace directory using the default session.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(TaskMode mode, Session session, URL name)
          Creates a task that creates a namespace directory.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a namespace directory.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(TaskMode mode, URL name)
          Creates a task that creates a namespace directory using the default session.
static Task<NSFactory,NSDirectory> NSFactory.createNSDirectory(TaskMode mode, URL name, int flags)
          Creates a task that creates a namespace directory using the default session.
static NSDirectory NSFactory.createNSDirectory(URL name)
          Creates a namespace directory using the default session.
static NSDirectory NSFactory.createNSDirectory(URL name, int flags)
          Creates a namespace directory using the default session.
static NSEntry NSFactory.createNSEntry(Session session, URL name)
          Creates a namespace entry.
static NSEntry NSFactory.createNSEntry(Session session, URL name, int flags)
          Creates a namespace entry.
static NSEntry NSFactory.createNSEntry(String sagaFactoryClassname, Session session, URL name)
          Creates a namespace entry.
static NSEntry NSFactory.createNSEntry(String sagaFactoryClassname, Session session, URL name, int flags)
          Creates a namespace entry.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a namespace entry.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(String sagaFactoryClassname, TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a namespace entry.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a namespace entry using the default session.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(String sagaFactoryClassname, TaskMode mode, URL name, int flags)
          Creates a task that creates a namespace entry using the default session.
static NSEntry NSFactory.createNSEntry(String sagaFactoryClassname, URL name)
          Creates a namespace entry using the default session.
static NSEntry NSFactory.createNSEntry(String sagaFactoryClassname, URL name, int flags)
          Creates a namespace entry using the default session.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(TaskMode mode, Session session, URL name)
          Creates a task that creates a namespace entry.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a namespace entry.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(TaskMode mode, URL name)
          Creates a task that creates a namespace entry using the default session.
static Task<NSFactory,NSEntry> NSFactory.createNSEntry(TaskMode mode, URL name, int flags)
          Creates a task that creates a namespace entry using the default session.
static NSEntry NSFactory.createNSEntry(URL name)
          Creates a namespace entry using the default session.
static NSEntry NSFactory.createNSEntry(URL name, int flags)
          Creates a namespace entry using the default session.
protected abstract  NSDirectory NSFactory.doCreateNSDirectory(Session session, URL name, int flags)
          Creates a namespace directory.
protected abstract  Task<NSFactory,NSDirectory> NSFactory.doCreateNSDirectory(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a namespace directory.
protected abstract  NSEntry NSFactory.doCreateNSEntry(Session session, URL name, int flags)
          Creates a namespace entry.
protected abstract  Task<NSFactory,NSEntry> NSFactory.doCreateNSEntry(TaskMode mode, Session session, URL name, int flags)
          Creates a task that creates a namespace entry.
 Task<NSDirectory,Boolean> NSDirectory.exists(TaskMode mode, URL name)
          Creates a task that queries for the existence of an entry.
 boolean NSDirectory.exists(URL name)
          Queries for the existence of an entry.
 Task<NSDirectory,Long> NSDirectory.getMTime(TaskMode mode, URL name)
          Creates a task that determines the last modification time of the specified name.
 long NSDirectory.getMTime(URL name)
          Returns the time of the last modification in seconds since epoch (01.01.1970) of the specified name.
 Task<NSDirectory,Boolean> NSDirectory.isDir(TaskMode mode, URL name)
          Creates a task that tests the name for being a directory.
 boolean NSDirectory.isDir(URL name)
          Tests the name for being a directory.
 Task<NSDirectory,Boolean> NSDirectory.isEntry(TaskMode mode, URL name)
          Creates a task that tests the name for being a namespace entry.
 boolean NSDirectory.isEntry(URL name)
          Tests the name for being a namespace entry.
 Task<NSDirectory,Boolean> NSDirectory.isLink(TaskMode mode, URL name)
          Creates a task that tests the name for being a link.
 boolean NSDirectory.isLink(URL name)
          Tests the name for being a link.
 void NSDirectory.link(String source, URL target)
          Creates a symbolic link from the specified target to the specified source.
 void NSDirectory.link(String source, URL target, int flags)
          Creates a symbolic link from the specified target to the specified source.
 Task<NSDirectory,Void> NSDirectory.link(TaskMode mode, String source, URL target)
          Creates a task that creates a symbolic link from the specified target to the specified source.
 Task<NSDirectory,Void> NSDirectory.link(TaskMode mode, String source, URL target, int flags)
          Creates a task that creates a symbolic link from the specified target to the specified source.
 Task<NSEntry,Void> NSEntry.link(TaskMode mode, URL target)
          Creates a task that creates a symbolic link from the target to this entry.
 Task<NSEntry,Void> NSEntry.link(TaskMode mode, URL target, int flags)
          Creates a task that creates a symbolic link from the target to this entry.
 Task<NSDirectory,Void> NSDirectory.link(TaskMode mode, URL source, URL target)
          Creates a task that creates a symbolic link from the specified target to the specified source.
 Task<NSDirectory,Void> NSDirectory.link(TaskMode mode, URL source, URL target, int flags)
          Creates a task that creates a symbolic link from the specified target to the specified source.
 void NSEntry.link(URL target)
          Creates a symbolic link from the target to this entry.
 void NSEntry.link(URL target, int flags)
          Creates a symbolic link from the target to this entry.
 void NSDirectory.link(URL source, URL target)
          Creates a symbolic link from the specified target to the specified source.
 void NSDirectory.link(URL source, URL target, int flags)
          Creates a symbolic link from the specified target to the specified source.
 Task<NSDirectory,Void> NSDirectory.makeDir(TaskMode mode, URL target)
          Creates a task that creates a new directory.
 Task<NSDirectory,Void> NSDirectory.makeDir(TaskMode mode, URL target, int flags)
          Creates a task that creates a new directory.
 void NSDirectory.makeDir(URL target)
          Creates a new directory.
 void NSDirectory.makeDir(URL target, int flags)
          Creates a new directory.
 void NSDirectory.move(String source, URL target)
          Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 void NSDirectory.move(String source, URL target, int flags)
          Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 Task<NSDirectory,Void> NSDirectory.move(TaskMode mode, String source, URL target)
          Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 Task<NSDirectory,Void> NSDirectory.move(TaskMode mode, String source, URL target, int flags)
          Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 Task<NSEntry,Void> NSEntry.move(TaskMode mode, URL target)
          Creates a task that renames this entry to the target, or moves this entry to the target if it is a directory.
 Task<NSEntry,Void> NSEntry.move(TaskMode mode, URL target, int flags)
          Creates a task that renames this entry to the target, or moves this entry to the target if it is a directory.
 Task<NSDirectory,Void> NSDirectory.move(TaskMode mode, URL source, URL target)
          Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 Task<NSDirectory,Void> NSDirectory.move(TaskMode mode, URL source, URL target, int flags)
          Creates a task that renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 void NSEntry.move(URL target)
          Renames this entry to the target, or moves this entry to the target if it is a directory.
 void NSEntry.move(URL target, int flags)
          Renames this entry to the target, or moves this entry to the target if it is a directory.
 void NSDirectory.move(URL source, URL target)
          Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 void NSDirectory.move(URL source, URL target, int flags)
          Renames the specified source to the specified target, or move the specified source to the specified target if the target is a directory.
 Task<NSDirectory,NSEntry> NSDirectory.open(TaskMode mode, URL name)
          Creates a task that creates a new NamespaceEntry instance.
 Task<NSDirectory,NSEntry> NSDirectory.open(TaskMode mode, URL name, int flags)
          Creates a task that creates a new NamespaceEntry instance.
 NSEntry NSDirectory.open(URL name)
          Creates a new NamespaceEntry instance.
 NSEntry NSDirectory.open(URL name, int flags)
          Creates a new NamespaceEntry instance.
 Task<NSDirectory,NSDirectory> NSDirectory.openDir(TaskMode mode, URL name)
          Creates a task that creates a new NamespaceDirectory instance.
 Task<NSDirectory,NSDirectory> NSDirectory.openDir(TaskMode mode, URL name, int flags)
          Creates a task that creates a new NamespaceDirectory instance.
 NSDirectory NSDirectory.openDir(URL name)
          Creates a new NamespaceDirectory instance.
 NSDirectory NSDirectory.openDir(URL name, int flags)
          Creates a new NamespaceDirectory instance.
 Task<NSDirectory,Void> NSDirectory.permissionsAllow(TaskMode mode, URL target, String id, int permissions)
          Creates a task that enables the specified permissions for the specified id.
 Task<NSDirectory,Void> NSDirectory.permissionsAllow(TaskMode mode, URL target, String id, int permissions, int flags)
          Creates a task that enables the specified permissions for the specified id.
 void NSDirectory.permissionsAllow(URL target, String id, int permissions)
          Allows the specified permissions for the specified id.
 void NSDirectory.permissionsAllow(URL target, String id, int permissions, int flags)
          Allows the specified permissions for the specified id.
 Task<NSDirectory,Void> NSDirectory.permissionsDeny(TaskMode mode, URL target, String id, int permissions)
          Creates a task that disables the specified permissions for the specified id.
 Task<NSDirectory,Void> NSDirectory.permissionsDeny(TaskMode mode, URL target, String id, int permissions, int flags)
          Creates a task that disables the specified permissions for the specified id.
 void NSDirectory.permissionsDeny(URL target, String id, int permissions)
          Denies the specified permissions for the specified id.
 void NSDirectory.permissionsDeny(URL target, String id, int permissions, int flags)
          Denies the specified permissions for the specified id.
 Task<NSDirectory,URL> NSDirectory.readLink(TaskMode mode, URL name)
          Creates a task that returns the URL representing the link target.
 URL NSDirectory.readLink(URL name)
          Returns the URL representing the link target.
 Task<NSDirectory,Void> NSDirectory.remove(TaskMode mode, URL target)
          Creates a task that removes the specified entry.
 Task<NSDirectory,Void> NSDirectory.remove(TaskMode mode, URL target, int flags)
          Creates a task that removes the specified entry.
 void NSDirectory.remove(URL target)
          Removes the specified entry.
 void NSDirectory.remove(URL target, int flags)
          Removes the specified entry.
 

Uses of URL in org.ogf.saga.rpc
 

Methods in org.ogf.saga.rpc with parameters of type URL
static RPC RPCFactory.createRPC(Session session, URL funcname)
          Creates a RPC handle instance.
static RPC RPCFactory.createRPC(String sagaFactoryClassname, Session session, URL funcname)
          Creates a RPC handle instance.
static Task<RPCFactory,RPC> RPCFactory.createRPC(String sagaFactoryClassname, TaskMode mode, Session session, URL funcname)
          Creates a task that creates a RPC handle instance.
static Task<RPCFactory,RPC> RPCFactory.createRPC(String sagaFactoryClassname, TaskMode mode, URL funcname)
          Creates a task that creates a RPC handle instance using the default session.
static RPC RPCFactory.createRPC(String sagaFactoryClassname, URL funcname)
          Creates a RPC handle instance using the default session.
static Task<RPCFactory,RPC> RPCFactory.createRPC(TaskMode mode, Session session, URL funcname)
          Creates a task that creates a RPC handle instance.
static Task<RPCFactory,RPC> RPCFactory.createRPC(TaskMode mode, URL funcname)
          Creates a task that creates a RPC handle instance using the default session.
static RPC RPCFactory.createRPC(URL funcname)
          Creates a RPC handle instance using the default session.
protected abstract  RPC RPCFactory.doCreateRPC(Session session, URL funcname)
          Creates a RPC handle instance.
protected abstract  Task<RPCFactory,RPC> RPCFactory.doCreateRPC(TaskMode mode, Session session, URL funcname)
          Creates a task that creates a RPC handle instance.
 

Uses of URL in org.ogf.saga.sd
 

Methods in org.ogf.saga.sd with parameters of type URL
static Discoverer SDFactory.createDiscoverer(Session session, URL url)
          Creates a Discoverer.
static Discoverer SDFactory.createDiscoverer(String sagaFactoryClassname, Session session, URL url)
          Creates a Discoverer.
protected abstract  Discoverer SDFactory.doCreateDiscoverer(Session session, URL url)
          Creates a Discoverer.
 

Uses of URL in org.ogf.saga.stream
 

Methods in org.ogf.saga.stream that return URL
 URL Stream.getUrl()
          Obtains the URL that was used to create the stream.
 URL StreamServer.getUrl()
          Obtains the URL to be used to connect to this server.
 

Methods in org.ogf.saga.stream that return types with arguments of type URL
 Task<Stream,URL> Stream.getUrl(TaskMode mode)
          Creates a task that obtains the URL that was used to create the stream.
 Task<StreamServer,URL> StreamServer.getUrl(TaskMode mode)
          Obtains a task to obtain the URL to be used to connect to this server.
 

Methods in org.ogf.saga.stream with parameters of type URL
static Stream StreamFactory.createStream(Session session, URL name)
          Creates a Stream.
static Stream StreamFactory.createStream(String sagaFactoryClassname, Session session, URL name)
          Creates a Stream.
static Task<StreamFactory,Stream> StreamFactory.createStream(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a Stream.
static Task<StreamFactory,Stream> StreamFactory.createStream(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a Stream using the default session.
static Stream StreamFactory.createStream(String sagaFactoryClassname, URL name)
          Creates a Stream using the default session.
static Task<StreamFactory,Stream> StreamFactory.createStream(TaskMode mode, Session session, URL name)
          Creates a task that creates a Stream.
static Task<StreamFactory,Stream> StreamFactory.createStream(TaskMode mode, URL name)
          Creates a task that creates a Stream using the default session.
static Stream StreamFactory.createStream(URL name)
          Creates a Stream using the default session.
static StreamServer StreamFactory.createStreamServer(Session session, URL name)
          Creates a StreamServer.
static StreamServer StreamFactory.createStreamServer(String sagaFactoryClassname, Session session, URL name)
          Creates a StreamServer.
static Task<StreamFactory,StreamServer> StreamFactory.createStreamServer(String sagaFactoryClassname, TaskMode mode, Session session, URL name)
          Creates a task that creates a StreamServer.
static Task<StreamFactory,StreamServer> StreamFactory.createStreamServer(String sagaFactoryClassname, TaskMode mode, URL name)
          Creates a task that creates a StreamServer using the default session.
static StreamServer StreamFactory.createStreamServer(String sagaFactoryClassname, URL name)
          Creates a StreamServer using the default session.
static Task<StreamFactory,StreamServer> StreamFactory.createStreamServer(TaskMode mode, Session session, URL name)
          Creates a task that creates a StreamServer.
static Task<StreamFactory,StreamServer> StreamFactory.createStreamServer(TaskMode mode, URL name)
          Creates a task that creates a StreamServer using the default session.
static StreamServer StreamFactory.createStreamServer(URL name)
          Creates a StreamServer using the default session.
protected abstract  Stream StreamFactory.doCreateStream(Session session, URL name)
          Creates a Stream.
protected abstract  Task<StreamFactory,Stream> StreamFactory.doCreateStream(TaskMode mode, Session session, URL name)
          Creates a task that creates a Stream.
protected abstract  StreamServer StreamFactory.doCreateStreamServer(Session session, URL name)
          Creates a StreamServer.
protected abstract  Task<StreamFactory,StreamServer> StreamFactory.doCreateStreamServer(TaskMode mode, Session session, URL name)
          Creates a task that creates a StreamServer.
 

Uses of URL in org.ogf.saga.url
 

Methods in org.ogf.saga.url that return URL
static URL URLFactory.createURL(String url)
          Creates an URL object from the specified string.
static URL URLFactory.createURL(String sagaFactoryClassname, String url)
          Creates an URL object from the specified string.
protected abstract  URL URLFactory.doCreateURL(String url)
           
 URL URL.normalize()
          See URI.
 URL URL.resolve(URL url)
          See URI.
 URL URL.translate(Session session, String scheme)
          Returns a new URL with the scheme part replaced.
 URL URL.translate(String scheme)
          Returns a new URL with the scheme part replaced.
 

Methods in org.ogf.saga.url with parameters of type URL
 URL URL.resolve(URL url)
          See URI.
 



Copyright © 2014 Open Grid Forum. All rights reserved.