public interface IResult
Modifier and Type | Method and Description |
---|---|
java.lang.String |
call() |
NCType |
get(java.lang.String key)
Return named result.
|
boolean |
getBool(java.lang.String key)
Return named result.
|
byte[] |
getByteArray(java.lang.String key)
Return named result.
|
java.nio.ByteBuffer |
getBytes(java.lang.String key)
Return named result.
|
double |
getDouble(java.lang.String key)
Return named result.
|
int |
getInt(java.lang.String key)
Return named result.
|
NCList |
getList(java.lang.String key)
Return named result.
|
long |
getLong(java.lang.String key)
Return named result.
|
NCMap |
getMap(java.lang.String key)
Return named result.
|
java.lang.String |
getString(java.lang.String key)
Return named result.
|
INativeService |
processPool()
Deprecated.
use
service() instead |
NCMap |
results()
Result NCMap object
|
INativeService |
service() |
@Deprecated INativeService processPool()
service()
insteadINativeService service()
java.lang.String call()
NCMap results()
NCType get(java.lang.String key)
key
- the result namejava.lang.String getString(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typeboolean getBool(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typedouble getDouble(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typeint getInt(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typelong getLong(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typebyte[] getByteArray(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typejava.nio.ByteBuffer getBytes(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typeNCMap getMap(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typeNCList getList(java.lang.String key) throws BadMessageException
key
- the result nameBadMessageException
- if the named result is not present or not of the correct typeCopyright © 2010 - 2020 Adobe. All Rights Reserved