|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONRPCException | |
---|---|
com.almende.eve.agent.example | |
com.almende.eve.rpc.jsonrpc |
Uses of JSONRPCException in com.almende.eve.agent.example |
---|
Methods in com.almende.eve.agent.example that throw JSONRPCException | |
---|---|
String |
TestAgent.callMyself(String method,
com.fasterxml.jackson.databind.node.ObjectNode params)
|
String |
TestAgent.cascade()
|
Person |
TestAgent.cascade2()
|
Uses of JSONRPCException in com.almende.eve.rpc.jsonrpc |
---|
Methods in com.almende.eve.rpc.jsonrpc that return JSONRPCException | |
---|---|
JSONRPCException |
JSONResponse.getError()
|
Methods in com.almende.eve.rpc.jsonrpc with parameters of type JSONRPCException | |
---|---|
void |
JSONResponse.setError(JSONRPCException error)
|
Methods in com.almende.eve.rpc.jsonrpc that throw JSONRPCException | |
---|---|
JSONRPCException |
JSONResponse.getError()
|
void |
JSONRequest.init(com.fasterxml.jackson.databind.node.ObjectNode request)
|
Constructors in com.almende.eve.rpc.jsonrpc with parameters of type JSONRPCException | |
---|---|
JSONResponse(JSONRPCException error)
|
|
JSONResponse(Object id,
JSONRPCException error)
|
|
JSONRPCException(JSONRPCException error)
|
Constructors in com.almende.eve.rpc.jsonrpc that throw JSONRPCException | |
---|---|
JSONRequest(com.fasterxml.jackson.databind.node.ObjectNode request)
|
|
JSONRequest(String json)
|
|
JSONResponse(com.fasterxml.jackson.databind.node.ObjectNode response)
|
|
JSONResponse(String json)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |