com.intel.gpe.client2
Interface SelectionClient

All Known Implementing Classes:
ApplicationClientFrame, ClientAdapter

public interface SelectionClient

The interface to the user's selections.

Version:
$Id: SelectionClient.java,v 1.8 2006/06/08 14:06:25 lukichev Exp $
Author:
Alexander Lukichev, Valery Shorin

Method Summary
 ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String> getSelectedRegistryWrapper()
          Get the wrapper of the client to the selected registry.
 ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String> getSelectedTargetSystemWrapper()
          Get the wrapper of the client to the selected target system.
 

Method Detail

getSelectedRegistryWrapper

ClientWrapper<com.intel.gpe.clients.api.RegistryClient,java.lang.String> getSelectedRegistryWrapper()
Get the wrapper of the client to the selected registry.

Returns:
the list of WSRPClienItem objects where String is registry client object representation

getSelectedTargetSystemWrapper

ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String> getSelectedTargetSystemWrapper()
Get the wrapper of the client to the selected target system.

Returns:
the WSRPClientItem object containing string representation and the target system client object; null if nothing is selected


Copyright © 2008. All Rights Reserved.