com.intel.gpe.client2.common.panels.targetsystemchooser
Interface TargetSystemOrChildNode

All Superinterfaces:
Node
All Known Implementing Classes:
TargetSystemNode

public interface TargetSystemOrChildNode
extends Node

The interface to a target system or a storage or a remote file node.

Version:
$Id: TargetSystemOrChildNode.java,v 1.1 2006/09/15 10:49:08 vashorin Exp $
Author:
Alexander Lukichev

Method Summary
 ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String> getTargetSystem()
          Get the target system client associated either with the target system node or the storage node or the file location.
 
Methods inherited from interface com.intel.gpe.client2.common.panels.tree.Node
getChild, getChildCount, getIndex, getPath, isLeaf
 

Method Detail

getTargetSystem

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

Returns:
The target system.


Copyright © 2008. All Rights Reserved.