Package com.adobe.versioncue.nativecomm
Interface IResult
public interface IResult
- Since:
- Mar 9, 2006
-
Method Summary
Modifier and TypeMethodDescriptioncall()
Return named result.boolean
Return named result.byte[]
getByteArray
(String key) Return named result.Return named result.double
Return named result.int
Return named result.Return named result.long
Return named result.Return named result.Return named result.Deprecated.results()
Result NCMap objectservice()
-
Method Details
-
processPool
Deprecated.useservice()
instead- Returns:
- associated INativeService
-
service
INativeService service()- Returns:
- associated INativeService
-
call
String call()- Returns:
- NativeService call name
-
results
NCMap results()Result NCMap object- Returns:
- Result NCMap object
-
get
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
-
getString
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getBool
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getDouble
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getInt
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getLong
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getByteArray
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getBytes
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getMap
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
getList
Return named result.- Parameters:
key
- the result name- Returns:
- the named result
- Throws:
BadMessageException
- if the named result is not present or not of the correct type
-
service()
instead