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

java.lang.Object
  extended by com.intel.gpe.client2.requests.BaseRequest
      extended by com.intel.gpe.client2.common.requests.GetTextInfoRequest
All Implemented Interfaces:
Request, java.io.Serializable

public class GetTextInfoRequest
extends BaseRequest

Request the TextInfo properties from target system. The List of string values of TextInfo properties is returned.

Version:
$Id: GetTextInfoRequest.java,v 1.3 2006/10/19 13:40:48 dizhigul Exp $
Author:
Alexander Lukichev
See Also:
Serialized Form

Constructor Summary
GetTextInfoRequest(java.lang.String name, com.intel.gpe.clients.api.TargetSystemClient targetSystem, java.lang.String textInfo)
          Create the request
 
Method Summary
 java.lang.Object perform()
          The request body.
 
Methods inherited from class com.intel.gpe.client2.requests.BaseRequest
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTextInfoRequest

public GetTextInfoRequest(java.lang.String name,
                          com.intel.gpe.clients.api.TargetSystemClient targetSystem,
                          java.lang.String textInfo)
Create the request

Parameters:
name - - the name of the target system
targetSystem - - the client to the target system interface
textInfo - - the name of the text info property
Method Detail

perform

public java.lang.Object perform()
                         throws java.lang.Throwable
Description copied from interface: Request
The request body.

Returns:
the result of the request
Throws:
java.lang.Throwable - TODO


Copyright © 2008. All Rights Reserved.