com.intel.gpe.client2.common.panels.remotefs
Interface StorageOrFileNode

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

public interface StorageOrFileNode
extends TargetSystemOrChildNode

The interface to a storage or a remote file node.

Version:
$Id: StorageOrFileNode.java,v 1.8 2007/02/20 13:41:52 vashorin Exp $
Author:
Alexander Lukichev

Method Summary
 com.intel.gpe.clients.api.GridFile getFile()
          Get the remote file
 ClientWrapper<com.intel.gpe.clients.api.StorageClient,java.lang.String> getStorage()
          Get the storage client associated either with the storage node or the file location.
 java.lang.String getStorageName()
          Get the storage name associated either with the storage node or the file location.
 
Methods inherited from interface com.intel.gpe.client2.common.panels.remotefs.TargetSystemOrChildNode
getTargetSystem
 
Methods inherited from interface com.intel.gpe.client2.common.panels.tree.Node
getChild, getChildCount, getIndex, getPath, isLeaf
 

Method Detail

getStorage

ClientWrapper<com.intel.gpe.clients.api.StorageClient,java.lang.String> getStorage()
Get the storage client associated either with the storage node or the file location.

Returns:
The storage.

getStorageName

java.lang.String getStorageName()
Get the storage name associated either with the storage node or the file location.

Returns:
The storage name.

getFile

com.intel.gpe.clients.api.GridFile getFile()
Get the remote file

Returns:
the relative path of the remote file


Copyright © 2008. All Rights Reserved.