Servertec   IOManager
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Users
Reference
iServer API
AccessLogEntry
Codecs
Connection
ConnectionPool...
DString
ErrorLogEntry
EventLogEntry
FileCache
FileUpload
IOHandler
IOManager
iws
Logger
MultiPartForm
QuickSort
QuickSortString...
Realm
RealmAdmin...
RealmManager
ServletContextImpl
ServletContext...
ServletImpl
ServletManager
Utils

Servlet API
CGI
SSI
Servlets
Config Files
Log Files
Classes
Directory Tree

Samples
Sales
Legal
Feedback

 

java.lang.Object
 |
 +--stec.iws.IOManager

public class IOManager

Defines methods used by iServer to retrieve an IO handler.

Methods

Method Description
getHandler Returns a handle to IO handler which can be used on specified item.

getHandler

Returns a handle to IO handler which can be used on specified item.

Syntax

public static IOHandler getHandler(String path)
                                   throws IOException
public static IOHandler getHandler(String path, String itemname) throws IOException
public static IOHandler getHandler(IOHandler handler, String itemname) throws IOException

Parameters

itemname the name of the item.
handler a reference to an IO handler.
path the path to the item.

Returns

IOHandler the IO handler that can be used to interact with the specified item.

Throws

Nothing

Example

IOHandler handler = IOManager.getHandler(basedir, filepath);
 top of page
 Built with iScript Copyright © 1997-2000 Servertec. All rights reserved.
Last Modified: Thu Aug 10 13:06:59 EDT 2000