|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.requests.BaseRequest
com.intel.gpe.client2.common.requests.GetTextInfoRequest
public class GetTextInfoRequest
Request the TextInfo properties from target system. The List
of string values of TextInfo
properties is returned.
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 |
---|
public GetTextInfoRequest(java.lang.String name, com.intel.gpe.clients.api.TargetSystemClient targetSystem, java.lang.String textInfo)
name
- -
the name of the target systemtargetSystem
- -
the client to the target system interfacetextInfo
- -
the name of the text info propertyMethod Detail |
---|
public java.lang.Object perform() throws java.lang.Throwable
Request
java.lang.Throwable
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |