Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
cpi::LogicalFileCpi Class ReferenceCapability provider interface to the LogicalFile class.
More...
Inheritance diagram for cpi::LogicalFileCpi:
[legend]Collaboration diagram for cpi::LogicalFileCpi:
[legend]List of all members.
Detailed Description
Capability provider interface to the LogicalFile class.
Capability provider wishing to provide the functionality of the LogicalFile class must extend this class and implement all of the abstract methods in this class. Each abstract method in this class mirrors the corresponding method in this LogicalFile class and will be used to implement the corresponding method in the LogicalFile class at runtime.
Definition at line 20 of file LogicalFileCpi.java.
Constructor & Destructor Documentation
| cpi::LogicalFileCpi::LogicalFileCpi |
( |
GATContext |
gatContext, |
|
|
Preferences |
preferences, |
|
|
URI |
location |
|
) |
throws IOException [inline] |
|
The documentation for this class was generated from the following file:
|