com.intel.gpe.client2.common.requests
Class TargetSystemConverter

java.lang.Object
  extended by com.intel.gpe.client2.common.requests.TargetSystemConverter
All Implemented Interfaces:
StringConverter<com.intel.gpe.clients.api.TargetSystemClient>, StringUpdater<com.intel.gpe.clients.api.TargetSystemClient>, Updater<ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>>

public class TargetSystemConverter
extends java.lang.Object
implements StringConverter<com.intel.gpe.clients.api.TargetSystemClient>, StringUpdater<com.intel.gpe.clients.api.TargetSystemClient>

Get the name of the target system.

Version:
$Id: TargetSystemConverter.java,v 1.6 2006/10/19 13:40:48 dizhigul Exp $
Author:
Alexander Lukichev

Constructor Summary
TargetSystemConverter()
           
 
Method Summary
 java.lang.String convert(com.intel.gpe.clients.api.TargetSystemClient o)
          Convert the object to some string.
 void update(ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String> client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetSystemConverter

public TargetSystemConverter()
Method Detail

convert

public java.lang.String convert(com.intel.gpe.clients.api.TargetSystemClient o)
                         throws java.lang.Exception
Description copied from interface: StringConverter
Convert the object to some string.

Specified by:
convert in interface StringConverter<com.intel.gpe.clients.api.TargetSystemClient>
Parameters:
o - the object
Returns:
the string
Throws:
java.lang.Exception

update

public void update(ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String> client)
            throws java.lang.Exception
Specified by:
update in interface StringUpdater<com.intel.gpe.clients.api.TargetSystemClient>
Specified by:
update in interface Updater<ClientWrapper<com.intel.gpe.clients.api.TargetSystemClient,java.lang.String>>
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.