Index

A E G I P R 
All Classes and Interfaces|All Packages

A

AddConstructorCallTransactionMessage - Interface in io.hotmoka.node.messages.api
AddConstructorCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.addConstructorCallTransaction(ConstructorCallTransactionRequest) method.
AddGameteCreationTransactionMessage - Interface in io.hotmoka.node.messages.api
AddGameteCreationTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.addGameteCreationTransaction(GameteCreationTransactionRequest) method.
AddInitializationTransactionMessage - Interface in io.hotmoka.node.messages.api
AddInitializationTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.addInitializationTransaction(InitializationTransactionRequest) method.
AddInstanceMethodCallTransactionMessage - Interface in io.hotmoka.node.messages.api
AddInstanceMethodCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.addInstanceMethodCallTransaction(InstanceMethodCallTransactionRequest) method.
AddJarStoreInitialTransactionMessage - Interface in io.hotmoka.node.messages.api
AddJarStoreInitialTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.addJarStoreInitialTransaction(JarStoreInitialTransactionRequest) method.
AddJarStoreTransactionMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.addJarStoreTransaction(JarStoreTransactionRequest).
AddJarStoreTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.addJarStoreTransaction(JarStoreTransactionRequest) method.
AddStaticMethodCallTransactionMessage - Interface in io.hotmoka.node.messages.api
AddStaticMethodCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.addStaticMethodCallTransaction(StaticMethodCallTransactionRequest) method.

E

EventMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to an event generated in a Hotmoka node.

G

GetClassTagMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getClassTag(StorageReference).
GetClassTagResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getClassTag(StorageReference) method.
GetConsensusConfigMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getConfig().
GetConsensusConfigResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getConfig() method.
getCreator() - Method in interface io.hotmoka.node.messages.api.EventMessage
Yields the reference of the creator of the event.
getEvent() - Method in interface io.hotmoka.node.messages.api.EventMessage
Yields the reference of the event object.
GetManifestMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getManifest().
GetManifestResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getManifest() method.
GetNodeInfoMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getNodeInfo().
GetNodeInfoResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getNodeInfo() method.
GetPolledResponseMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getPolledResponse(TransactionReference).
GetPolledResponseResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getPolledResponse(TransactionReference) method.
getReference() - Method in interface io.hotmoka.node.messages.api.GetClassTagMessage
Yields the reference to the object whose class tag is required.
getReference() - Method in interface io.hotmoka.node.messages.api.GetPolledResponseMessage
Yields the reference to the transaction whose response is required.
getReference() - Method in interface io.hotmoka.node.messages.api.GetRequestMessage
Yields the reference to the transaction whose request is required.
getReference() - Method in interface io.hotmoka.node.messages.api.GetResponseMessage
Yields the reference to the transaction whose response is required.
getReference() - Method in interface io.hotmoka.node.messages.api.GetStateMessage
Yields the reference to the object whose state is required.
getRequest() - Method in interface io.hotmoka.node.messages.api.AddConstructorCallTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.AddGameteCreationTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.AddInitializationTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.AddInstanceMethodCallTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.AddJarStoreInitialTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.AddJarStoreTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.AddStaticMethodCallTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.PostConstructorCallTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.PostInstanceMethodCallTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.PostJarStoreTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.PostStaticMethodCallTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.RunInstanceMethodCallTransactionMessage
Yields the request of the required transaction.
getRequest() - Method in interface io.hotmoka.node.messages.api.RunStaticMethodCallTransactionMessage
Yields the request of the required transaction.
GetRequestMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getRequest(TransactionReference).
GetRequestResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getRequest(TransactionReference) method.
GetResponseMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getResponse(TransactionReference).
GetResponseResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getResponse(TransactionReference) method.
GetStateMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getState(StorageReference).
GetStateResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getState(StorageReference) method.
GetTakamakaCodeMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.getTakamakaCode().
GetTakamakaCodeResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.getTakamakaCode() method.

I

io.hotmoka.node.messages.api - module io.hotmoka.node.messages.api
This module defines the API of the network messages exchanged between a node service and remote.
io.hotmoka.node.messages.api - package io.hotmoka.node.messages.api
 

P

PostConstructorCallTransactionMessage - Interface in io.hotmoka.node.messages.api
PostConstructorCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.postConstructorCallTransaction(ConstructorCallTransactionRequest) method.
PostInstanceMethodCallTransactionMessage - Interface in io.hotmoka.node.messages.api
PostInstanceMethodCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.postInstanceMethodCallTransaction(InstanceMethodCallTransactionRequest) method.
PostJarStoreTransactionMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to Node.postJarStoreTransaction(JarStoreTransactionRequest).
PostJarStoreTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.postJarStoreTransaction(JarStoreTransactionRequest) method.
PostStaticMethodCallTransactionMessage - Interface in io.hotmoka.node.messages.api
PostStaticMethodCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.postStaticMethodCallTransaction(StaticMethodCallTransactionRequest) method.

R

ResultMessage<T> - Interface in io.hotmoka.node.messages.api
A network message corresponding to the result of method of a node.
RunInstanceMethodCallTransactionMessage - Interface in io.hotmoka.node.messages.api
RunInstanceMethodCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.runInstanceMethodCallTransaction(InstanceMethodCallTransactionRequest) method.
RunStaticMethodCallTransactionMessage - Interface in io.hotmoka.node.messages.api
RunStaticMethodCallTransactionResultMessage - Interface in io.hotmoka.node.messages.api
The network message corresponding to the result of the Node.runStaticMethodCallTransaction(StaticMethodCallTransactionRequest) method.
A E G I P R 
All Classes and Interfaces|All Packages