com.intel.gpe.gridbeans.plugins.controls.remotefs
Interface StorageOrFileNode

All Superinterfaces:
Node
All Known Implementing Classes:
RemoteFileNode, StorageNode

public interface StorageOrFileNode
extends Node

The interface to a storage or a remote file node.

Version:
$Id: StorageOrFileNode.java,v 1.1 2005/12/07 11:37:56 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 StorageClient getStorage()
          Get the storage client associated either with the storage node or the file location.
 
Methods inherited from interface com.intel.gpe.gridbeans.plugins.controls.remotefs.Node
getChild, getChildCount, isLeaf
 

Method Detail

getStorage

StorageClient getStorage()
Get the storage client associated either with the storage node or the file location.

Returns:
The storage.