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

java.lang.Object
  extended by com.intel.gpe.client2.common.requests.RegistryConverter
All Implemented Interfaces:
StringConverter<com.intel.gpe.clients.api.RegistryClient>

public class RegistryConverter
extends java.lang.Object
implements StringConverter<com.intel.gpe.clients.api.RegistryClient>

Get the host name where the registry runs.

Version:
$Id: RegistryConverter.java,v 1.6 2007/02/15 14:01:19 dizhigul Exp $
Author:
Alexander Lukichev

Constructor Summary
RegistryConverter(Registries registries)
           
 
Method Summary
 java.lang.String convert(com.intel.gpe.clients.api.RegistryClient o)
          Convert the object to some string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryConverter

public RegistryConverter(Registries registries)
Method Detail

convert

public java.lang.String convert(com.intel.gpe.clients.api.RegistryClient 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.RegistryClient>
Parameters:
o - the object
Returns:
the string
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.