Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W _ 

A

AbstractCashFlow<T> - Class in net.corda.finance.flows
Initiates a flow that produces an Issue/Move or Exit Cash transaction.
AbstractCashFlow(progressTracker) - Constructor for class net.corda.finance.flows.AbstractCashFlow
Initiates a flow that produces an Issue/Move or Exit Cash transaction.
AbstractCashFlow.AbstractRequest - Class in net.corda.finance.flows
 
AbstractCashFlow.Companion - Class in net.corda.finance.flows
 
AbstractCashFlow.Result - Class in net.corda.finance.flows
Combined signed transaction and identity lookup map, which is the resulting data from regular cash flows. Specialised flows for unit tests differ from this.
AbstractCashSelection - Class in net.corda.finance.workflows.asset.selection
Pluggable interface to allow for different cash selection provider implementations Default implementation in finance workflow module uses H2 database and a custom function within H2 to perform aggregation. Custom implementations must implement this interface and declare their implementation in META-INF/services/net.corda.finance.workflows.asset.selection.AbstractCashSelection.
AbstractCashSelection(maxRetries, retrySleep, retryCap) - Constructor for class net.corda.finance.workflows.asset.selection.AbstractCashSelection
Pluggable interface to allow for different cash selection provider implementations Default implementation in finance workflow module uses H2 database and a custom function within H2 to perform aggregation. Custom implementations must implement this interface and declare their implementation in META-INF/services/net.corda.finance.workflows.asset.selection.AbstractCashSelection.
AbstractCashSelection() - Constructor for class net.corda.finance.workflows.asset.selection.AbstractCashSelection
Pluggable interface to allow for different cash selection provider implementations Default implementation in finance workflow module uses H2 database and a custom function within H2 to perform aggregation. Custom implementations must implement this interface and declare their implementation in META-INF/services/net.corda.finance.workflows.asset.selection.AbstractCashSelection.
AbstractCashSelection.Companion - Class in net.corda.finance.workflows.asset.selection
 
AbstractRequest(amount) - Constructor for class net.corda.finance.flows.AbstractCashFlow.AbstractRequest
 
Acceptor(otherSideSession, progressTracker) - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.Acceptor
One side of the flow for inserting a pre-agreed deal.
addConnectionListener(listener) - Method in class net.corda.client.rpc.ext.MultiRPCClient
Adds interface RPCConnectionListener to this class MultiRPCClient to be informed about important connectivity events.
addMockCordapp(contractClassName) - Method in class net.corda.testing.node.MockServices
Add the given package name to the list of packages which will be scanned for cordapp contract verification code
advanceBy(duration) - Method in class net.corda.testing.node.TestClock
Advance this Clock by the specified Duration for testing purposes.
AMOUNT(amount, token) - Static method in class net.corda.finance.Currencies
 
AMOUNT(amount, token) - Static method in class net.corda.finance.Currencies
 
AMOUNT(amount, token) - Static method in class net.corda.finance.Currencies
 
assembleSharedTX(handshake) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Acceptor
 
assembleSharedTX(handshake) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Secondary
 
AssetMismatchException(expectedTypeName, typeName) - Constructor for class net.corda.finance.flows.TwoPartyTradeFlow.AssetMismatchException
 
attachment(attachment) - Method in class net.corda.testing.dsl.LedgerDSL
Adds an attachment to the ledger.
attachment(attachment) - Method in interface net.corda.testing.dsl.LedgerDSLInterpreter
Adds an attachment to the ledger.
attachment(attachment) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
Adds an attachment to the ledger.
attachment(attachmentId) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Adds an Attachment reference to the transaction.
attachment(contractClassName) - Method in class net.corda.testing.dsl.TransactionDSL
 
attachment(contractClassName, attachmentId, signers, jarManifestAttributes) - Method in class net.corda.testing.dsl.TransactionDSL
 
attachment(contractClassName, attachmentId) - Method in class net.corda.testing.dsl.TransactionDSL
 
attachment(attachmentId) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Adds an Attachment reference to the transaction.
AttachmentResolutionException - Class in net.corda.testing.dsl
 
AttachmentResolutionException(attachmentId) - Constructor for class net.corda.testing.dsl.AttachmentResolutionException
 
attachments(contractClassNames) - Method in class net.corda.testing.dsl.TransactionDSL
 
AutoOffer(notary, dealBeingOffered) - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 

B

baseDirectory(nodeName) - Method in interface net.corda.testing.driver.DriverDSL
Returns the base directory for a node with the given CordaX500Name. This method is useful if the base directory is needed before the node is started.
baseDirectory(nodeId) - Method in class net.corda.testing.node.MockNetwork
Get the base directory for the given node id.
between(sender, receiver) - Method in interface net.corda.testing.node.InMemoryMessagingNetwork.LatencyCalculator
 
Buyer(sellerSession, notary, acceptablePrice, typeToBuy, anonymous) - Constructor for class net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
Buyer(otherSideSession, notary, acceptablePrice, typeToBuy) - Constructor for class net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
Buyer.COLLECTING_SIGNATURES - Class in net.corda.finance.flows
 
Buyer.RECEIVING - Class in net.corda.finance.flows
 
Buyer.RECORDING - Class in net.corda.finance.flows
 
Buyer.SharedTx - Class in net.corda.finance.flows
 
Buyer.SIGNING - Class in net.corda.finance.flows
 
Buyer.VERIFYING - Class in net.corda.finance.flows
 

C

call() - Method in class net.corda.client.jackson.StringToMethodCallParser.ParsedMethodCall
 
call() - Method in class net.corda.finance.flows.CashExitFlow
 
call() - Method in class net.corda.finance.flows.CashExitResponderFlow
 
call() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow
 
call() - Method in class net.corda.finance.flows.CashIssueFlow
 
call() - Method in class net.corda.finance.flows.CashPaymentFlow
 
call() - Method in class net.corda.finance.flows.CashPaymentReceiverFlow
 
call() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Primary
 
call() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Secondary
 
call() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
call() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.Seller
 
CashException - Class in net.corda.finance.flows
 
CashException(message, cause) - Constructor for class net.corda.finance.flows.CashException
 
CashExitFlow - Class in net.corda.finance.flows
Initiates a flow that produces an cash exit transaction.
CashExitFlow(amount, issuerRef, progressTracker) - Constructor for class net.corda.finance.flows.CashExitFlow
Initiates a flow that produces an cash exit transaction.
CashExitFlow(amount, issuerRef) - Constructor for class net.corda.finance.flows.CashExitFlow
 
CashExitFlow(request) - Constructor for class net.corda.finance.flows.CashExitFlow
 
CashExitFlow.Companion - Class in net.corda.finance.flows
 
CashExitFlow.ExitRequest - Class in net.corda.finance.flows
 
CashExitResponderFlow - Class in net.corda.finance.flows
 
CashExitResponderFlow(otherSide) - Constructor for class net.corda.finance.flows.CashExitResponderFlow
 
CashIssueAndPaymentFlow - Class in net.corda.finance.flows
Initiates a flow that self-issues cash and then send this to a recipient.
CashIssueAndPaymentFlow(amount, issueRef, recipient, anonymous, notary, progressTracker) - Constructor for class net.corda.finance.flows.CashIssueAndPaymentFlow
Initiates a flow that self-issues cash and then send this to a recipient.
CashIssueAndPaymentFlow(amount, issueRef, recipient, anonymous, notary) - Constructor for class net.corda.finance.flows.CashIssueAndPaymentFlow
 
CashIssueAndPaymentFlow(request) - Constructor for class net.corda.finance.flows.CashIssueAndPaymentFlow
 
CashIssueAndPaymentFlow.Companion - Class in net.corda.finance.flows
 
CashIssueAndPaymentFlow.IssueAndPaymentRequest - Class in net.corda.finance.flows
 
CashIssueFlow - Class in net.corda.finance.flows
Initiates a flow that self-issues cash (which should then be sent to recipient(s) using a payment transaction).
CashIssueFlow(amount, issuerBankPartyRef, notary, progressTracker) - Constructor for class net.corda.finance.flows.CashIssueFlow
Initiates a flow that self-issues cash (which should then be sent to recipient(s) using a payment transaction).
CashIssueFlow(amount, issuerBankPartyRef, notary) - Constructor for class net.corda.finance.flows.CashIssueFlow
 
CashIssueFlow(request) - Constructor for class net.corda.finance.flows.CashIssueFlow
 
CashIssueFlow.IssueRequest - Class in net.corda.finance.flows
 
CashPaymentFlow - Class in net.corda.finance.flows
Initiates a flow that sends cash to a recipient.
CashPaymentFlow(amount, recipient, anonymous, progressTracker, issuerConstraint, notary) - Constructor for class net.corda.finance.flows.CashPaymentFlow
Initiates a flow that sends cash to a recipient.
CashPaymentFlow(amount, recipient) - Constructor for class net.corda.finance.flows.CashPaymentFlow
A straightforward constructor that constructs spends using cash states of any issuer.
CashPaymentFlow(amount, recipient, anonymous) - Constructor for class net.corda.finance.flows.CashPaymentFlow
A straightforward constructor that constructs spends using cash states of any issuer.
CashPaymentFlow(amount, recipient, anonymous, notary) - Constructor for class net.corda.finance.flows.CashPaymentFlow
 
CashPaymentFlow(request) - Constructor for class net.corda.finance.flows.CashPaymentFlow
 
CashPaymentFlow.PaymentRequest - Class in net.corda.finance.flows
 
CashPaymentReceiverFlow - Class in net.corda.finance.flows
 
CashPaymentReceiverFlow(otherSide) - Constructor for class net.corda.finance.flows.CashPaymentReceiverFlow
 
CashSchema - Class in net.corda.finance.test
An object used to fully qualify the class CashSchema family name (i.e. independent of version).
CashSelectionH2Impl - Class in net.corda.finance.workflows.asset.selection
 
CashSelectionH2Impl() - Constructor for class net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
 
CashSelectionH2Impl.Companion - Class in net.corda.finance.workflows.asset.selection
 
CashSelectionOracleImpl - Class in net.corda.finance.workflows.asset.selection
 
CashSelectionOracleImpl() - Constructor for class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
CashSelectionOracleImpl.Companion - Class in net.corda.finance.workflows.asset.selection
 
CashSelectionPostgreSQLImpl - Class in net.corda.finance.workflows.asset.selection
 
CashSelectionPostgreSQLImpl() - Constructor for class net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
 
CashSelectionPostgreSQLImpl.Companion - Class in net.corda.finance.workflows.asset.selection
 
CashUtils - Class in net.corda.finance.workflows.asset
 
checkPassWordObfuscation(lines) - Method in class net.corda.testing.tools.DeploymentHealthCheckTestUtils
 
checkProposal(stx) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Instigator
 
checkProposal(stx) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Primary
 
checkReport(lines, checkList, floatExists) - Method in class net.corda.testing.tools.DeploymentHealthCheckTestUtils
 
childProgressTracker() - Method in class net.corda.finance.flows.Buyer.COLLECTING_SIGNATURES
 
childProgressTracker() - Method in class net.corda.finance.flows.Companion.VERIFYING_AND_SIGNING
 
close() - Method in class net.corda.client.rpc.ext.MultiRPCClient
 
close() - Method in interface net.corda.client.rpc.RPCConnection
 
close($this) - Static method in class net.corda.client.rpc.RPCConnection.DefaultImpls
 
ClusterSpec - Class in net.corda.testing.node
Abstract class specifying information about the consensus algorithm used for a cluster of nodes.
ClusterSpec() - Constructor for class net.corda.testing.node.ClusterSpec
Abstract class specifying information about the consensus algorithm used for a cluster of nodes.
ClusterSpec.Raft - Class in net.corda.testing.node
A class representing the configuration of a raft consensus algorithm used for a cluster of nodes.
command(signers, commandData) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Adds a command to the transaction.
command(signer, commandData) - Method in class net.corda.testing.dsl.TransactionDSL
Adds a command to the transaction.
command(signers, commandData) - Method in class net.corda.testing.dsl.TransactionDSL
Adds a command to the transaction.
command(signers, commandData) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Adds a command to the transaction.
CommercialPaperUtils - Class in net.corda.finance.workflows
 
Companion - Static variable in class net.corda.client.jackson.StringToClassParser
Deprecated. 
Companion - Static variable in class net.corda.client.jackson.StringToMethodCallParser
 
Companion - Static variable in class net.corda.client.rpc.CordaRPCClient
 
Companion - Static variable in class net.corda.client.rpc.CordaRPCClientConfiguration
 
Companion - Static variable in class net.corda.client.rpc.CordaRPCConnection
 
Companion - Static variable in class net.corda.client.rpc.ext.MultiRPCClient
Deprecated. 
Companion - Static variable in class net.corda.finance.flows.AbstractCashFlow
 
Companion - Static variable in class net.corda.finance.flows.CashExitFlow
 
Companion - Static variable in class net.corda.finance.flows.CashIssueAndPaymentFlow
 
Companion - Static variable in class net.corda.finance.flows.TwoPartyDealFlow.Primary
 
Companion - Static variable in class net.corda.finance.flows.TwoPartyDealFlow.Secondary
 
Companion - Static variable in class net.corda.finance.flows.TwoPartyTradeFlow.Seller
 
Companion - Static variable in class net.corda.finance.workflows.asset.selection.AbstractCashSelection
 
Companion - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
 
Companion - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
Companion - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
 
Companion - Static variable in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
Companion - Static variable in class net.corda.testing.driver.JmxPolicy
 
Companion - Static variable in class net.corda.testing.driver.PortAllocation
 
Companion - Static variable in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
Companion - Static variable in class net.corda.testing.http.HttpApi
 
Companion - Static variable in class net.corda.testing.node.InMemoryMessagingNetwork
 
Companion - Static variable in class net.corda.testing.node.InMemoryMessagingNetwork.MessageTransfer
 
Companion - Static variable in class net.corda.testing.node.InMemoryMessagingNetwork.MockMessagingService
 
Companion - Static variable in class net.corda.testing.node.MockServices
 
Companion - Static variable in class net.corda.testing.node.StartedMockNode
 
Companion - Static variable in class net.corda.testing.node.TestCordapp
 
Companion - Static variable in class net.corda.testing.node.UnstartedMockNode
 
Companion.AWAITING_PROPOSAL - Class in net.corda.finance.flows
 
Companion.COLLECTING_SIGNATURES - Class in net.corda.finance.flows
 
Companion.FINALISING_TX - Class in net.corda.finance.flows
 
Companion.GENERATING_ID - Class in net.corda.finance.flows
 
Companion.GENERATING_ID - Class in net.corda.finance.flows
 
Companion.GENERATING_TX - Class in net.corda.finance.flows
 
Companion.RECEIVING - Class in net.corda.finance.flows
 
Companion.RECORDING - Class in net.corda.finance.flows
 
Companion.SENDING_PROPOSAL - Class in net.corda.finance.flows
 
Companion.SIGNING - Class in net.corda.finance.flows
 
Companion.SIGNING_TX - Class in net.corda.finance.flows
 
Companion.VERIFYING - Class in net.corda.finance.flows
 
Companion.VERIFYING_AND_SIGNING - Class in net.corda.finance.flows
 
component1() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
Deprecated. 
component1() - Method in class net.corda.finance.flows.AbstractCashFlow.Result
the signed transaction.
component1() - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
component1() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
 
component1() - Method in class net.corda.finance.flows.Buyer.SharedTx
 
component1() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
 
component1() - Method in class net.corda.testing.driver.DriverParameters
Indicates whether the spawned nodes should start in jdwt debug mode and have debug level logging.
component1() - Method in class net.corda.testing.driver.JmxPolicy
Indicates whether the spawned nodes should start with a Jolokia JMX agent to enable remote
component1() - Method in class net.corda.testing.driver.NodeParameters
Optional name of the node,
component1() - Method in class net.corda.testing.driver.NotaryHandle
 
component1() - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
The
component1() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
component1() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
A reference to the enclosing ledger{..}
component1() - Method in class net.corda.testing.node.ClusterSpec.Raft
The number of nodes within the cluster.
component1() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
The
component1() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
An integer giving the node an ID on the
component1() - Method in class net.corda.testing.node.MockNetworkNotarySpec
The name of the notary node.
component1() - Method in class net.corda.testing.node.MockNetworkParameters
If false then messages will not be routed from sender to receiver until you use
component1() - Method in class net.corda.testing.node.MockNodeParameters
Override the ID to use for the node.
component1() - Method in class net.corda.testing.node.NotarySpec
The name of the notary.
component1() - Method in class net.corda.testing.node.User
The rpc user
component10() - Method in class net.corda.testing.driver.DriverParameters
A
component10() - Method in class net.corda.testing.driver.NodeParameters
optional override for RPC address on which node will be accepting RPC connections from the clients.
component11() - Method in class net.corda.testing.driver.DriverParameters
Used to specify whether to expose JMX metrics via Jolokia HHTP/JSON.
component11() - Method in class net.corda.testing.driver.NodeParameters
 
component12() - Method in class net.corda.testing.driver.DriverParameters
The network parameters to be used by all the nodes.
component13() - Method in class net.corda.testing.driver.DriverParameters
Extra settings that need to be passed to the notary.
component14() - Method in class net.corda.testing.driver.DriverParameters
Whether to use in-memory H2 for new nodes rather then on-disk
component15() - Method in class net.corda.testing.driver.DriverParameters
component16() - Method in class net.corda.testing.driver.DriverParameters
 
component17() - Method in class net.corda.testing.driver.DriverParameters
Location of a JAR containing the Java APIs for the DJVM to use.
component18() - Method in class net.corda.testing.driver.DriverParameters
Locations of JARs of user-supplied classes to execute within the DJVM sandbox.
component19() - Method in class net.corda.testing.driver.DriverParameters
 
component2() - Method in class net.corda.finance.flows.AbstractCashFlow.Result
the identity used for the other side of the transaction,
component2() - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
component2() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
the
component2() - Method in class net.corda.finance.flows.Buyer.SharedTx
 
component2() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
anonymous identity of the seller,
component2() - Method in class net.corda.testing.driver.DriverParameters
The base directory node directories go into,
component2() - Method in class net.corda.testing.driver.JmxPolicy
The port allocation strategy to use for remote Jolokia/JMX monitoring over HTTP.
component2() - Method in class net.corda.testing.driver.NodeParameters
List of users who are authorised to use the RPC system.
component2() - Method in class net.corda.testing.driver.NotaryHandle
 
component2() - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
The
component2() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
 
component2() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
The node
component2() - Method in class net.corda.testing.node.MockNetworkNotarySpec
Boolean for whether the notary is validating or non-validating.
component2() - Method in class net.corda.testing.node.MockNetworkParameters
If true then each node will be run in its own thread.
component2() - Method in class net.corda.testing.node.MockNodeParameters
The
component2() - Method in class net.corda.testing.node.NotarySpec
Boolean for whether the notary is validating or non-validating.
component2() - Method in class net.corda.testing.node.User
The rpc user
component20() - Method in class net.corda.testing.driver.DriverParameters
 
component21() - Method in class net.corda.testing.driver.DriverParameters
Whether to use a prebuilt H2 database schema or start from an empty schema.
component3() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
the
component3() - Method in class net.corda.testing.driver.DriverParameters
The port allocation strategy to use for the messaging and the web server addresses.
component3() - Method in class net.corda.testing.driver.NodeParameters
The type of transaction verifier to use.
component3() - Method in class net.corda.testing.driver.NotaryHandle
 
component3() - Method in class net.corda.testing.node.MockNetworkParameters
How messages are load balanced in the case where a single compound identity
component3() - Method in class net.corda.testing.node.MockNodeParameters
the initial entropy value to use when generating keys.
component3() - Method in class net.corda.testing.node.NotarySpec
A list of users able to instigate RPC for this node or cluster of nodes.
component3() - Method in class net.corda.testing.node.User
A
component4() - Method in class net.corda.testing.driver.DriverParameters
The port allocation strategy to use for jvm debugging.
component4() - Method in class net.corda.testing.driver.NodeParameters
A map of custom node configuration overrides.
component4() - Method in class net.corda.testing.node.MockNetworkParameters
The notaries to use in the mock network.
component4() - Method in class net.corda.testing.node.MockNodeParameters
Add/override behaviour of the
component4() - Method in class net.corda.testing.node.NotarySpec
How the notary will verify transactions.
component5() - Method in class net.corda.testing.driver.DriverParameters
A Map of extra system properties which will be given to each new node.
component5() - Method in class net.corda.testing.driver.NodeParameters
Determines if the node should be started inside the same process the Driver is running
component5() - Method in class net.corda.testing.node.MockNetworkParameters
The network parameters to be used by all the nodes.
component5() - Method in class net.corda.testing.node.MockNodeParameters
component5() - Method in class net.corda.testing.node.NotarySpec
component6() - Method in class net.corda.testing.driver.DriverParameters
If true the test clock will be used in Node.
component6() - Method in class net.corda.testing.driver.NodeParameters
The maximum JVM heap size to use for the node.
component6() - Method in class net.corda.testing.node.MockNetworkParameters
component6() - Method in class net.corda.testing.node.NotarySpec
Should the notary be started in process.
component7() - Method in class net.corda.testing.driver.DriverParameters
Provides the default behaviour of whether new nodes should start inside this process or
component7() - Method in class net.corda.testing.driver.NodeParameters
Additional
component8() - Method in class net.corda.testing.driver.DriverParameters
If true,
component8() - Method in class net.corda.testing.driver.NodeParameters
 
component9() - Method in class net.corda.testing.driver.DriverParameters
The notaries advertised for this network.
component9() - Method in class net.corda.testing.driver.NodeParameters
log level to be passed as parameter to an out of process node.
ConnectionFailureException - Class in net.corda.client.rpc
Signals that the underlying interface RPCConnection dropped.
ConnectionFailureException(cause) - Constructor for class net.corda.client.rpc.ConnectionFailureException
Signals that the underlying interface RPCConnection dropped.
ConnectionFailureException() - Constructor for class net.corda.client.rpc.ConnectionFailureException
Signals that the underlying interface RPCConnection dropped.
copy(stx, recipient) - Method in class net.corda.finance.flows.AbstractCashFlow.Result
Combined signed transaction and identity lookup map, which is the resulting data from regular cash flows. Specialised flows for unit tests differ from this.
copy(notary, dealBeingOffered) - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
copy(payload, primaryIdentity, secondaryIdentity) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
This object is serialised to the network and is the first flow message the seller sends to the buyer.
copy(tx, cashSigningPubKeys) - Method in class net.corda.finance.flows.Buyer.SharedTx
 
copy(price, payToIdentity) - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
This object is serialised to the network and is the first flow message the seller sends to the buyer.
copy(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters) - Method in class net.corda.testing.driver.DriverParameters
 
copy(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, cordappsForAllNodes) - Method in class net.corda.testing.driver.DriverParameters
 
copy(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes) - Method in class net.corda.testing.driver.DriverParameters
 
copy(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes, enableSNI) - Method in class net.corda.testing.driver.DriverParameters
 
copy(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes, enableSNI, djvmBootstrapSource, djvmCordaSource, environmentVariables, allowHibernateToManageAppSchema) - Method in class net.corda.testing.driver.DriverParameters
 
copy(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes, enableSNI, djvmBootstrapSource, djvmCordaSource, environmentVariables, allowHibernateToManageAppSchema, premigrateH2Database) - Method in class net.corda.testing.driver.DriverParameters
Builder for configuring a Driver.driver.
copy(startJmxHttpServer, jmxHttpServerPortAllocation) - Method in class net.corda.testing.driver.JmxPolicy
A class containing configuration information for Jolokia JMX, to be used when creating a node via the Driver.driver.
copy(providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize) - Method in class net.corda.testing.driver.NodeParameters
 
copy(providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize, additionalCordapps, flowOverrides) - Method in class net.corda.testing.driver.NodeParameters
 
copy(providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize, additionalCordapps, flowOverrides, logLevelOverride, rpcAddress, runMigration) - Method in class net.corda.testing.driver.NodeParameters
Parameters for creating a node for DriverDSL.startNode.
copy(identity, validating, nodeHandles) - Method in class net.corda.testing.driver.NotaryHandle
Object ecapsulating a notary started automatically by the driver.
copy(listenAddress, process) - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
Class which represents a handle to a webserver process and its NetworkHostAndPort for testing purposes.
copy(services, labelToOutputStateAndRefs, transactionWithLocations, nonVerifiedTransactionWithLocations) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
copy(ledgerInterpreter, transactionBuilder, labelToIndexMap) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
This interpreter builds a transaction, and TransactionDSL.verifies that the resolved transaction is correct. Note that transactions corresponding to input states are not verified. Use LedgerDSL.verifies for that.
copy(clusterSize) - Method in class net.corda.testing.node.ClusterSpec.Raft
A class representing the configuration of a raft consensus algorithm used for a cluster of nodes.
copy(party) - Method in class net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
A class which represents information about nodes offering the same distributed service on the class InMemoryMessagingNetwork.
copy(id, name) - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
A class which represents information about an entity on the class InMemoryMessagingNetwork.
copy(name, validating) - Method in class net.corda.testing.node.MockNetworkNotarySpec
The spec for a notary which will used by the class MockNetwork to automatically start a notary node. This notary will become part of the network parameters used by all the nodes.
copy(networkSendManuallyPumped, threadPerNode, servicePeerAllocationStrategy, notarySpecs, networkParameters) - Method in class net.corda.testing.node.MockNetworkParameters
 
copy(networkSendManuallyPumped, threadPerNode, servicePeerAllocationStrategy, notarySpecs, networkParameters, cordappsForAllNodes) - Method in class net.corda.testing.node.MockNetworkParameters
Immutable builder for configuring a class MockNetwork.
copy(forcedID, legalName, entropyRoot, configOverrides) - Method in class net.corda.testing.node.MockNodeParameters
 
copy(forcedID, legalName, entropyRoot, configOverrides, additionalCordapps) - Method in class net.corda.testing.node.MockNodeParameters
Immutable builder for configuring a class StartedMockNode or an class UnstartedMockNode via MockNetwork.createNode and MockNetwork.createUnstartedNode. Kotlin users can also use the named parameters overloads of those methods which are more convenient.
copy(name, validating, rpcUsers, verifierType, cluster) - Method in class net.corda.testing.node.NotarySpec
 
copy(name, validating, rpcUsers, verifierType, cluster, startInProcess) - Method in class net.corda.testing.node.NotarySpec
A notary spec for describing a notary which will be started automatically by the driver and which will be part of the network parameters used by all the nodes.
copy(username, password, permissions) - Method in class net.corda.testing.node.User
Object encapsulating a node rpc user and their associated permissions for use when testing using the driver
copyDatabaseSnapshot(baseDirectory) - Method in class net.corda.testing.node.DatabaseSnapshot
 
CordaRPCClient - Class in net.corda.client.rpc
An RPC client connects to the specified server and allows you to make calls to the server that perform various useful tasks. Please see the Client RPC section of docs.corda.net to learn more about how this API works. A brief description is provided here.
CordaRPCClient(hostAndPort, configuration) - Constructor for class net.corda.client.rpc.CordaRPCClient
 
CordaRPCClient(hostAndPort, configuration, classLoader) - Constructor for class net.corda.client.rpc.CordaRPCClient
 
CordaRPCClient(hostAndPort, sslConfiguration, classLoader) - Constructor for class net.corda.client.rpc.CordaRPCClient
 
CordaRPCClient(hostAndPort, configuration, sslConfiguration, classLoader) - Constructor for class net.corda.client.rpc.CordaRPCClient
 
CordaRPCClient(haAddressPool, configuration, sslConfiguration, classLoader) - Constructor for class net.corda.client.rpc.CordaRPCClient
 
CordaRPCClient(hostAndPort, configuration, sslConfiguration, classLoader, customSerializers) - Constructor for class net.corda.client.rpc.CordaRPCClient
 
CordaRPCClient(haAddressPool, configuration, sslConfiguration, classLoader, customSerializers) - Constructor for class net.corda.client.rpc.CordaRPCClient
 
CordaRPCClient.Companion - Class in net.corda.client.rpc
 
CordaRPCClientConfiguration - Class in net.corda.client.rpc
Can be used to configure the RPC client connection.
CordaRPCClientConfiguration(connectionMaxRetryInterval, minimumServerProtocolVersion, trackRpcCallSites, reapInterval, observationExecutorPoolSize, connectionRetryInterval, connectionRetryIntervalMultiplier, maxReconnectAttempts, maxFileSize, deduplicationCacheExpiry) - Constructor for class net.corda.client.rpc.CordaRPCClientConfiguration
Can be used to configure the RPC client connection.
CordaRPCClientConfiguration() - Constructor for class net.corda.client.rpc.CordaRPCClientConfiguration
Can be used to configure the RPC client connection.
CordaRPCClientConfiguration.Companion - Class in net.corda.client.rpc
 
CordaRPCConnection - Class in net.corda.client.rpc
This class is essentially just a wrapper for an RPCConnection and can be treated identically.
CordaRPCConnection.Companion - Class in net.corda.client.rpc
 
cordaService(type) - Method in class net.corda.testing.node.MockServices
 
CouldNotStartFlowException - Class in net.corda.client.rpc.reconnect
Thrown when a flow start command died before receiving a net.corda.core.messaging.FlowHandle. On catching this exception, the typical behaviour is to run a "logical retry", meaning only retry the flow if the expected outcome did not occur.
CouldNotStartFlowException(cause) - Constructor for class net.corda.client.rpc.reconnect.CouldNotStartFlowException
Thrown when a flow start command died before receiving a net.corda.core.messaging.FlowHandle. On catching this exception, the typical behaviour is to run a "logical retry", meaning only retry the flow if the expected outcome did not occur.
CouldNotStartFlowException() - Constructor for class net.corda.client.rpc.reconnect.CouldNotStartFlowException
Thrown when a flow start command died before receiving a net.corda.core.messaging.FlowHandle. On catching this exception, the typical behaviour is to run a "logical retry", meaning only retry the flow if the expected outcome did not occur.
createDefaultMapper(info, factory, fuzzyIdentityMatch, fullParties) - Method in class net.corda.client.jackson.JacksonSupport
Creates a Jackson ObjectMapper that uses RPC to deserialise parties from string names.
createDefaultMapper(rpc, factory, fuzzyIdentityMatch, fullParties) - Method in class net.corda.client.jackson.JacksonSupport
Creates a Jackson ObjectMapper that uses RPC to deserialise parties from string names.
createInMemoryMapper(identityService, factory, fuzzyIdentityMatch, fullParties) - Method in class net.corda.client.jackson.JacksonSupport
Creates a Jackson ObjectMapper that uses an IdentityService directly inside the node to deserialise parties from string names.
createMockCordaService(serviceHub, serviceConstructor) - Static method in class net.corda.testing.node.MockServicesKt
Function which can be used to create a mock CordaService for use within testing, such as an Oracle.
createNode(parameters) - Method in class net.corda.testing.node.MockNetwork
Create a started node with the given parameters.
createNode(legalName, forcedID, entropyRoot, configOverrides) - Method in class net.corda.testing.node.MockNetwork
Create a started node with the given parameters.
createNonRpcMapper(factory, fullParties) - Method in class net.corda.client.jackson.JacksonSupport
For testing or situations where deserialising parties is not required
createPartyNode(legalName) - Method in class net.corda.testing.node.MockNetwork
Create a started node with the given identity.
createUnstartedNode(parameters) - Method in class net.corda.testing.node.MockNetwork
Create an unstarted node with the given parameters.
createUnstartedNode(legalName, forcedID, entropyRoot, configOverrides) - Method in class net.corda.testing.node.MockNetwork
Create an unstarted node with the given parameters.
Currencies - Class in net.corda.finance
 

D

DATA_SOURCE_CLASSNAME - Static variable in class net.corda.testing.database.DatabaseConstants
 
DATA_SOURCE_PASSWORD - Static variable in class net.corda.testing.database.DatabaseConstants
 
DATA_SOURCE_URL - Static variable in class net.corda.testing.database.DatabaseConstants
 
DATA_SOURCE_USER - Static variable in class net.corda.testing.database.DatabaseConstants
 
DatabaseConstants - Class in net.corda.testing.database
 
databaseFilename(baseDirectory) - Method in class net.corda.testing.node.DatabaseSnapshot
 
DatabaseSnapshot - Class in net.corda.testing.node
 
DbScriptRunner - Class in net.corda.testing.database
 
DEFAULT_START_PORT - Static variable in class net.corda.testing.driver.PortAllocation
 
defaultEnabled() - Method in class net.corda.testing.driver.JmxPolicy.Companion
Returns a default class JmxPolicy that turns on monitoring.
DeploymentHealthCheckTestUtils - Class in net.corda.testing.tools
 
deserialize(parser, context) - Method in class net.corda.client.jackson.JacksonSupport.AmountDeserializer
Deprecated.
 
deserialize(parser, context) - Method in class net.corda.client.jackson.JacksonSupport.AnonymousPartyDeserializer
Deprecated.
 
deserialize(parser, context) - Method in class net.corda.client.jackson.JacksonSupport.CordaX500NameDeserializer
Deprecated.
 
deserialize(parser, context) - Method in class net.corda.client.jackson.JacksonSupport.NodeInfoDeserializer
Deprecated.
 
deserialize(parser, ctxt) - Method in class net.corda.client.jackson.JacksonSupport.OpaqueBytesDeserializer
Deprecated.
 
deserialize(parser, context) - Method in class net.corda.client.jackson.JacksonSupport.PartyDeserializer
Deprecated.
 
deserialize(parser, context) - Method in class net.corda.client.jackson.JacksonSupport.PublicKeyDeserializer
Deprecated.
 
deserialize(parser, context) - Method in class net.corda.client.jackson.JacksonSupport.SecureHashDeserializer
Deprecated.
 
DistributedServiceHandle(party) - Constructor for class net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
A class which represents information about nodes offering the same distributed service on the class InMemoryMessagingNetwork.
DOLLARS(amount) - Static method in class net.corda.finance.Currencies
 
DOLLARS(amount) - Static method in class net.corda.finance.Currencies
 
DOLLARS(amount) - Static method in class net.corda.finance.Currencies
 
DoubleSpentInputs - Class in net.corda.testing.dsl
 
DoubleSpentInputs(ids) - Constructor for class net.corda.testing.dsl.DoubleSpentInputs
 
Driver - Class in net.corda.testing.driver
 
driver(defaultParameters, dsl) - Static method in class net.corda.testing.driver.Driver
Driver.driver allows one to start up nodes like this: driver { val noService = startNode(providedName = DUMMY_BANK_A.name) val notary = startNode(providedName = DUMMY_NOTARY.name)
DriverDSL - Interface in net.corda.testing.driver
Underlying interface for the driver DSL. Do not instantiate directly, instead use the Driver.driver function.
DriverDSL.DefaultImpls - Class in net.corda.testing.driver
Underlying interface for the driver DSL. Do not instantiate directly, instead use the Driver.driver function.
DriverParameters - Class in net.corda.testing.driver
Builder for configuring a Driver.driver.
DriverParameters(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes, enableSNI, djvmBootstrapSource, djvmCordaSource, environmentVariables, allowHibernateToManageAppSchema, premigrateH2Database) - Constructor for class net.corda.testing.driver.DriverParameters
Builder for configuring a Driver.driver.
DriverParameters() - Constructor for class net.corda.testing.driver.DriverParameters
Builder for configuring a Driver.driver.
DriverParameters(cordappsForAllNodes) - Constructor for class net.corda.testing.driver.DriverParameters
 
DriverParameters(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes) - Constructor for class net.corda.testing.driver.DriverParameters
 
DriverParameters(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes, enableSNI) - Constructor for class net.corda.testing.driver.DriverParameters
 
DriverParameters(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB) - Constructor for class net.corda.testing.driver.DriverParameters
 
DriverParameters(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters) - Constructor for class net.corda.testing.driver.DriverParameters
 
DriverParameters(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, inMemoryDB) - Constructor for class net.corda.testing.driver.DriverParameters
 
DriverParameters(isDebug, driverDirectory, portAllocation, debugPortAllocation, systemProperties, useTestClock, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, extraCordappPackagesToScan, jmxPolicy, networkParameters, notaryCustomOverrides, inMemoryDB, cordappsForAllNodes, enableSNI, djvmBootstrapSource, djvmCordaSource, environmentVariables, allowHibernateToManageAppSchema) - Constructor for class net.corda.testing.driver.DriverParameters
 
DuplicateOutputLabel - Class in net.corda.testing.dsl
 
DuplicateOutputLabel(label) - Constructor for class net.corda.testing.dsl.DuplicateOutputLabel
 

E

EnforceVerifyOrFail - Class in net.corda.testing.dsl
If you jumped here from a compiler error make sure the last line of your test tests for a transaction verify or fail. This is a dummy type that can only be instantiated by functions in this module. This way we can ensure that all tests will have as the last line either an accept or a failure test. The name is deliberately long to help make sense of the triggered diagnostic.
EnterpriseCashSelectionSQLServerImpl - Class in net.corda.finance.workflows.asset.selection
SQL Server / SQL Azure
EnterpriseCashSelectionSQLServerImpl() - Constructor for class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
SQL Server / SQL Azure
EnterpriseCashSelectionSQLServerImpl.Companion - Class in net.corda.finance.workflows.asset.selection
 
equals(other) - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
 
equals(p) - Method in class net.corda.finance.flows.AbstractCashFlow.Result
 
equals(p) - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
equals(p) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
 
equals(p) - Method in class net.corda.finance.flows.Buyer.SharedTx
 
equals(p) - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
 
equals(p) - Method in class net.corda.testing.driver.DriverParameters
 
equals(p) - Method in class net.corda.testing.driver.JmxPolicy
 
equals(p) - Method in class net.corda.testing.driver.NodeParameters
 
equals(p) - Method in class net.corda.testing.driver.NotaryHandle
 
equals(p) - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
 
equals(p) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
equals(p) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
 
equals(p) - Method in class net.corda.testing.node.ClusterSpec.Raft
 
equals(p) - Method in class net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
 
equals(other) - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
 
equals(p) - Method in class net.corda.testing.node.MockNetworkNotarySpec
 
equals(p) - Method in class net.corda.testing.node.MockNetworkParameters
 
equals(p) - Method in class net.corda.testing.node.MockNodeParameters
 
equals(p) - Method in class net.corda.testing.node.NotarySpec
 
equals(p) - Method in class net.corda.testing.node.User
 
executeQuery(connection, amount, lockId, notary, onlyFromIssuerParties, withIssuerRefs, withResultSet) - Method in class net.corda.finance.workflows.asset.selection.AbstractCashSelection
A vendor specific query(ies) to gather Cash states that are available.
executeQuery(connection, amount, lockId, notary, onlyFromIssuerParties, withIssuerRefs, withResultSet) - Method in class net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
 
executeQuery(connection, amount, lockId, notary, onlyFromIssuerParties, withIssuerRefs, withResultSet) - Method in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
executeQuery(connection, amount, lockId, notary, onlyFromIssuerParties, withIssuerRefs, withResultSet) - Method in class net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
 
executeQuery(connection, amount, lockId, notary, onlyFromIssuerParties, withIssuerRefs, withResultSet) - Method in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
ExitRequest(amount, issuerRef) - Constructor for class net.corda.finance.flows.CashExitFlow.ExitRequest
 

F

FailedParse(e) - Constructor for class net.corda.client.jackson.UnparseableCallException.FailedParse
 
fails() - Method in class net.corda.testing.dsl.LedgerDSL
Asserts that Verifies.verifies throws, with no condition on the exception message.
fails() - Method in class net.corda.testing.dsl.TransactionDSL
Asserts that Verifies.verifies throws, with no condition on the exception message.
fails($this) - Static method in class net.corda.testing.dsl.Verifies.DefaultImpls
Asserts that Verifies.verifies throws, with no condition on the exception message.
fails() - Method in interface net.corda.testing.dsl.Verifies
Asserts that Verifies.verifies throws, with no condition on the exception message.
fails with(msg) - Method in class net.corda.testing.dsl.LedgerDSL
 
fails with(msg) - Method in class net.corda.testing.dsl.TransactionDSL
 
fails with($this, msg) - Static method in class net.corda.testing.dsl.Verifies.DefaultImpls
 
fails with(msg) - Method in interface net.corda.testing.dsl.Verifies
 
failsWith(expectedMessage) - Method in class net.corda.testing.dsl.LedgerDSL
Asserts that verifies() throws.
failsWith(expectedMessage) - Method in class net.corda.testing.dsl.TransactionDSL
Asserts that verifies() throws.
failsWith($this, expectedMessage) - Static method in class net.corda.testing.dsl.Verifies.DefaultImpls
Asserts that verifies() throws.
failsWith(expectedMessage) - Method in interface net.corda.testing.dsl.Verifies
Asserts that verifies() throws.
finaliseTx(tx, sessions, message) - Method in class net.corda.finance.flows.AbstractCashFlow
 
FinanceWorkflowsUtilsKt - Class in net.corda.finance.workflows.utils
 
findCordapp(scanPackage) - Method in class net.corda.testing.node.TestCordapp.Companion
Scans the current classpath to find the CorDapp that contains the given package. All the CorDapp's metdata present in its MANIFEST are inherited. If more than one location containing the package is found then an exception is thrown. An exception is also thrown if no CorDapp is found.
findStateMachines(flowClass) - Method in class net.corda.testing.node.StartedMockNode
Returns the currently live flows of type flowClass, and their corresponding result future.
FIRST_EPHEMERAL_PORT - Static variable in class net.corda.testing.driver.PortAllocation
 
FlowTestsUtilsKt - Class in net.corda.testing.flows
 
forceClose() - Method in class net.corda.client.rpc.CordaRPCConnection
Closes this client without notifying the server.
forceClose() - Method in interface net.corda.client.rpc.RPCConnection
Closes this client without notifying the server.
from($receiver, session) - Static method in class net.corda.testing.flows.FlowTestsUtilsKt
Extracts data from a [MapFlowSession,UntrustworthyData] without performing checks and casting to R.
from($receiver, session) - Static method in class net.corda.testing.flows.FlowTestsUtilsKt
Creates a [Pair(session, Class)] from this Class.
from($receiver, session) - Static method in class net.corda.testing.flows.FlowTestsUtilsKt
Creates a [Pair(session, Class)] from this KClass.
fromHostAndPort(hostAndPort, base, protocol, mapper) - Method in class net.corda.testing.http.HttpApi.Companion
 

G

generateCashIssue(tx, obligor, acceptableContract, amount, dueBefore, beneficiary, notary) - Method in class net.corda.finance.workflows.asset.ObligationUtils
Puts together an issuance transaction for the specified currency obligation amount that starts out being owned by the given pubkey.
generateCloseOutNetting(tx, signer, inputs) - Method in class net.corda.finance.workflows.asset.ObligationUtils
Generate a transaction performing close-out netting of two or more states.
generateExit(tx, amountIssued, assetStates) - Method in class net.corda.finance.workflows.asset.ObligationUtils
Generate an transaction exiting an obligation from the ledger.
generateIssue(tx, obligor, issuanceDef, pennies, beneficiary, notary) - Method in class net.corda.finance.workflows.asset.ObligationUtils
Puts together an issuance transaction for the specified amount that starts out being owned by the given pubkey.
generateIssue(issuance, faceValue, maturityDate, notary) - Method in class net.corda.finance.workflows.CommercialPaperUtils
Returns a transaction that issues commercial paper, owned by the issuing parties key. Does not update an existing transaction because you aren't able to issue multiple pieces of CP in a single transaction at the moment: this restriction is not fundamental and may be lifted later.
generateMove(tx, paper, newOwner) - Method in class net.corda.finance.workflows.CommercialPaperUtils
Updates the given partial transaction with an input/output/command to reassign ownership of the paper.
generatePaymentNetting(tx, issued, notary, inputs) - Method in class net.corda.finance.workflows.asset.ObligationUtils
 
generateRedeem(tx, paper, services, ourIdentity) - Method in class net.corda.finance.workflows.CommercialPaperUtils
Intended to be called by the issuer of some commercial paper, when an owner has notified us that they wish to redeem the paper. We must therefore send enough money to the key that owns the paper to satisfy the face value, and then ensure the paper is removed from the ledger.
generateSetLifecycle(tx, statesAndRefs, lifecycle, notary) - Method in class net.corda.finance.workflows.asset.ObligationUtils
Generate a transaction changing the lifecycle of one or more state objects.
generateSettle(tx, statesAndRefs, assetStatesAndRefs, moveCommand, notary) - Method in class net.corda.finance.workflows.asset.ObligationUtils
 
generateSpend(services, tx, amount, to, onlyFromParties) - Method in class net.corda.finance.workflows.asset.CashUtils
Deprecated. 
generateSpend(services, tx, amount, ourIdentity, to, onlyFromParties, anonymous) - Method in class net.corda.finance.workflows.asset.CashUtils
Generate a transaction that moves an amount of currency to the given party.
generateSpend(services, tx, payments, onlyFromParties) - Method in class net.corda.finance.workflows.asset.CashUtils
Deprecated. 
generateSpend(services, tx, payments, ourIdentity, onlyFromParties, anonymous) - Method in class net.corda.finance.workflows.asset.CashUtils
Generate a transaction that moves money of the given amounts to the recipients specified.
getAdditionalCordapps() - Method in class net.corda.testing.driver.NodeParameters
Additional
getAdditionalCordapps() - Method in class net.corda.testing.node.MockNodeParameters
getAllowHibernateToManageAppSchema() - Method in class net.corda.testing.driver.DriverParameters
 
getAmount() - Method in class net.corda.finance.flows.AbstractCashFlow.AbstractRequest
 
getAmount() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow
the amount of currency to issue.
getAmount() - Method in class net.corda.finance.flows.CashPaymentFlow
the amount of a currency to pay to the recipient.
getAnonymous() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow
if true,
getAnonymous() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow.IssueAndPaymentRequest
 
getAnonymous() - Method in class net.corda.finance.flows.CashPaymentFlow
whether to anonymous the recipient party.
getAnonymous() - Method in class net.corda.finance.flows.CashPaymentFlow.PaymentRequest
 
getArgs() - Method in class net.corda.client.jackson.StringToMethodCallParser.ParsedMethodCall
 
getAttachmentIdAndBytes(jar) - Method in class net.corda.testing.services.MockAttachmentStorage
 
getAttachments() - Method in class net.corda.testing.node.MockServices
 
getAvailableCommands() - Method in class net.corda.client.jackson.StringToMethodCallParser
Returns a string-to-string map of commands to a string describing available parameter types.
getAvailableComponentHashes() - Method in class net.corda.client.jackson.JacksonSupport.WireTransactionMixin
Deprecated.
 
getAvailableComponents() - Method in class net.corda.client.jackson.JacksonSupport.WireTransactionMixin
Deprecated.
 
getBackoffBase() - Method in class net.corda.testing.node.MockNetFlowTimeOut
 
GetBalances - Class in net.corda.finance.workflows
 
getBaseDirectory() - Method in interface net.corda.testing.driver.NodeHandle
The location of the node's base directory
getCashBalance($receiver, currency) - Static method in class net.corda.finance.workflows.GetBalances
 
getCashBalance($receiver, currency) - Static method in class net.corda.finance.workflows.GetBalances
 
getCashBalances($receiver) - Static method in class net.corda.finance.workflows.GetBalances
 
getCashBalances($receiver) - Static method in class net.corda.finance.workflows.GetBalances
 
getCashSigningPubKeys() - Method in class net.corda.finance.flows.Buyer.SharedTx
 
getCHF() - Static method in class net.corda.finance.Currencies
 
getClassName() - Method in class net.corda.testing.node.MockNetNotaryConfig
 
getClassName() - Method in class net.corda.testing.node.MockNetworkNotarySpec
String the optional name of a notary service class to load. If null, a builtin notary is loaded.
getClock() - Method in class net.corda.testing.node.MockServices
 
getCluster() - Method in class net.corda.testing.node.NotarySpec
getClusterSize() - Method in class net.corda.testing.node.ClusterSpec
The number of nodes within the cluster.
getClusterSize() - Method in class net.corda.testing.node.ClusterSpec.Raft
The number of nodes within the cluster.
getConfig() - Method in class net.corda.testing.node.TestCordapp
Returns the config for on this CorDapp, defaults to empty if not specified.
getConfigOverrides() - Method in class net.corda.testing.node.MockNodeParameters
Add/override behaviour of the
getConnectionMaxRetryInterval() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
The maximum retry interval for re-connections.
getConnectionOpt() - Method in interface net.corda.client.rpc.ext.RPCConnectionListener.ConnectionContext
 
getConnectionRetryInterval() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
The base retry interval for reconnection attempts.
getConnectionRetryIntervalMultiplier() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
The retry interval multiplier for exponential backoff.
getContractUpgradeService() - Method in class net.corda.testing.node.MockServices
 
getCordaModule() - Method in class net.corda.client.jackson.JacksonSupport
Deprecated. 
getCordappClassloader() - Method in class net.corda.testing.node.MockServices
Returns the classloader containing all jar deployed in the 'cordapps' folder.
getCordappPackages() - Method in class net.corda.testing.node.MockNetwork
Deprecated. 
getCordappProvider() - Method in class net.corda.testing.node.MockServices
 
getCordappsForAllNodes() - Method in class net.corda.testing.driver.DriverParameters
getCordappsForAllNodes() - Method in class net.corda.testing.node.MockNetworkParameters
getCurrency() - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
getCurrency() - Method in class net.corda.finance.test.SampleCashSchemaV2.PersistentCashState
product type
getCurrency() - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
 
getCustomOverrides() - Method in class net.corda.testing.driver.NodeParameters
A map of custom node configuration overrides.
getDealBeingOffered() - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
getDebugPortAllocation() - Method in class net.corda.testing.driver.DriverParameters
The port allocation strategy to use for jvm debugging.
getDeduplicationCacheExpiry() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
The cache expiry of a deduplication watermark per client.
getDEFAULT() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration.Companion
Provides an instance of this class with the parameters set to our recommended defaults.
getDefaultAllocator() - Method in class net.corda.testing.driver.PortAllocation.Companion
 
getDefaultMapper() - Method in class net.corda.testing.http.HttpUtils
 
getDefaultNotaryHandle($this) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Returns the class NotaryHandle for the single notary on the network. Throws if there are none or more than one.
getDefaultNotaryHandle() - Method in interface net.corda.testing.driver.DriverDSL
Returns the class NotaryHandle for the single notary on the network. Throws if there are none or more than one.
getDefaultNotaryIdentity($this) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Returns the identity of the single notary on the network. Throws if there are none or more than one.
getDefaultNotaryIdentity() - Method in interface net.corda.testing.driver.DriverDSL
Returns the identity of the single notary on the network. Throws if there are none or more than one.
getDefaultNotaryIdentity() - Method in class net.corda.testing.node.MockNetwork
Return the identity of the default notary node.
getDefaultNotaryNode($this) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Returns a CordaFuture on the interface NodeHandle for the single-node notary on the network. Throws if there are no notaries or more than one, or if the notary is a distributed cluster.
getDefaultNotaryNode() - Method in interface net.corda.testing.driver.DriverDSL
Returns a CordaFuture on the interface NodeHandle for the single-node notary on the network. Throws if there are no notaries or more than one, or if the notary is a distributed cluster.
getDefaultNotaryNode() - Method in class net.corda.testing.node.MockNetwork
Returns the single notary node on the network. Throws an exception if there are none or more than one.
getDefaultParameters() - Method in class net.corda.testing.node.MockNetwork
The default parameters for the network.
getDiagnosticsService() - Method in class net.corda.testing.node.MockServices
 
getDjvmBootstrapSource() - Method in class net.corda.testing.driver.DriverParameters
Location of a JAR containing the Java APIs for the DJVM to use.
getDjvmCordaSource() - Method in class net.corda.testing.driver.DriverParameters
Locations of JARs of user-supplied classes to execute within the DJVM sandbox.
getDOLLARS($receiver) - Static method in class net.corda.finance.Currencies
 
getDOLLARS($receiver) - Static method in class net.corda.finance.Currencies
 
getDOLLARS($receiver) - Static method in class net.corda.finance.Currencies
 
getDriverDirectory() - Method in class net.corda.testing.driver.DriverParameters
The base directory node directories go into,
getEnableSNI() - Method in class net.corda.testing.driver.DriverParameters
 
getEndpointsExternal() - Method in class net.corda.testing.node.InMemoryMessagingNetwork
getEntropyRoot() - Method in class net.corda.testing.node.MockNodeParameters
the initial entropy value to use when generating keys.
getEnvironmentVariables() - Method in class net.corda.testing.driver.DriverParameters
 
getEUR() - Static method in class net.corda.finance.Currencies
 
getExpectedTypeName() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.AssetMismatchException
 
getExtraConfig() - Method in class net.corda.testing.node.MockNetNotaryConfig
 
getExtraCordappPackagesToScan() - Method in class net.corda.testing.driver.DriverParameters
Deprecated. 
getExtraDataSourceProperties() - Method in class net.corda.testing.node.MockNodeConfigOverrides
 
getFiles() - Method in class net.corda.testing.services.MockAttachmentStorage
A map of the currently stored files by their SecureHash
getFlowOverrides() - Method in class net.corda.testing.driver.NodeParameters
 
getFlowTimeout() - Method in class net.corda.testing.node.MockNodeConfigOverrides
 
getForcedID() - Method in class net.corda.testing.node.MockNodeParameters
Override the ID to use for the node.
getFuzzyIdentityMatch() - Method in class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
getFuzzyIdentityMatch() - Method in class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
getFuzzyIdentityMatch() - Method in class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
getGBP() - Static method in class net.corda.finance.Currencies
 
getId() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getId() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
An integer giving the node an ID on the
getId() - Method in class net.corda.testing.node.StartedMockNode
An identifier for the node. By default this is allocated sequentially in a class MockNetwork.
getId() - Method in class net.corda.testing.node.UnstartedMockNode
An identifier for the node. By default this is allocated sequentially in a class MockNetwork
getIdentity() - Method in class net.corda.testing.driver.NotaryHandle
 
getIdentityService() - Method in class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
getIdentityService() - Method in class net.corda.testing.node.MockServices
 
getInfo() - Method in class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
getInfo() - Method in class net.corda.testing.node.StartedMockNode
The NodeInfo for the underlying node.
getInMemoryDB() - Method in class net.corda.testing.driver.DriverParameters
Whether to use in-memory H2 for new nodes rather then on-disk
getInputs() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getInstance() - Method in class net.corda.finance.workflows.asset.selection.AbstractCashSelection.Companion
 
getInstance(metadata) - Method in class net.corda.finance.workflows.asset.selection.AbstractCashSelection.Companion
 
getInterpreter() - Method in class net.corda.testing.dsl.LedgerDSL
 
getIssuer() - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
X500Name of issuer party
getIssuerConstraint() - Method in class net.corda.finance.flows.CashPaymentFlow
if specified,
getIssuerConstraint() - Method in class net.corda.finance.flows.CashPaymentFlow.PaymentRequest
 
getIssueRef() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow
a reference to put on the issued currency.
getIssueRef() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow.IssueAndPaymentRequest
 
getIssueRef() - Method in class net.corda.finance.flows.CashIssueFlow.IssueRequest
 
getIssuerPartyHash() - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
getIssuerRef() - Method in class net.corda.finance.flows.CashExitFlow.ExitRequest
 
getIssuerRef() - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
getIssuerRef() - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
 
getISSUING_CASH() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow.Companion
 
getJmxAddress() - Method in interface net.corda.testing.driver.NodeHandle
Get the JMX server address for this node, if JMX is enabled
getJmxHttpServerPortAllocation() - Method in class net.corda.testing.driver.JmxPolicy
The port allocation strategy to use for remote Jolokia/JMX monitoring over HTTP.
getJmxPolicy() - Method in class net.corda.testing.driver.DriverParameters
Used to specify whether to expose JMX metrics via Jolokia HHTP/JSON.
getJPY() - Static method in class net.corda.finance.Currencies
 
getKeyManagementService() - Method in class net.corda.testing.node.MockServices
 
getLatestContractAttachments(contractClassName, minContractVersion) - Method in class net.corda.testing.services.MockAttachmentStorage
 
getLedgerInterpreter() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
A reference to the enclosing ledger{..}
getLedgerInterpreter() - Method in class net.corda.testing.dsl.TransactionDSL
A reference to the enclosing ledger{..}'s interpreter.
getLedgerInterpreter() - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
A reference to the enclosing ledger{..}'s interpreter.
getLegalName() - Method in class net.corda.testing.node.MockNodeParameters
The
getListenAddress() - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
The
getLogLevelOverride() - Method in class net.corda.testing.driver.NodeParameters
log level to be passed as parameter to an out of process node.
getMapper() - Method in class net.corda.testing.http.HttpApi
 
getMaxAttempts() - Method in class net.corda.client.rpc.GracefulReconnect
the maximum number of attempts per each individual RPC call.
getMaxFileSize() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
Maximum size of RPC responses,
getMaximumHeapSize() - Method in class net.corda.testing.driver.NodeParameters
The maximum JVM heap size to use for the node.
getMaximumHeapSize() - Method in class net.corda.testing.node.NotarySpec
 
getMaxReconnectAttempts() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
Maximum reconnect attempts on failover or disconnection.
getMaxRestartCount() - Method in class net.corda.testing.node.MockNetFlowTimeOut
 
getMerkleTree() - Method in class net.corda.client.jackson.JacksonSupport.WireTransactionMixin
Deprecated.
 
getMessageData() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.MessageTransfer
Data contained in this message transfer
getMethod() - Method in class net.corda.client.jackson.StringToMethodCallParser.ParsedMethodCall
 
getMethodMap() - Method in class net.corda.client.jackson.StringToMethodCallParser
The methods that can be invoked via this parser.
getMethodName() - Method in class net.corda.client.jackson.UnparseableCallException.UnknownMethod
 
getMethodParamNames() - Method in class net.corda.client.jackson.StringToMethodCallParser
A map of method name to parameter names for the target type.
getMigrationResource() - Method in class net.corda.finance.test.SampleCashSchemaV1
 
getMigrationResource() - Method in class net.corda.finance.test.SampleCashSchemaV2
 
getMigrationResource() - Method in class net.corda.finance.test.SampleCashSchemaV3
 
getMinimumServerProtocolVersion() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
The minimum protocol version required from the server. This is equivalent to the node's platform version number. If this minimum version is not met, an exception will be thrown at startup. If you use features introduced in a later version, you can bump this to match the platform version you need and get an early check that runs before you do anything.
getMsg() - Method in class net.corda.client.rpc.PermissionException
 
getMyInfo() - Method in class net.corda.testing.node.MockServices
 
getName() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
The node
getName() - Method in class net.corda.testing.node.MockNetworkNotarySpec
The name of the notary node.
getName() - Method in class net.corda.testing.node.NotarySpec
The name of the notary.
getNetworkMapCache() - Method in class net.corda.testing.node.MockServices
 
getNetworkParameters() - Method in class net.corda.testing.driver.DriverParameters
The network parameters to be used by all the nodes.
getNetworkParameters() - Method in class net.corda.testing.node.MockNetwork
The network parameters to be used by all the nodes.
getNetworkParameters() - Method in class net.corda.testing.node.MockNetworkParameters
The network parameters to be used by all the nodes.
getNetworkParameters() - Method in class net.corda.testing.node.MockServices
 
getNetworkParametersService() - Method in class net.corda.testing.node.MockServices
 
getNetworkSendManuallyPumped() - Method in class net.corda.testing.node.MockNetwork
If false then messages will not be routed from sender to receiver until you use
getNetworkSendManuallyPumped() - Method in class net.corda.testing.node.MockNetworkParameters
If false then messages will not be routed from sender to receiver until you use
getNextNodeId() - Method in class net.corda.testing.node.MockNetwork
In a mock network, nodes have an incrementing integer ID. Real networks do not have this. Returns the next ID that will be used.
getNodeHandles() - Method in class net.corda.testing.driver.NotaryHandle
 
getNodeInfo() - Method in interface net.corda.testing.driver.NodeHandle
Get the NodeInfo for this node
getNotary() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getNotary() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow
the notary to set on the output states.
getNotary() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow.IssueAndPaymentRequest
 
getNotary() - Method in class net.corda.finance.flows.CashIssueFlow.IssueRequest
 
getNotary() - Method in class net.corda.finance.flows.CashPaymentFlow
if not specified,
getNotary() - Method in class net.corda.finance.flows.CashPaymentFlow.PaymentRequest
 
getNotary() - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
getNotary() - Method in class net.corda.testing.node.MockNodeConfigOverrides
 
getNotaryChangeTx() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getNotaryCustomOverrides() - Method in class net.corda.testing.driver.DriverParameters
Extra settings that need to be passed to the notary.
getNotaryHandles() - Method in interface net.corda.testing.driver.DriverDSL
Returns a list of class NotaryHandles matching the list of class NotarySpecs passed into Driver.driver.
getNotaryNodes() - Method in class net.corda.testing.node.MockNetwork
Returns the list of notary nodes started by the network.
getNotaryParty() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Instigator
 
getNotaryParty() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Primary
 
getNotarySpecs() - Method in class net.corda.testing.driver.DriverParameters
The notaries advertised for this network.
getNotarySpecs() - Method in class net.corda.testing.node.MockNetwork
The notaries to use in the mock network.
getNotarySpecs() - Method in class net.corda.testing.node.MockNetworkParameters
The notaries to use in the mock network.
getObservationExecutorPoolSize() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
The number of threads to use for observations for executing
getOnDisconnect() - Method in class net.corda.client.rpc.GracefulReconnect
implement this callback to perform logic when the RPC disconnects on connection disconnect
getOnReconnect() - Method in class net.corda.client.rpc.GracefulReconnect
implement this callback to perform logic when the RPC has reconnected after connection disconnect
getOrReport($receiver, out) - Static method in class net.corda.client.jackson.StringToClassParserKt
Gets the value from the Try object if that contains successful result. In case of the failure it'll returns null and report using the provided PrintWriter or trow the exception if the PrintWriter is null
getOtherSideSession() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Acceptor
 
getOtherSideSession() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Instigator
 
getOtherSideSession() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Primary
 
getOtherSideSession() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Secondary
 
getOutputStates() - Method in class net.corda.client.jackson.JacksonSupport.WireTransactionMixin
Deprecated.
 
getOwner() - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
X500Name of owner party
getOwnerHash() - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
getP2pAddress() - Method in interface net.corda.testing.driver.NodeHandle
Get the p2p address for this node
getParameterNames() - Method in class net.corda.client.jackson.MappingException.UnknownParameter
 
getParamName() - Method in class net.corda.client.jackson.UnparseableCallException.MissingParameter
 
getParticipants() - Method in class net.corda.finance.test.SampleCashSchemaV2.PersistentCashState
 
getParticipants() - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
X500Name of participant parties
getParty() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
The
getPassword() - Method in class net.corda.testing.node.User
The rpc user
getPAYING_RECIPIENT() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow.Companion
 
getPayload() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
 
getPayload() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Instigator
 
getPayload() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Primary
 
getPayToIdentity() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
anonymous identity of the seller,
getPennies() - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
getPennies() - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
 
getPermissions() - Method in class net.corda.testing.node.User
A
getPortAllocation() - Method in class net.corda.testing.driver.DriverParameters
The port allocation strategy to use for the messaging and the web server addresses.
getPortCounter() - Method in class net.corda.testing.driver.PortAllocation.Incremental
Deprecated. 
getPOUNDS($receiver) - Static method in class net.corda.finance.Currencies
 
getPOUNDS($receiver) - Static method in class net.corda.finance.Currencies
 
getPOUNDS($receiver) - Static method in class net.corda.finance.Currencies
 
getPremigrateH2Database() - Method in class net.corda.testing.driver.DriverParameters
Whether to use a prebuilt H2 database schema or start from an empty schema.
getPrice() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
 
getPrimaryIdentity() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
the
getProcess() - Method in interface net.corda.testing.driver.OutOfProcess
The process in which this node is running
getProcess() - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
The
getProgressTracker() - Method in class net.corda.finance.flows.AbstractCashFlow
 
getProgressTracker() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Acceptor
 
getProgressTracker() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Instigator
 
getProgressTracker() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Primary
 
getProgressTracker() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Secondary
 
getProgressTracker() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
getProgressTracker() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.Seller
 
getProvidedName() - Method in class net.corda.testing.driver.NodeParameters
Optional name of the node,
getProxy() - Method in class net.corda.client.rpc.CordaRPCConnection
Holds a synthetic class that automatically forwards method calls to the server, and returns the response.
getProxy() - Method in interface net.corda.client.rpc.RPCConnection
Holds a synthetic class that automatically forwards method calls to the server, and returns the response.
getRandom() - Method in class net.corda.testing.node.ServicePeerAllocationStrategy.Random
 
getReapInterval() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
The interval of unused observable reaping.
getReceivedMessages() - Method in class net.corda.testing.node.InMemoryMessagingNetwork
A stream of (sender, message, recipients) triples containing messages once they have been received.
getRecipient() - Method in class net.corda.finance.flows.AbstractCashFlow.Result
the identity used for the other side of the transaction,
getRecipient() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow
the recipient of the currency
getRecipient() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow.IssueAndPaymentRequest
 
getRecipient() - Method in class net.corda.finance.flows.CashPaymentFlow
the party to pay the currency to.
getRecipient() - Method in class net.corda.finance.flows.CashPaymentFlow.PaymentRequest
 
getRecipients() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.MessageTransfer
 
getRegisteredCustomSerializers() - Method in class net.corda.client.rpc.CordaRPCClient
 
getRequiredSigningKeys() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getRoot() - Method in class net.corda.testing.http.HttpApi
 
getRpc() - Method in class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
getRpc() - Method in interface net.corda.testing.driver.NodeHandle
Interface to the node's RPC system. The first RPC user will be used to login if are any, otherwise a default one will be added and that will be used.
getRpcAddress() - Method in interface net.corda.testing.driver.NodeHandle
Get the rpc address for this node
getRpcAddress() - Method in class net.corda.testing.driver.NodeParameters
optional override for RPC address on which node will be accepting RPC connections from the clients.
getRpcAdminAddress() - Method in interface net.corda.testing.driver.NodeHandle
Get the rpc admin address for this node
getRpcUsers() - Method in interface net.corda.testing.driver.NodeHandle
Get a List of class User's for this node
getRpcUsers() - Method in class net.corda.testing.driver.NodeParameters
List of users who are authorised to use the RPC system.
getRpcUsers() - Method in class net.corda.testing.node.NotarySpec
A list of users able to instigate RPC for this node or cluster of nodes.
getRUB() - Static method in class net.corda.finance.Currencies
 
getRunMigration() - Method in class net.corda.testing.driver.NodeParameters
 
getSecondaryIdentity() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
the
getSender() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.MessageTransfer
 
getSentMessages() - Method in class net.corda.testing.node.InMemoryMessagingNetwork
A stream of (sender, message, recipients) triples containing messages once they have been sent by InMemoryMessagingNetwork.pumpSend.
getServerProtocolVersion() - Method in class net.corda.client.rpc.CordaRPCConnection
The RPC protocol version reported by the server.
getServerProtocolVersion() - Method in interface net.corda.client.rpc.RPCConnection
The RPC protocol version reported by the server.
getServiceLegalName() - Method in class net.corda.testing.node.MockNetNotaryConfig
 
getServicePeerAllocationStrategy() - Method in class net.corda.testing.node.MockNetwork
How messages are load balanced in the case where a single compound identity
getServicePeerAllocationStrategy() - Method in class net.corda.testing.node.MockNetworkParameters
How messages are load balanced in the case where a single compound identity
getServices() - Method in interface net.corda.testing.driver.InProcess
Services which are available to this node
getServices() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
getServices() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
 
getServices() - Method in class net.corda.testing.node.StartedMockNode
The ServiceHub for the underlying node.
getServicesForResolution() - Method in class net.corda.testing.node.MockServices
 
getSigs() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getStarted() - Method in class net.corda.testing.node.UnstartedMockNode
A class StartedMockNode object for this running node.
getStartInProcess() - Method in class net.corda.testing.node.NotarySpec
Should the notary be started in process.
getStartInSameProcess() - Method in class net.corda.testing.driver.NodeParameters
Determines if the node should be started inside the same process the Driver is running
getStartJmxHttpServer() - Method in class net.corda.testing.driver.JmxPolicy
Indicates whether the spawned nodes should start with a Jolokia JMX agent to enable remote
getStartNodesInProcess() - Method in class net.corda.testing.driver.DriverParameters
Provides the default behaviour of whether new nodes should start inside this process or
getStx() - Method in class net.corda.finance.flows.AbstractCashFlow.Result
the signed transaction.
getSWISS_FRANCS($receiver) - Static method in class net.corda.finance.Currencies
 
getSWISS_FRANCS($receiver) - Static method in class net.corda.finance.Currencies
 
getSWISS_FRANCS($receiver) - Static method in class net.corda.finance.Currencies
 
getSystemProperties() - Method in class net.corda.testing.driver.DriverParameters
A Map of extra system properties which will be given to each new node.
getTargetName() - Method in class net.corda.client.jackson.MappingException.UnknownParameter
 
getTargetType() - Method in class net.corda.client.jackson.StringToClassParser
 
getTEST_CALENDAR_NAMES() - Static method in class net.corda.finance.workflows.utils.FinanceWorkflowsUtilsKt
 
getThreadPerNode() - Method in class net.corda.testing.node.MockNetwork
If true then each node will be run in its own thread.
getThreadPerNode() - Method in class net.corda.testing.node.MockNetworkParameters
If true then each node will be run in its own thread.
getThrowableOpt() - Method in interface net.corda.client.rpc.ext.RPCConnectionListener.ConnectionContext
 
getTimeout() - Method in class net.corda.testing.node.MockNetFlowTimeOut
 
getTrackRpcCallSites() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
If set to true the client will track RPC call sites
getTransaction() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getTransactionBuilder() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
 
getTransactionsToVerify() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
getTransactionsUnverified() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
getTransactionVerifierService() - Method in class net.corda.testing.node.MockServices
 
getTx() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getTx() - Method in class net.corda.finance.flows.Buyer.SharedTx
 
getTxBits() - Method in class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
getTypeName() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.AssetMismatchException
 
getUSD() - Static method in class net.corda.finance.Currencies
 
getUserName() - Method in interface net.corda.client.rpc.ext.RPCConnectionListener.ConnectionContext
 
getUsername() - Method in class net.corda.testing.node.User
The rpc user
getUseTestClock() - Method in class net.corda.testing.driver.DriverParameters
If true the test clock will be used in Node.
getValidatedTransactions() - Method in class net.corda.testing.node.MockServices
 
getValidating() - Method in class net.corda.testing.driver.NotaryHandle
 
getValidating() - Method in class net.corda.testing.node.MockNetNotaryConfig
 
getValidating() - Method in class net.corda.testing.node.MockNetworkNotarySpec
Boolean for whether the notary is validating or non-validating.
getValidating() - Method in class net.corda.testing.node.NotarySpec
Boolean for whether the notary is validating or non-validating.
getVaultService() - Method in class net.corda.testing.node.MockServices
 
getVerifierType() - Method in class net.corda.testing.driver.NodeParameters
The type of transaction verifier to use.
getVerifierType() - Method in class net.corda.testing.node.NotarySpec
How the notary will verify transactions.
getWaitForAllNodesToFinish() - Method in class net.corda.testing.driver.DriverParameters
If true,
getWireTransactions() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
GracefulReconnect - Class in net.corda.client.rpc
GracefulReconnect provides the opportunity to perform certain logic when the RPC encounters a connection disconnect during communication with the node.
GracefulReconnect(onDisconnect, onReconnect, maxAttempts) - Constructor for class net.corda.client.rpc.GracefulReconnect
GracefulReconnect provides the opportunity to perform certain logic when the RPC encounters a connection disconnect during communication with the node.
GracefulReconnect() - Constructor for class net.corda.client.rpc.GracefulReconnect
GracefulReconnect provides the opportunity to perform certain logic when the RPC encounters a connection disconnect during communication with the node.
GracefulReconnect(onDisconnect, onReconnect, maxAttempts) - Constructor for class net.corda.client.rpc.GracefulReconnect
 

H

Handshake(payload, primaryIdentity, secondaryIdentity) - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.Handshake
This object is serialised to the network and is the first flow message the seller sends to the buyer.
hasAttachment(attachmentId) - Method in class net.corda.testing.services.MockAttachmentStorage
 
hashCode() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
 
hashCode() - Method in class net.corda.finance.flows.AbstractCashFlow.Result
 
hashCode() - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
hashCode() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
 
hashCode() - Method in class net.corda.finance.flows.Buyer.SharedTx
 
hashCode() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
 
hashCode() - Method in class net.corda.testing.driver.DriverParameters
 
hashCode() - Method in class net.corda.testing.driver.JmxPolicy
 
hashCode() - Method in class net.corda.testing.driver.NodeParameters
 
hashCode() - Method in class net.corda.testing.driver.NotaryHandle
 
hashCode() - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
 
hashCode() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
hashCode() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
 
hashCode() - Method in class net.corda.testing.node.ClusterSpec.Raft
 
hashCode() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
 
hashCode() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
 
hashCode() - Method in class net.corda.testing.node.MockNetworkNotarySpec
 
hashCode() - Method in class net.corda.testing.node.MockNetworkParameters
 
hashCode() - Method in class net.corda.testing.node.MockNodeParameters
 
hashCode() - Method in class net.corda.testing.node.NotarySpec
 
hashCode() - Method in class net.corda.testing.node.User
 
HttpApi - Class in net.corda.testing.http
 
HttpApi(root, mapper) - Constructor for class net.corda.testing.http.HttpApi
 
HttpApi.Companion - Class in net.corda.testing.http
 
HttpUtils - Class in net.corda.testing.http
A small set of utilities for making HttpCalls, aimed at demos and tests.

I

IdentityObjectMapper(identityService, factory, fuzzyIdentityMatch, isFullParties) - Constructor for class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
importAttachment(jar) - Method in class net.corda.testing.services.MockAttachmentStorage
 
importAttachment(jar, uploader, filename) - Method in class net.corda.testing.services.MockAttachmentStorage
 
importContractAttachment(contractClassNames, uploader, jar, attachmentId, signers) - Method in class net.corda.testing.services.MockAttachmentStorage
 
importContractAttachment(attachmentId, contractAttachment) - Method in class net.corda.testing.services.MockAttachmentStorage
 
importOrGetAttachment(jar) - Method in class net.corda.testing.services.MockAttachmentStorage
 
Incremental(startingPort) - Constructor for class net.corda.testing.driver.PortAllocation.Incremental
Deprecated.
 
InMemoryMessagingNetwork - Class in net.corda.testing.node
An in-memory network allows you to manufacture MockNodeMessagingServices for a set of participants. Each MockNodeMessagingService maintains a queue of messages it has received, and a background thread that dispatches messages one by one to registered handlers. Alternatively, a messaging system may be manually pumped, in which case no thread is created and a caller is expected to force delivery one at a time (this is useful for unit testing).
InMemoryMessagingNetwork.Companion - Class in net.corda.testing.node
 
InMemoryMessagingNetwork.DistributedServiceHandle - Class in net.corda.testing.node
A class which represents information about nodes offering the same distributed service on the class InMemoryMessagingNetwork.
InMemoryMessagingNetwork.LatencyCalculator - Interface in net.corda.testing.node
Implement this interface in order to inject artificial latency between sender/recipient pairs.
InMemoryMessagingNetwork.MessageTransfer - Class in net.corda.testing.node
A class which represents a message being transferred from sender to recipients, within the InMemoryMessageNetwork.
InMemoryMessagingNetwork.MockMessagingService - Class in net.corda.testing.node
A class that provides an abstraction over the nodes' messaging service that also contains the ability to receive messages from the queue for testing purposes.
InMemoryMessagingNetwork.PeerHandle - Class in net.corda.testing.node
A class which represents information about an entity on the class InMemoryMessagingNetwork.
InMemoryMessagingNetwork.ServicePeerAllocationStrategy - Class in net.corda.testing.node
How traffic is allocated in the case where multiple nodes share a single identity, which happens for notaries in a cluster. You don't normally ever need to change this: it is mostly useful for testing notary implementations.
InProcess - Interface in net.corda.testing.driver
Interface which represents an in process node and exposes available services.
InProcess.DefaultImpls - Class in net.corda.testing.driver
Interface which represents an in process node and exposes available services.
input(stateRef) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Adds an input reference to the transaction. Note that Verifies.verifies will resolve this reference.
input(stateLabel) - Method in class net.corda.testing.dsl.TransactionDSL
Looks up the output label and adds the found state as an input.
input(contractClassName, stateLabel) - Method in class net.corda.testing.dsl.TransactionDSL
 
input(contractClassName, state) - Method in class net.corda.testing.dsl.TransactionDSL
Creates an LedgerDSLInterpreter._unverifiedTransaction with a single output state and adds its reference as an input to the current transaction.
input(stateRef) - Method in class net.corda.testing.dsl.TransactionDSL
Adds an input reference to the transaction. Note that Verifies.verifies will resolve this reference.
input(stateRef) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Adds an input reference to the transaction. Note that Verifies.verifies will resolve this reference.
installCordaService(serviceClass) - Method in class net.corda.testing.node.UnstartedMockNode
Install a custom test-only CordaService.
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.AmountDeserializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.AmountSerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.AnonymousPartyDeserializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.AnonymousPartySerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.CordaX500NameDeserializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.CordaX500NameSerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport
Utilities and serialisers for working with JSON representations of basic types. This adds Jackson support for the java.time API, some core types, and Kotlin data classes.
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.NodeInfoDeserializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.NodeInfoSerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.OpaqueBytesDeserializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.OpaqueBytesSerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.PartyDeserializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.PartySerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.PublicKeyDeserializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.PublicKeySerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.SecureHashSerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.client.jackson.JacksonSupport.ToStringSerializer
Deprecated.
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.FINALISING_TX
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.GENERATING_ID
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.GENERATING_TX
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.SIGNING_TX
 
INSTANCE - Static variable in class net.corda.finance.flows.TwoPartyDealFlow
Classes for manipulating a two party deal or agreement.
INSTANCE - Static variable in class net.corda.finance.flows.Companion.GENERATING_ID
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.SENDING_PROPOSAL
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.COLLECTING_SIGNATURES
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.RECEIVING
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.RECORDING
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.SIGNING
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.VERIFYING
 
INSTANCE - Static variable in class net.corda.finance.flows.Buyer.COLLECTING_SIGNATURES
 
INSTANCE - Static variable in class net.corda.finance.flows.Buyer.RECEIVING
 
INSTANCE - Static variable in class net.corda.finance.flows.Buyer.RECORDING
 
INSTANCE - Static variable in class net.corda.finance.flows.Buyer.SIGNING
 
INSTANCE - Static variable in class net.corda.finance.flows.Buyer.VERIFYING
 
INSTANCE - Static variable in class net.corda.finance.flows.TwoPartyTradeFlow
This asset trading flow implements a "delivery vs payment" type swap. It has two parties (B and S for buyer and seller) and the following steps:
INSTANCE - Static variable in class net.corda.finance.flows.Companion.AWAITING_PROPOSAL
 
INSTANCE - Static variable in class net.corda.finance.flows.Companion.VERIFYING_AND_SIGNING
 
INSTANCE - Static variable in class net.corda.finance.test.CashSchema
An object used to fully qualify the class CashSchema family name (i.e. independent of version).
INSTANCE - Static variable in class net.corda.finance.test.SampleCashSchemaV1
First version of a cash contract ORM schema that maps all fields of the Cash contract state as it stood at the time of writing.
INSTANCE - Static variable in class net.corda.finance.test.SampleCashSchemaV2
Second version of a cash contract ORM schema that extends the CommonSchemaV1.FungibleState abstract schema.
INSTANCE - Static variable in class net.corda.finance.test.SampleCashSchemaV3
First version of a cash contract ORM schema that maps all fields of the Cash contract state as it stood at the time of writing.
INSTANCE - Static variable in class net.corda.finance.workflows.asset.CashUtils
 
INSTANCE - Static variable in class net.corda.finance.workflows.asset.ObligationUtils
 
INSTANCE - Static variable in class net.corda.finance.workflows.CommercialPaperUtils
 
INSTANCE - Static variable in class net.corda.testing.database.DatabaseConstants
 
INSTANCE - Static variable in class net.corda.testing.database.DbScriptRunner
 
INSTANCE - Static variable in class net.corda.testing.http.HttpUtils
A small set of utilities for making HttpCalls, aimed at demos and tests.
INSTANCE - Static variable in class net.corda.testing.node.DatabaseSnapshot
 
INSTANCE - Static variable in class net.corda.testing.tools.DeploymentHealthCheckTestUtils
 
Instigator(otherSideSession, payload, progressTracker) - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.Instigator
One side of the flow for inserting a pre-agreed deal.
invoke() - Method in class net.corda.client.jackson.StringToMethodCallParser.ParsedMethodCall
 
isCompatible(metadata) - Method in class net.corda.finance.workflows.asset.selection.AbstractCashSelection
Upon dynamically loading configured Cash Selection algorithms declared in META-INF/services this method determines whether the loaded implementation is compatible and usable with the currently loaded JDBC driver. Note: the first loaded implementation to pass this check will be used at run-time.
isCompatible(metadata) - Method in class net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
Upon dynamically loading configured Cash Selection algorithms declared in META-INF/services this method determines whether the loaded implementation is compatible and usable with the currently loaded JDBC driver. Note: the first loaded implementation to pass this check will be used at run-time.
isCompatible(metadata) - Method in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
Upon dynamically loading configured Cash Selection algorithms declared in META-INF/services this method determines whether the loaded implementation is compatible and usable with the currently loaded JDBC driver. Note: the first loaded implementation to pass this check will be used at run-time.
isCompatible(metadata) - Method in class net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
Upon dynamically loading configured Cash Selection algorithms declared in META-INF/services this method determines whether the loaded implementation is compatible and usable with the currently loaded JDBC driver. Note: the first loaded implementation to pass this check will be used at run-time.
isCompatible(metadata) - Method in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
Upon dynamically loading configured Cash Selection algorithms declared in META-INF/services this method determines whether the loaded implementation is compatible and usable with the currently loaded JDBC driver. Note: the first loaded implementation to pass this check will be used at run-time.
isDebug() - Method in class net.corda.testing.driver.DriverParameters
Indicates whether the spawned nodes should start in jdwt debug mode and have debug level logging.
isFullParties() - Method in class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
isFullParties() - Method in class net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
Deprecated.
 
isFullParties() - Method in class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
isFullParties() - Method in interface net.corda.client.jackson.JacksonSupport.PartyObjectMapper
 
isFullParties() - Method in class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
isStarted() - Method in class net.corda.testing.node.UnstartedMockNode
Whether this node has been started yet.
IssueAndPaymentRequest(amount, issueRef, recipient, notary, anonymous) - Constructor for class net.corda.finance.flows.CashIssueAndPaymentFlow.IssueAndPaymentRequest
 
issued by($receiver, deposit) - Static method in class net.corda.finance.Currencies
 
issued by($receiver, deposit) - Static method in class net.corda.finance.Currencies
 
issuedBy($receiver, deposit) - Static method in class net.corda.finance.Currencies
 
issuedBy($receiver, deposit) - Static method in class net.corda.finance.Currencies
 
IssueRequest(amount, issueRef, notary) - Constructor for class net.corda.finance.flows.CashIssueFlow.IssueRequest
 

J

JacksonSupport - Class in net.corda.client.jackson
Utilities and serialisers for working with JSON representations of basic types. This adds Jackson support for the java.time API, some core types, and Kotlin data classes.
JacksonSupport.AmountDeserializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.AmountSerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.AnonymousPartyDeserializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.AnonymousPartySerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.CordaX500NameDeserializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.CordaX500NameSerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.IdentityObjectMapper - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.NodeInfoDeserializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.NodeInfoSerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.NoPartyObjectMapper - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.OpaqueBytesDeserializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.OpaqueBytesSerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.PartyDeserializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.PartyInfoObjectMapper - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.PartyInfoRpcOps - Interface in net.corda.client.jackson
 
JacksonSupport.PartyObjectMapper - Interface in net.corda.client.jackson
 
JacksonSupport.PartySerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.PublicKeyDeserializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.PublicKeySerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.RpcObjectMapper - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.SecureHashDeserializer<T> - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.SecureHashSerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.SignedTransactionMixin - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.ToStringSerializer - Class in net.corda.client.jackson
Deprecated. 
JacksonSupport.WireTransactionMixin - Class in net.corda.client.jackson
Deprecated. 
JDBC_DRIVER_NAME - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
 
JDBC_DRIVER_NAME - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
JDBC_DRIVER_NAME - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
 
JDBC_DRIVER_NAME - Static variable in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
jdbcSession() - Method in class net.corda.testing.node.MockServices
 
JmxPolicy - Class in net.corda.testing.driver
A class containing configuration information for Jolokia JMX, to be used when creating a node via the Driver.driver.
JmxPolicy(startJmxHttpServer, jmxHttpServerPortAllocation) - Constructor for class net.corda.testing.driver.JmxPolicy
Deprecated. 
JmxPolicy() - Constructor for class net.corda.testing.driver.JmxPolicy
Deprecated. 
JmxPolicy(jmxHttpServerPortAllocation) - Constructor for class net.corda.testing.driver.JmxPolicy
Create a class JmxPolicy that turns on monitoring using the given class PortAllocation.
JmxPolicy.Companion - Class in net.corda.testing.driver
 

L

ledger($receiver, notary, script) - Static method in class net.corda.testing.node.NodeTestUtils
Creates and tests a ledger built by the passed in dsl.
LedgerDSL<T extends TransactionDSLInterpreter,L extends LedgerDSLInterpreter<? extends T>> - Class in net.corda.testing.dsl
This is the class that defines the syntactic sugar of the ledger Test DSL and delegates to the contained interpreter, and what is actually used in ledger { (...) }. Add convenience functions here, or if you want to extend the DSL functionality then first add your primitive to interface LedgerDSLInterpreter and then add the convenience defaults/extension methods here.
LedgerDSL(interpreter, notary) - Constructor for class net.corda.testing.dsl.LedgerDSL
This is the class that defines the syntactic sugar of the ledger Test DSL and delegates to the contained interpreter, and what is actually used in ledger { (...) }. Add convenience functions here, or if you want to extend the DSL functionality then first add your primitive to interface LedgerDSLInterpreter and then add the convenience defaults/extension methods here.
LedgerDSLInterpreter<T extends TransactionDSLInterpreter> - Interface in net.corda.testing.dsl
This interface defines the bare bone functionality that a Ledger DSL interpreter should implement.
ListPopulator - Class in net.corda.testing.database
 
ListPopulator(continueOnError, ignoreFailedDrops, statements) - Constructor for class net.corda.testing.database.ListPopulator
 
loadContractAttachment(stateRef) - Method in class net.corda.testing.node.MockServices
Returns a dummy Attachment, in context of signature constrains non-downgrade rule this default to contract class version 1.
loadState(stateRef) - Method in class net.corda.testing.node.MockServices
 
loadStates(stateRefs) - Method in class net.corda.testing.node.MockServices
 
loadTestCalendar(name) - Static method in class net.corda.finance.workflows.utils.FinanceWorkflowsUtilsKt
 
logFile($receiver) - Static method in class net.corda.testing.driver.Driver
 

M

makeTestDatabaseAndMockServices(cordappPackages, identityService, initialIdentity, networkParameters, moreKeys, softLockingSqlInClauseSize) - Method in class net.corda.testing.node.MockServices.Companion
Makes database and mock services appropriate for unit tests.
makeTestDatabaseAndPersistentServices(cordappPackages, initialIdentity, networkParameters, moreKeys, moreIdentities, cacheFactory) - Method in class net.corda.testing.node.MockServices.Companion
Makes database and persistent services appropriate for unit tests which require persistence across the vault, identity service and key managment service.
makeTestDataSourceProperties(nodeName) - Method in class net.corda.testing.node.MockServices.Companion
Make properties appropriate for creating a DataSource for unit tests. Defaults configuration of on-disk H2 instance. If 'databaseProvider' system property is set then creates a config from the relevant config file is present in resources folder (used to parametrize test to run against a remote database).
makeTestDataSourceProperties(nodeName, inMemory) - Method in class net.corda.testing.node.MockServices.Companion
Make properties appropriate for creating a DataSource for unit tests. Defaults configuration of on-disk H2 instance. If 'databaseProvider' system property is set then creates a config from the relevant config file is present in resources folder (used to parametrize test to run against a remote database).
makeTestIdentityService(identities) - Static method in class net.corda.testing.node.MockServicesKt
Returns a simple IdentityService containing the supplied identities.
MappingException(message, cause) - Constructor for class net.corda.client.jackson.StringToClassParser.MappingException
 
MappingException.UnknownParameter - Class in net.corda.client.jackson
 
maxRetries - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
maxRetries - Static variable in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
MaxRpcRetryException - Class in net.corda.client.rpc
Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.
MaxRpcRetryException(maxNumberOfRetries, method, cause) - Constructor for class net.corda.client.rpc.MaxRpcRetryException
Thrown to indicate an RPC operation has been retried for the maxNumberOfRetries unsuccessfully.
merge(scripts, schema) - Method in class net.corda.testing.database.DbScriptRunner
 
merge(scripts, schemas) - Method in class net.corda.testing.database.DbScriptRunner
 
MessageTransfer.Companion - Class in net.corda.testing.node
 
MissingParameter(methodName, paramName, command) - Constructor for class net.corda.client.jackson.UnparseableCallException.MissingParameter
 
MockAttachmentStorage - Class in net.corda.testing.services
A mock implementation of AttachmentStorage for use within tests
MockAttachmentStorage() - Constructor for class net.corda.testing.services.MockAttachmentStorage
A mock implementation of AttachmentStorage for use within tests
MockMessagingService.Companion - Class in net.corda.testing.node
 
MockNetFlowTimeOut - Class in net.corda.testing.node
MockNetFlowTimeOut can be used to configure flow time out settings for a node via the mock network API.
MockNetFlowTimeOut(timeout, maxRestartCount, backoffBase) - Constructor for class net.corda.testing.node.MockNetFlowTimeOut
MockNetFlowTimeOut can be used to configure flow time out settings for a node via the mock network API.
MockNetNotaryConfig - Class in net.corda.testing.node
MockNetNotaryConfig can be used to configure a node to be a notary via the mock network API. Internally this will be translated into a NotaryConfiguration and passed to the respective node.
MockNetNotaryConfig(validating, extraConfig, className, serviceLegalName) - Constructor for class net.corda.testing.node.MockNetNotaryConfig
MockNetNotaryConfig can be used to configure a node to be a notary via the mock network API. Internally this will be translated into a NotaryConfiguration and passed to the respective node.
MockNetwork - Class in net.corda.testing.node
A mock node brings up a suite of in-memory services in a fast manner suitable for unit testing. Components that do IO are either swapped out for mocks, or pointed to a Jimfs in memory filesystem or an in memory H2 database instance.
MockNetwork(cordappPackages, defaultParameters, networkSendManuallyPumped, threadPerNode, servicePeerAllocationStrategy, notarySpecs, networkParameters) - Constructor for class net.corda.testing.node.MockNetwork
A mock node brings up a suite of in-memory services in a fast manner suitable for unit testing. Components that do IO are either swapped out for mocks, or pointed to a Jimfs in memory filesystem or an in memory H2 database instance.
MockNetwork(cordappPackages, parameters) - Constructor for class net.corda.testing.node.MockNetwork
Deprecated. 
MockNetwork(parameters) - Constructor for class net.corda.testing.node.MockNetwork
 
MockNetworkNotarySpec - Class in net.corda.testing.node
The spec for a notary which will used by the class MockNetwork to automatically start a notary node. This notary will become part of the network parameters used by all the nodes.
MockNetworkNotarySpec(name, validating) - Constructor for class net.corda.testing.node.MockNetworkNotarySpec
The spec for a notary which will used by the class MockNetwork to automatically start a notary node. This notary will become part of the network parameters used by all the nodes.
MockNetworkNotarySpec(name, validating, className) - Constructor for class net.corda.testing.node.MockNetworkNotarySpec
 
MockNetworkParameters - Class in net.corda.testing.node
Immutable builder for configuring a class MockNetwork.
MockNetworkParameters(networkSendManuallyPumped, threadPerNode, servicePeerAllocationStrategy, notarySpecs, networkParameters, cordappsForAllNodes) - Constructor for class net.corda.testing.node.MockNetworkParameters
Immutable builder for configuring a class MockNetwork.
MockNetworkParameters() - Constructor for class net.corda.testing.node.MockNetworkParameters
Immutable builder for configuring a class MockNetwork.
MockNetworkParameters(networkSendManuallyPumped, threadPerNode, servicePeerAllocationStrategy, notarySpecs, networkParameters) - Constructor for class net.corda.testing.node.MockNetworkParameters
 
MockNetworkParameters(cordappsForAllNodes) - Constructor for class net.corda.testing.node.MockNetworkParameters
 
MockNodeConfigOverrides - Class in net.corda.testing.node
This is a data class to configure overrides to the node configuration used in the mock network without having to expose/use the actual (internal) node configuration interface on the API. When passing one of these to createNode or createUnstartedNode functions, the bits that are set will be injected into the node configuration for the node to be created.
MockNodeConfigOverrides(extraDataSourceProperties, notary, flowTimeout) - Constructor for class net.corda.testing.node.MockNodeConfigOverrides
This is a data class to configure overrides to the node configuration used in the mock network without having to expose/use the actual (internal) node configuration interface on the API. When passing one of these to createNode or createUnstartedNode functions, the bits that are set will be injected into the node configuration for the node to be created.
MockNodeConfigOverrides() - Constructor for class net.corda.testing.node.MockNodeConfigOverrides
This is a data class to configure overrides to the node configuration used in the mock network without having to expose/use the actual (internal) node configuration interface on the API. When passing one of these to createNode or createUnstartedNode functions, the bits that are set will be injected into the node configuration for the node to be created.
MockNodeParameters - Class in net.corda.testing.node
Immutable builder for configuring a class StartedMockNode or an class UnstartedMockNode via MockNetwork.createNode and MockNetwork.createUnstartedNode. Kotlin users can also use the named parameters overloads of those methods which are more convenient.
MockNodeParameters(forcedID, legalName, entropyRoot, configOverrides, additionalCordapps) - Constructor for class net.corda.testing.node.MockNodeParameters
Immutable builder for configuring a class StartedMockNode or an class UnstartedMockNode via MockNetwork.createNode and MockNetwork.createUnstartedNode. Kotlin users can also use the named parameters overloads of those methods which are more convenient.
MockNodeParameters() - Constructor for class net.corda.testing.node.MockNodeParameters
Immutable builder for configuring a class StartedMockNode or an class UnstartedMockNode via MockNetwork.createNode and MockNetwork.createUnstartedNode. Kotlin users can also use the named parameters overloads of those methods which are more convenient.
MockNodeParameters(forcedID, legalName, entropyRoot, configOverrides) - Constructor for class net.corda.testing.node.MockNodeParameters
 
MockServices - Class in net.corda.testing.node
An implementation of ServiceHub that is designed for in-memory unit tests of contract validation logic. It has enough functionality to do tests of code that queries the vault, inserts to the vault, and constructs/checks transactions. However it isn't enough to test flows and other aspects of an app that require a network. For that you should investigate class MockNetwork.
MockServices(cordappPackages, initialIdentity, identityService, moreKeys) - Constructor for class net.corda.testing.node.MockServices
Create a mock ServiceHub that looks for app code in the given package names, uses the provided identity service (you can get one from MockServicesKt.makeTestIdentityService) and represents the given identity.
MockServices(cordappPackages, initialIdentity, identityService, networkParameters, moreKeys) - Constructor for class net.corda.testing.node.MockServices
 
MockServices(cordappPackages, initialIdentity, identityService, networkParameters, moreKeys, keyManagementService) - Constructor for class net.corda.testing.node.MockServices
 
MockServices(cordappPackages, initialIdentityName, identityService, key, moreKeys) - Constructor for class net.corda.testing.node.MockServices
Create a mock ServiceHub that looks for app code in the given package names, uses the provided identity service (you can get one from MockServicesKt.makeTestIdentityService) and represents the given identity.
MockServices(cordappPackages, initialIdentityName, identityService) - Constructor for class net.corda.testing.node.MockServices
Create a mock ServiceHub that can't load CorDapp code, which uses the provided identity service (you can get one from MockServicesKt.makeTestIdentityService) and which represents the given identity.
MockServices(cordappPackages) - Constructor for class net.corda.testing.node.MockServices
Create a mock ServiceHub that can't load CorDapp code, and which uses a default service identity.
MockServices(initialIdentityName, identityService, key, moreKeys) - Constructor for class net.corda.testing.node.MockServices
Create a mock ServiceHub which uses the package of the caller to find CorDapp code. It uses the provided identity service (you can get one from MockServicesKt.makeTestIdentityService) and which represents the given identity.
MockServices(initialIdentityName, identityService) - Constructor for class net.corda.testing.node.MockServices
Create a mock ServiceHub which uses the package of the caller to find CorDapp code. It uses the provided identity service (you can get one from MockServicesKt.makeTestIdentityService) and which represents the given identity. It has no keys.
MockServices(cordappPackages, initialIdentityName, identityService, networkParameters) - Constructor for class net.corda.testing.node.MockServices
 
MockServices(cordappPackages, initialIdentityName, identityService, networkParameters, key) - Constructor for class net.corda.testing.node.MockServices
 
MockServices(firstIdentity, moreIdentities) - Constructor for class net.corda.testing.node.MockServices
A helper constructor that requires at least one test identity to be registered, and which takes the package of the caller as the package in which to find app code. This is the most convenient constructor and the one that is normally worth using. The first identity is the identity of this service hub, the rest are identities that it is aware of.
MockServices(firstIdentity, networkParameters, moreIdentities) - Constructor for class net.corda.testing.node.MockServices
 
MockServices(cordappPackages, firstIdentity, moreIdentities) - Constructor for class net.corda.testing.node.MockServices
 
MockServices(cordappPackages, firstIdentity, networkParameters, moreIdentities) - Constructor for class net.corda.testing.node.MockServices
 
MockServices() - Constructor for class net.corda.testing.node.MockServices
Create a mock ServiceHub which uses the package of the caller to find CorDapp code. It uses a default service identity.
MockServices.Companion - Class in net.corda.testing.node
 
MockServicesKt - Class in net.corda.testing.node
 
MultiRPCClient<I> - Class in net.corda.client.rpc.ext
An RPC client connects to the specified server and allows to make calls using specified remote interface to the server that perform various useful tasks. Please see the Client RPC section of Corda Documentation to learn more about how this API works. Only a brief description is provided here.
MultiRPCClient(hostAndPort, rpcOpsClass, username, password, configuration) - Constructor for class net.corda.client.rpc.ext.MultiRPCClient
 
MultiRPCClient(hostAndPort, rpcOpsClass, username, password, classLoader, configuration) - Constructor for class net.corda.client.rpc.ext.MultiRPCClient
 
MultiRPCClient(hostAndPort, rpcOpsClass, username, password, sslConfiguration, classLoader) - Constructor for class net.corda.client.rpc.ext.MultiRPCClient
 
MultiRPCClient(hostAndPort, rpcOpsClass, username, password, configuration, sslConfiguration, classLoader) - Constructor for class net.corda.client.rpc.ext.MultiRPCClient
 
MultiRPCClient(haAddressPool, rpcOpsClass, username, password, configuration, sslConfiguration, classLoader) - Constructor for class net.corda.client.rpc.ext.MultiRPCClient
 
MultiRPCClient(hostAndPort, rpcOpsClass, username, password, customSerializers, configuration, sslConfiguration, classLoader, externalTrace, impersonatedActor, targetLegalIdentity) - Constructor for class net.corda.client.rpc.ext.MultiRPCClient
 
MultiRPCClient(haAddressPool, rpcOpsClass, username, password, customSerializers, configuration, sslConfiguration, classLoader, externalTrace, impersonatedActor, targetLegalIdentity) - Constructor for class net.corda.client.rpc.ext.MultiRPCClient
 

N

net.corda.client.jackson - package net.corda.client.jackson
Utilities and serialisers for working with JSON representations of basic types. This adds Jackson support for the java.time API, some core types, and Kotlin data classes.
net.corda.client.rpc - package net.corda.client.rpc
RPC client interface to Corda, for use both by user-facing client and integration with external systems.
net.corda.client.rpc.ext - package net.corda.client.rpc.ext
 
net.corda.client.rpc.reconnect - package net.corda.client.rpc.reconnect
 
net.corda.finance - package net.corda.finance
Some simple testing utilities like pre-defined top-level values for common currencies. Mostly useful for writing unit tests in Kotlin.
net.corda.finance.flows - package net.corda.finance.flows
Cash payments and issuances. Two party "delivery vs payment" atomic asset swaps.
net.corda.finance.test - package net.corda.finance.test
 
net.corda.finance.workflows - package net.corda.finance.workflows
 
net.corda.finance.workflows.asset - package net.corda.finance.workflows.asset
 
net.corda.finance.workflows.asset.selection - package net.corda.finance.workflows.asset.selection
 
net.corda.finance.workflows.utils - package net.corda.finance.workflows.utils
 
net.corda.testing.database - package net.corda.testing.database
 
net.corda.testing.driver - package net.corda.testing.driver
Test utilites to help running nodes programmatically for tests
net.corda.testing.dsl - package net.corda.testing.dsl
A simple DSL for building pseudo-transactions (not the same as the wire protocol) for testing purposes
net.corda.testing.flows - package net.corda.testing.flows
 
net.corda.testing.http - package net.corda.testing.http
A small set of utilities for working with http calls.
net.corda.testing.node - package net.corda.testing.node
Test utilites to help running nodes programmatically for tests
net.corda.testing.services - package net.corda.testing.services
Mock service implementations for testing purposes
net.corda.testing.tools - package net.corda.testing.tools
 
nextHostAndPort() - Method in class net.corda.testing.driver.PortAllocation
Get the next available port via PortAllocation.nextPort and then return a NetworkHostAndPort
nextPort($this) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Returns the next port to use when instantiating test processes that must not conflict on the same machine
nextPort() - Method in interface net.corda.testing.driver.DriverDSL
Returns the next port to use when instantiating test processes that must not conflict on the same machine
nextPort() - Method in class net.corda.testing.driver.PortAllocation.Incremental
Deprecated. 
nextPort() - Method in class net.corda.testing.driver.PortAllocation
 
NodeHandle - Interface in net.corda.testing.driver
A base interface which represents a node as part of the Driver.driver dsl, extended by interface InProcess and interface OutOfProcess
nodeInfoFromParty(party) - Method in class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
nodeInfoFromParty(party) - Method in class net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
Deprecated.
 
nodeInfoFromParty(party) - Method in class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
nodeInfoFromParty(party) - Method in interface net.corda.client.jackson.JacksonSupport.PartyInfoRpcOps
 
nodeInfoFromParty(party) - Method in interface net.corda.client.jackson.JacksonSupport.PartyObjectMapper
 
nodeInfoFromParty(party) - Method in class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
NodeParameters - Class in net.corda.testing.driver
Parameters for creating a node for DriverDSL.startNode.
NodeParameters(providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize, additionalCordapps, flowOverrides, logLevelOverride, rpcAddress, runMigration) - Constructor for class net.corda.testing.driver.NodeParameters
Parameters for creating a node for DriverDSL.startNode.
NodeParameters() - Constructor for class net.corda.testing.driver.NodeParameters
Create a new node parameters object with default values. Each parameter can be specified with its wither method which returns a copy with that value.
NodeParameters(providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize) - Constructor for class net.corda.testing.driver.NodeParameters
 
NodeParameters(providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize, additionalCordapps, flowOverrides) - Constructor for class net.corda.testing.driver.NodeParameters
 
NodeTestUtils - Class in net.corda.testing.node
 
NoPartyObjectMapper(factory, isFullParties) - Constructor for class net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
Deprecated.
 
NoSuchFile(filename) - Constructor for class net.corda.client.jackson.UnparseableCallException.NoSuchFile
 
NotaryHandle - Class in net.corda.testing.driver
Object ecapsulating a notary started automatically by the driver.
NotaryHandle(identity, validating, nodeHandles) - Constructor for class net.corda.testing.driver.NotaryHandle
Object ecapsulating a notary started automatically by the driver.
NotarySpec - Class in net.corda.testing.node
A notary spec for describing a notary which will be started automatically by the driver and which will be part of the network parameters used by all the nodes.
NotarySpec(name, validating, rpcUsers, verifierType, cluster, startInProcess) - Constructor for class net.corda.testing.node.NotarySpec
A notary spec for describing a notary which will be started automatically by the driver and which will be part of the network parameters used by all the nodes.
NotarySpec(name, validating, rpcUsers, verifierType, cluster) - Constructor for class net.corda.testing.node.NotarySpec
 
NotarySpec(name, validating, rpcUsers, verifierType, cluster, maximumHeapSize) - Constructor for class net.corda.testing.node.NotarySpec
 
NotarySpec(name, validating, rpcUsers, verifierType, cluster, maximumHeapSize, startInProcess) - Constructor for class net.corda.testing.node.NotarySpec
 
notifyServerAndClose() - Method in class net.corda.client.rpc.CordaRPCConnection
Closes this client gracefully by sending a notification to the server, so it can immediately clean up resources. If the server is not available this method may block for a short period until it's clear the server is not coming back.
notifyServerAndClose() - Method in interface net.corda.client.rpc.RPCConnection
Closes this client gracefully by sending a notification to the server, so it can immediately clean up resources. If the server is not available this method may block for a short period until it's clear the server is not coming back.
notUsed($receiver) - Static method in class net.corda.client.rpc.UtilsKt
This function should be invoked on any unwanted Observables returned from RPC to release the server resources.

O

ObligationUtils - Class in net.corda.finance.workflows.asset
 
onConnect(context) - Method in interface net.corda.client.rpc.ext.RPCConnectionListener
This method will be called to inform that RPC connection is established. RPCConnectionListener.ConnectionContext.getConnectionOpt will not be null.
onDisconnect(context) - Method in interface net.corda.client.rpc.ext.RPCConnectionListener
This method will be called to inform about connection loss. Since given RPC client may produce multiple interface RPCConnections, RPCConnectionListener.ConnectionContext.getConnectionOpt will specify which connection is interrupted.
onPermanentFailure(context) - Method in interface net.corda.client.rpc.ext.RPCConnectionListener
This is a terminal notification to inform that:
openAttachment(id) - Method in class net.corda.testing.services.MockAttachmentStorage
 
OutOfProcess - Interface in net.corda.testing.driver
Interface which represents an out of process node and exposes its process handle.
output(contractClassName, label, notary, encumbrance, attachmentConstraint, contractState) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Adds an output to the transaction.
output(contractClassName, label, notary, contractState) - Method in class net.corda.testing.dsl.TransactionDSL
Adds a labelled output to the transaction.
output(contractClassName, label, encumbrance, contractState) - Method in class net.corda.testing.dsl.TransactionDSL
Adds a labelled output to the transaction.
output(contractClassName, label, contractState) - Method in class net.corda.testing.dsl.TransactionDSL
Adds a labelled output to the transaction.
output(contractClassName, notary, contractState) - Method in class net.corda.testing.dsl.TransactionDSL
Adds an output to the transaction.
output(contractClassName, encumbrance, contractState) - Method in class net.corda.testing.dsl.TransactionDSL
Adds an output to the transaction.
output(contractClassName, contractState) - Method in class net.corda.testing.dsl.TransactionDSL
Adds an output to the transaction.
output(contractClassName, label, notary, encumbrance, attachmentConstraint, contractState) - Method in class net.corda.testing.dsl.TransactionDSL
Adds an output to the transaction.
output(contractClassName, label, notary, encumbrance, attachmentConstraint, contractState) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Adds an output to the transaction.
OutputStateLookup - Interface in net.corda.testing.dsl
This interface defines output state lookup by label. It is split from the interpreter interfaces so that outputs may be looked up both in ledger{..} and transaction{..} blocks.
outputToLabel(state) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 

P

paramNamesFromConstructor(ctor) - Method in class net.corda.client.jackson.StringToMethodCallParser
Uses either Kotlin or Java 8 reflection to learn the names of the parameters to a constructor.
paramNamesFromMethod(method) - Method in class net.corda.client.jackson.StringToMethodCallParser
Uses either Kotlin or Java 8 reflection to learn the names of the parameters to a method.
parse(input, mapper) - Method in class net.corda.client.jackson.StringToClassParser
Converts a given input parameters into instance of given type
parse(target, command) - Method in class net.corda.client.jackson.StringToMethodCallParser
Parses the given command as a call on the target type. The target should be specified, if it's null then the resulting class StringToMethodCallParser.ParsedMethodCall can't be invoked, just inspected.
parseArguments(methodNameHint, parameters, args) - Method in class net.corda.client.jackson.StringToMethodCallParser
Parses only the arguments string given the info about parameter names and types.
ParsedMethodCall($outer, target, method) - Constructor for class net.corda.client.jackson.StringToMethodCallParser.ParsedMethodCall
 
partiesFromName(query) - Method in class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
partiesFromName(query) - Method in class net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
Deprecated.
 
partiesFromName(query) - Method in class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
partiesFromName(query, exactMatch) - Method in interface net.corda.client.jackson.JacksonSupport.PartyInfoRpcOps
 
partiesFromName(query) - Method in interface net.corda.client.jackson.JacksonSupport.PartyObjectMapper
 
partiesFromName(query) - Method in class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
partyFromKey(owningKey) - Method in class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
partyFromKey(owningKey) - Method in class net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
Deprecated.
 
partyFromKey(owningKey) - Method in class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
partyFromKey(key) - Method in interface net.corda.client.jackson.JacksonSupport.PartyInfoRpcOps
 
partyFromKey(owningKey) - Method in interface net.corda.client.jackson.JacksonSupport.PartyObjectMapper
 
partyFromKey(owningKey) - Method in class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
PartyInfoObjectMapper(info, factory, fuzzyIdentityMatch, isFullParties) - Constructor for class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
PaymentRequest(amount, recipient, anonymous, issuerConstraint, notary) - Constructor for class net.corda.finance.flows.CashPaymentFlow.PaymentRequest
 
PeerHandle(id, name) - Constructor for class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
A class which represents information about an entity on the class InMemoryMessagingNetwork.
PermissionException - Class in net.corda.client.rpc
Thrown to indicate that the calling user does not have permission for something they have requested (for example calling a method).
PermissionException(msg) - Constructor for class net.corda.client.rpc.PermissionException
Thrown to indicate that the calling user does not have permission for something they have requested (for example calling a method).
PersistentCashState(ownerHash, pennies, currency, issuerPartyHash, issuerRef) - Constructor for class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
PersistentCashState(currency, participants, owner, quantity, issuerParty, issuerRef) - Constructor for class net.corda.finance.test.SampleCashSchemaV2.PersistentCashState
 
PersistentCashState(participants, owner, pennies, currency, issuer, issuerRef) - Constructor for class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
 
pickNext(service, pickFrom) - Method in class net.corda.testing.node.InMemoryMessagingNetwork.ServicePeerAllocationStrategy
 
pickNext(service, pickFrom) - Method in class net.corda.testing.node.ServicePeerAllocationStrategy.Random
 
pickNext(service, pickFrom) - Method in class net.corda.testing.node.ServicePeerAllocationStrategy.RoundRobin
 
populate(connection) - Method in class net.corda.testing.database.ListPopulator
 
PortAllocation - Class in net.corda.testing.driver
 
PortAllocation() - Constructor for class net.corda.testing.driver.PortAllocation
 
PortAllocation.Companion - Class in net.corda.testing.driver
 
PortAllocation.Incremental - Class in net.corda.testing.driver
Deprecated. 
postJson(path, data) - Method in class net.corda.testing.http.HttpApi
Send a POST with a payload to the path on the API specified.
postJson(url, data) - Method in class net.corda.testing.http.HttpUtils
 
postPlain(path, data) - Method in class net.corda.testing.http.HttpApi
Send a POST with a payload to the path on the API specified.
postPlain(url, data) - Method in class net.corda.testing.http.HttpUtils
 
POUNDS(amount) - Static method in class net.corda.finance.Currencies
 
POUNDS(amount) - Static method in class net.corda.finance.Currencies
 
POUNDS(amount) - Static method in class net.corda.finance.Currencies
 
Primary(progressTracker) - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.Primary
Abstracted bilateral deal flow participant that initiates communication/handshake.
Primary() - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.Primary
Abstracted bilateral deal flow participant that initiates communication/handshake.
Primary.Companion - Class in net.corda.finance.flows
 
pumpReceive(block) - Method in class net.corda.testing.node.InMemoryMessagingNetwork.MockMessagingService
Delivers a single message from the internal queue. If there are no messages waiting to be delivered and block is true, waits until one has been provided on a different thread via send. If block is false, the return result indicates whether a message was delivered or not.
pumpReceive(block) - Method in class net.corda.testing.node.StartedMockNode
Delivers a single message from the internal queue. If there are no messages waiting to be delivered and block is true, waits until one has been provided on a different thread via send. If block is false, the return result indicates whether a message was delivered or not.
pumpSend(block) - Method in class net.corda.testing.node.InMemoryMessagingNetwork
Send the next queued message to the requested recipient(s) within the network
putJson(path, data) - Method in class net.corda.testing.http.HttpApi
Send a PUT with a payload to the path on the API specified.
putJson(url, data) - Method in class net.corda.testing.http.HttpUtils
 

Q

queryAttachments(criteria, sorting) - Method in class net.corda.testing.services.MockAttachmentStorage
 

R

Raft(clusterSize) - Constructor for class net.corda.testing.node.ClusterSpec.Raft
A class representing the configuration of a raft consensus algorithm used for a cluster of nodes.
Random(random) - Constructor for class net.corda.testing.node.ServicePeerAllocationStrategy.Random
 
Random() - Constructor for class net.corda.testing.node.ServicePeerAllocationStrategy.Random
 
receiveAll($receiver, session, sessions) - Static method in class net.corda.testing.flows.FlowTestsUtilsKt
Suspends until a message has been received for each session in the specified sessions.
receiveAll($receiver, receiveType, session, sessions) - Static method in class net.corda.testing.flows.FlowTestsUtilsKt
Suspends until a message has been received for each session in the specified sessions.
recordTransactions(statesToRecord, txs) - Method in class net.corda.testing.node.MockServices
 
reference(stateRef) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Add a reference input state to the transaction. Note that Verifies.verifies will resolve this reference.
reference(stateLabel) - Method in class net.corda.testing.dsl.TransactionDSL
Looks up the output label and adds the found state as an reference input state.
reference(contractClassName, state) - Method in class net.corda.testing.dsl.TransactionDSL
Creates an LedgerDSLInterpreter._unverifiedTransaction with a single reference input state and adds its reference as in input to the current transaction.
reference(stateRef) - Method in class net.corda.testing.dsl.TransactionDSL
Add a reference input state to the transaction. Note that Verifies.verifies will resolve this reference.
reference(stateRef) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Add a reference input state to the transaction. Note that Verifies.verifies will resolve this reference.
ReflectionDataMissing(methodName, argIndex) - Constructor for class net.corda.client.jackson.UnparseableCallException.ReflectionDataMissing
 
registerCoreFlowFactory($receiver, initiatingFlowClass, initiatedFlowClass, flowFactory, track) - Static method in class net.corda.testing.flows.FlowTestsUtilsKt
 
registerInitiatedFlow(initiatedFlowClass) - Method in interface net.corda.testing.driver.InProcess
Register a flow that is initiated by another flow
registerInitiatedFlow(initiatedFlowClass) - Method in class net.corda.testing.node.StartedMockNode
Manually register an initiating-responder flow pair based on the FlowLogic annotations.
registerInitiatedFlow(initiatingFlowClass, initiatedFlowClass) - Method in class net.corda.testing.node.StartedMockNode
Register a custom relationship between initiating and receiving flow on a node-by-node basis. This is used when we want to manually specify that a particular initiating flow class will have a particular responder.
registerUnloadHandler(runOnStop) - Method in class net.corda.testing.node.MockServices
 
removeConnectionListener(listener) - Method in class net.corda.client.rpc.ext.MultiRPCClient
Result(stx, recipient) - Constructor for class net.corda.finance.flows.AbstractCashFlow.Result
Combined signed transaction and identity lookup map, which is the resulting data from regular cash flows. Specialised flows for unit tests differ from this.
retrieveOutput(clazz, label) - Method in class net.corda.testing.dsl.LedgerDSL
Retrieves an output previously defined by TransactionDSLInterpreter._output with a label passed in.
retrieveOutputStateAndRef(clazz, label) - Method in class net.corda.testing.dsl.LedgerDSL
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(clazz, label) - Method in interface net.corda.testing.dsl.OutputStateLookup
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(clazz, label) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(clazz, label) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retrieveOutputStateAndRef(clazz, label) - Method in class net.corda.testing.dsl.TransactionDSL
Retrieves an output previously defined by TransactionDSLInterpreter.output with a label passed in.
retryCap - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
retryCap - Static variable in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
retrySleep - Static variable in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
retrySleep - Static variable in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
RoundRobin() - Constructor for class net.corda.testing.node.ServicePeerAllocationStrategy.RoundRobin
 
RPCConnection<I> - Interface in net.corda.client.rpc
Holds a RPCConnection.getProxy object implementing I that forwards requests to the RPC server. The server version can be queried via this interface.
RPCConnection.DefaultImpls - Class in net.corda.client.rpc
Holds a RPCConnection.getProxy object implementing I that forwards requests to the RPC server. The server version can be queried via this interface.
RPCConnectionListener<I> - Interface in net.corda.client.rpc.ext
A listener that can be attached to class MultiRPCClient to be notified about important RPC connectivity events.
RPCConnectionListener.ConnectionContext<I> - Interface in net.corda.client.rpc.ext
Defines context information for events distributed.
RPCException - Class in net.corda.client.rpc
Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.
RPCException(message, cause) - Constructor for class net.corda.client.rpc.RPCException
Thrown to indicate a fatal error in the RPC system itself, as opposed to an error generated by the invoked method.
RPCException(msg) - Constructor for class net.corda.client.rpc.RPCException
 
RpcObjectMapper(rpc, factory, fuzzyIdentityMatch, isFullParties) - Constructor for class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
RPCSinceVersion - Interface in net.corda.client.rpc
Records the protocol version in which this RPC was added.
runDbScript(dbProvider, initScript, databaseSchemas) - Method in class net.corda.testing.database.DbScriptRunner
 
runNetwork(rounds) - Method in class net.corda.testing.node.MockNetwork
Asks every node in order to process any queued up inbound messages. This may in turn result in nodes sending more messages to each other, thus, a typical usage is to call runNetwork with the rounds parameter set to -1 (the default) which simply runs as many rounds as necessary to result in network stability (no nodes sent any messages in the last round).

S

SampleCashSchemaV1 - Class in net.corda.finance.test
First version of a cash contract ORM schema that maps all fields of the Cash contract state as it stood at the time of writing.
SampleCashSchemaV1.PersistentCashState - Class in net.corda.finance.test
 
SampleCashSchemaV2 - Class in net.corda.finance.test
Second version of a cash contract ORM schema that extends the CommonSchemaV1.FungibleState abstract schema.
SampleCashSchemaV2.PersistentCashState - Class in net.corda.finance.test
 
SampleCashSchemaV3 - Class in net.corda.finance.test
First version of a cash contract ORM schema that maps all fields of the Cash contract state as it stood at the time of writing.
SampleCashSchemaV3.PersistentCashState - Class in net.corda.finance.test
 
SCHEMA - Static variable in class net.corda.testing.database.DatabaseConstants
 
Secondary(progressTracker) - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.Secondary
Abstracted bilateral deal flow participant that is recipient of initial communication.
Secondary() - Constructor for class net.corda.finance.flows.TwoPartyDealFlow.Secondary
Abstracted bilateral deal flow participant that is recipient of initial communication.
Secondary.Companion - Class in net.corda.finance.flows
 
SecureHashDeserializer() - Constructor for class net.corda.client.jackson.JacksonSupport.SecureHashDeserializer
Deprecated.
 
Seller(otherSideSession, assetToSell, price, myParty, progressTracker) - Constructor for class net.corda.finance.flows.TwoPartyTradeFlow.Seller
 
Seller.Companion - Class in net.corda.finance.flows
 
SellerTradeInfo(price, payToIdentity) - Constructor for class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
This object is serialised to the network and is the first flow message the seller sends to the buyer.
serialize(value, gen, serializers) - Method in class net.corda.client.jackson.JacksonSupport.AmountSerializer
Deprecated.
 
serialize(value, generator, provider) - Method in class net.corda.client.jackson.JacksonSupport.AnonymousPartySerializer
Deprecated.
 
serialize(obj, generator, provider) - Method in class net.corda.client.jackson.JacksonSupport.CordaX500NameSerializer
Deprecated.
 
serialize(value, gen, serializers) - Method in class net.corda.client.jackson.JacksonSupport.NodeInfoSerializer
Deprecated.
 
serialize(value, gen, serializers) - Method in class net.corda.client.jackson.JacksonSupport.OpaqueBytesSerializer
Deprecated.
 
serialize(value, gen, provider) - Method in class net.corda.client.jackson.JacksonSupport.PartySerializer
Deprecated.
 
serialize(value, generator, provider) - Method in class net.corda.client.jackson.JacksonSupport.PublicKeySerializer
Deprecated.
 
serialize(obj, generator, provider) - Method in class net.corda.client.jackson.JacksonSupport.SecureHashSerializer
Deprecated.
 
serialize(obj, generator, provider) - Method in class net.corda.client.jackson.JacksonSupport.ToStringSerializer
Deprecated.
 
ServicePeerAllocationStrategy.Random - Class in net.corda.testing.node
 
ServicePeerAllocationStrategy.RoundRobin - Class in net.corda.testing.node
 
setClassName(p) - Method in class net.corda.testing.node.MockNetworkNotarySpec
String the optional name of a notary service class to load. If null, a builtin notary is loaded.
setCurrency(p) - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
setCurrency(p) - Method in class net.corda.finance.test.SampleCashSchemaV2.PersistentCashState
product type
setCurrency(p) - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
 
setIssuer(p) - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
X500Name of issuer party
setIssuerPartyHash(p) - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
setIssuerRef(p) - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
setIssuerRef(p) - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
 
setMaximumHeapSize(p) - Method in class net.corda.testing.node.NotarySpec
 
setNetworkParametersService(p) - Method in class net.corda.testing.node.MockServices
 
setOwner(p) - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
X500Name of owner party
setOwnerHash(p) - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
setParticipants(p) - Method in class net.corda.finance.test.SampleCashSchemaV2.PersistentCashState
 
setParticipants(p) - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
X500Name of participant parties
setPennies(p) - Method in class net.corda.finance.test.SampleCashSchemaV1.PersistentCashState
 
setPennies(p) - Method in class net.corda.finance.test.SampleCashSchemaV3.PersistentCashState
 
setTo(newInstant) - Method in class net.corda.testing.node.TestClock
Move this Clock to the specified Instant for testing purposes. This will only be approximate due to the time ticking away, but will be some time shortly after the requested Instant.
SharedTx(tx, cashSigningPubKeys) - Constructor for class net.corda.finance.flows.Buyer.SharedTx
 
SignedTransactionMixin() - Constructor for class net.corda.client.jackson.JacksonSupport.SignedTransactionMixin
Deprecated.
 
start(username, password, gracefulReconnect) - Method in class net.corda.client.rpc.CordaRPCClient
Logs in to the target server and returns an active connection. The returned connection is a java.io.Closeable and can be used with a try-with-resources statement. If you don't use that, you should use the RPCConnection.notifyServerAndClose or RPCConnection.forceClose methods to dispose of the connection object when done.
start(username, password, targetLegalIdentity, gracefulReconnect) - Method in class net.corda.client.rpc.CordaRPCClient
Logs in to the target server and returns an active connection. The returned connection is a java.io.Closeable and can be used with a try-with-resources statement. If you don't use that, you should use the RPCConnection.notifyServerAndClose or RPCConnection.forceClose methods to dispose of the connection object when done.
start(username, password, externalTrace, impersonatedActor, gracefulReconnect) - Method in class net.corda.client.rpc.CordaRPCClient
Logs in to the target server and returns an active connection. The returned connection is a java.io.Closeable and can be used with a try-with-resources statement. If you don't use that, you should use the RPCConnection.notifyServerAndClose or RPCConnection.forceClose methods to dispose of the connection object when done.
start(username, password, externalTrace, impersonatedActor, targetLegalIdentity, gracefulReconnect) - Method in class net.corda.client.rpc.CordaRPCClient
Logs in to the target server and returns an active connection. The returned connection is a java.io.Closeable and can be used with a try-with-resources statement. If you don't use that, you should use the RPCConnection.notifyServerAndClose or RPCConnection.forceClose methods to dispose of the connection object when done.
start() - Method in class net.corda.client.rpc.ext.MultiRPCClient
Logs in to the target server and returns an active connection.
start() - Method in class net.corda.testing.node.UnstartedMockNode
Start the node
StartedMockNode - Class in net.corda.testing.node
A class that represents a started mock node for testing.
StartedMockNode.Companion - Class in net.corda.testing.node
 
startFlow($this, logic) - Static method in class net.corda.testing.driver.InProcess.DefaultImpls
Starts an already constructed flow. Note that you must be on the server thread to call this method.
startFlow(logic) - Method in interface net.corda.testing.driver.InProcess
Starts an already constructed flow. Note that you must be on the server thread to call this method.
startFlow(logic) - Method in class net.corda.testing.node.StartedMockNode
Starts an already constructed flow. Note that you must be on the server thread to call this method.
startNode($this) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Start a node using the default values of class NodeParameters.
startNode($this, defaultParameters, providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize, logLevelOverride) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Start a node.
startNode($this, defaultParameters, providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Start a node.
startNode() - Method in interface net.corda.testing.driver.DriverDSL
Start a node using the default values of class NodeParameters.
startNode(parameters) - Method in interface net.corda.testing.driver.DriverDSL
Start a node using the parameter values of the given class NodeParameters.
startNode(defaultParameters, providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize, logLevelOverride) - Method in interface net.corda.testing.driver.DriverDSL
Start a node.
startNode(defaultParameters, providedName, rpcUsers, verifierType, customOverrides, startInSameProcess, maximumHeapSize) - Method in interface net.corda.testing.driver.DriverDSL
Start a node.
startNodes() - Method in class net.corda.testing.node.MockNetwork
Start all nodes that aren't already started.
startWebserver($this, handle) - Static method in class net.corda.testing.driver.DriverDSL.DefaultImpls
Call DriverDSL.startWebserver with a default maximumHeapSize.
startWebserver(handle) - Method in interface net.corda.testing.driver.DriverDSL
Call DriverDSL.startWebserver with a default maximumHeapSize.
startWebserver(handle, maximumHeapSize) - Method in interface net.corda.testing.driver.DriverDSL
Starts a web server for a node
stop() - Method in class net.corda.client.rpc.ext.MultiRPCClient
Stops the client and closes interface RPCConnection if it has been previously established
stop() - Method in interface net.corda.testing.driver.NodeHandle
Stops the referenced node.
stop() - Method in class net.corda.testing.node.InMemoryMessagingNetwork
Stop all nodes within the network and clear any buffered messages
stop() - Method in class net.corda.testing.node.StartedMockNode
Stop the node.
stopNodes() - Method in class net.corda.testing.node.MockNetwork
Stop all nodes.
StringToClassParser<T> - Class in net.corda.client.jackson
This class parses strings in a format designed for human usability into objects usually to support representation of a query object pattern. The strings accepted by this class are a minor variant of Yaml and can be easily typed at a command line. Intended use cases include things like queries in the Corda shell.
StringToClassParser(targetType) - Constructor for class net.corda.client.jackson.StringToClassParser
This class parses strings in a format designed for human usability into objects usually to support representation of a query object pattern. The strings accepted by this class are a minor variant of Yaml and can be easily typed at a command line. Intended use cases include things like queries in the Corda shell.
StringToClassParser.MappingException - Class in net.corda.client.jackson
 
StringToClassParserKt - Class in net.corda.client.jackson
 
StringToMethodCallParser<T> - Class in net.corda.client.jackson
This class parses strings in a format designed for human usability into class StringToMethodCallParser.ParsedMethodCall objects representing a ready-to-invoke call on the given target object. The strings accepted by this class are a minor variant of Yaml and can be easily typed at a command line. Intended use cases include things like the Corda shell, text-based RPC dispatch, simple scripting and so on.
StringToMethodCallParser(targetType, om) - Constructor for class net.corda.client.jackson.StringToMethodCallParser
This class parses strings in a format designed for human usability into class StringToMethodCallParser.ParsedMethodCall objects representing a ready-to-invoke call on the given target object. The strings accepted by this class are a minor variant of Yaml and can be easily typed at a command line. Intended use cases include things like the Corda shell, text-based RPC dispatch, simple scripting and so on.
StringToMethodCallParser(targetType) - Constructor for class net.corda.client.jackson.StringToMethodCallParser
Same as the regular constructor but takes a Kotlin reflection KClass instead of a Java Class.
StringToMethodCallParser.Companion - Class in net.corda.client.jackson
 
StringToMethodCallParser.ParsedMethodCall - Class in net.corda.client.jackson
 
StringToMethodCallParser.UnparseableCallException - Class in net.corda.client.jackson
 
SWISS_FRANCS(amount) - Static method in class net.corda.finance.Currencies
 
SWISS_FRANCS(amount) - Static method in class net.corda.finance.Currencies
 
SWISS_FRANCS(amount) - Static method in class net.corda.finance.Currencies
 

T

testActor(owningLegalIdentity) - Static method in class net.corda.testing.node.NodeTestUtils
Creates a new Actor for use in testing with the given owningLegalIdentity.
TestClock - Class in net.corda.testing.node
A Clock that can have the time advanced for use in testing.
TestClock(delegateClock) - Constructor for class net.corda.testing.node.TestClock
A Clock that can have the time advanced for use in testing.
testContext(owningLegalIdentity) - Static method in class net.corda.testing.node.NodeTestUtils
Creates a new InvocationContext for use in testing with the given owningLegalIdentity.
TestCordapp - Class in net.corda.testing.node
Encapsulates a CorDapp that exists on the current classpath, which can be pulled in for testing. Use TestCordapp.Companion.findCordapp to locate an existing CorDapp.
TestCordapp() - Constructor for class net.corda.testing.node.TestCordapp
Encapsulates a CorDapp that exists on the current classpath, which can be pulled in for testing. Use TestCordapp.Companion.findCordapp to locate an existing CorDapp.
TestCordapp.Companion - Class in net.corda.testing.node
 
TestLedgerDSLInterpreter - Class in net.corda.testing.dsl
 
TestLedgerDSLInterpreter(services) - Constructor for class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
TestLedgerDSLInterpreter.Companion - Class in net.corda.testing.dsl
 
TestLedgerDSLInterpreter.TypeMismatch - Exception in net.corda.testing.dsl
 
TestLedgerDSLInterpreter.VerifiesFailed - Exception in net.corda.testing.dsl
 
TestTransactionDSLInterpreter - Class in net.corda.testing.dsl
This interpreter builds a transaction, and TransactionDSL.verifies that the resolved transaction is correct. Note that transactions corresponding to input states are not verified. Use LedgerDSL.verifies for that.
TestTransactionDSLInterpreter(ledgerInterpreter, transactionBuilder) - Constructor for class net.corda.testing.dsl.TestTransactionDSLInterpreter
 
timeWindow(data) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Sets the time-window of the transaction.
timeWindow(time, tolerance) - Method in class net.corda.testing.dsl.TransactionDSL
Sets the TimeWindow of the transaction.
timeWindow(data) - Method in class net.corda.testing.dsl.TransactionDSL
Sets the time-window of the transaction.
timeWindow(data) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Sets the time-window of the transaction.
TooManyParameters(methodName, command) - Constructor for class net.corda.client.jackson.UnparseableCallException.TooManyParameters
 
toString() - Method in class net.corda.client.rpc.CordaRPCClientConfiguration
 
toString() - Method in class net.corda.finance.flows.AbstractCashFlow.Result
 
toString() - Method in class net.corda.finance.flows.TwoPartyDealFlow.AutoOffer
 
toString() - Method in class net.corda.finance.flows.TwoPartyDealFlow.Handshake
 
toString() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.AssetMismatchException
 
toString() - Method in class net.corda.finance.flows.Buyer.SharedTx
 
toString() - Method in class net.corda.finance.flows.TwoPartyTradeFlow.SellerTradeInfo
 
toString() - Method in class net.corda.finance.workflows.asset.selection.AbstractCashSelection
 
toString() - Method in class net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
 
toString() - Method in class net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
toString() - Method in class net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
 
toString() - Method in class net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
toString() - Method in class net.corda.testing.driver.DriverParameters
 
toString() - Method in class net.corda.testing.driver.JmxPolicy
 
toString() - Method in class net.corda.testing.driver.NodeParameters
 
toString() - Method in class net.corda.testing.driver.NotaryHandle
 
toString() - Method in class net.corda.testing.driver.WebserverHandle
Deprecated.
 
toString() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
toString() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
 
toString() - Method in class net.corda.testing.node.ClusterSpec.Raft
 
toString() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
 
toString() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.MessageTransfer
 
toString() - Method in class net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
 
toString() - Method in class net.corda.testing.node.MockNetworkNotarySpec
 
toString() - Method in class net.corda.testing.node.MockNetworkParameters
 
toString() - Method in class net.corda.testing.node.MockNodeParameters
 
toString() - Method in class net.corda.testing.node.NotarySpec
 
toString() - Method in class net.corda.testing.node.User
 
tracker() - Method in class net.corda.finance.flows.AbstractCashFlow.Companion
 
tracker() - Method in class net.corda.finance.flows.CashExitFlow.Companion
 
tracker() - Method in class net.corda.finance.flows.CashIssueAndPaymentFlow.Companion
 
tracker() - Method in class net.corda.finance.flows.Primary.Companion
 
tracker() - Method in class net.corda.finance.flows.Secondary.Companion
 
tracker() - Method in class net.corda.finance.flows.Seller.Companion
 
transaction(label, transactionBuilder, dsl) - Method in class net.corda.testing.dsl.LedgerDSL
Creates and adds a transaction to the ledger.
transaction($receiver, notary, script) - Static method in class net.corda.testing.node.NodeTestUtils
Creates a ledger with a single transaction, built by the passed in dsl.
transaction(statement) - Method in class net.corda.testing.node.StartedMockNode
Executes given statement in the scope of transaction.
TRANSACTION_ISOLATION_LEVEL - Static variable in class net.corda.testing.database.DatabaseConstants
 
TransactionDSL<T extends TransactionDSLInterpreter> - Class in net.corda.testing.dsl
Underlying class for the transaction DSL. Do not instantiate directly, instead use the transaction function.
TransactionDSL(interpreter, notary) - Constructor for class net.corda.testing.dsl.TransactionDSL
Underlying class for the transaction DSL. Do not instantiate directly, instead use the transaction function.
TransactionDSLInterpreter - Interface in net.corda.testing.dsl
This interface defines the bare bone functionality that a Transaction DSL interpreter should implement.
transactionName(transactionHash) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
 
tweak(dsl) - Method in class net.corda.testing.dsl.LedgerDSL
Creates a local scoped copy of the ledger.
tweak(dsl) - Method in class net.corda.testing.dsl.TransactionDSL
Creates a local scoped copy of the transaction.
TwoPartyDealFlow - Class in net.corda.finance.flows
Classes for manipulating a two party deal or agreement.
TwoPartyDealFlow.Acceptor - Class in net.corda.finance.flows
One side of the flow for inserting a pre-agreed deal.
TwoPartyDealFlow.AutoOffer - Class in net.corda.finance.flows
 
TwoPartyDealFlow.Handshake<T> - Class in net.corda.finance.flows
This object is serialised to the network and is the first flow message the seller sends to the buyer.
TwoPartyDealFlow.Instigator - Class in net.corda.finance.flows
One side of the flow for inserting a pre-agreed deal.
TwoPartyDealFlow.Primary - Class in net.corda.finance.flows
Abstracted bilateral deal flow participant that initiates communication/handshake.
TwoPartyDealFlow.Secondary<U> - Class in net.corda.finance.flows
Abstracted bilateral deal flow participant that is recipient of initial communication.
TwoPartyTradeFlow - Class in net.corda.finance.flows
This asset trading flow implements a "delivery vs payment" type swap. It has two parties (B and S for buyer and seller) and the following steps:
TwoPartyTradeFlow.AssetMismatchException - Class in net.corda.finance.flows
 
TwoPartyTradeFlow.Buyer - Class in net.corda.finance.flows
 
TwoPartyTradeFlow.Seller - Class in net.corda.finance.flows
 
TwoPartyTradeFlow.SellerTradeInfo - Class in net.corda.finance.flows
This object is serialised to the network and is the first flow message the seller sends to the buyer.
TwoPartyTradeFlow.UnacceptablePriceException - Class in net.corda.finance.flows
 
TypeMismatch(requested, actual) - Constructor for exception net.corda.testing.dsl.TestLedgerDSLInterpreter.TypeMismatch
 

U

UnacceptablePriceException(givenPrice) - Constructor for class net.corda.finance.flows.TwoPartyTradeFlow.UnacceptablePriceException
 
unconsumedCashStatesForSpending(services, amount, onlyFromIssuerParties, notary, lockId, withIssuerRefs) - Method in class net.corda.finance.workflows.asset.selection.AbstractCashSelection
Query to gather Cash states that are available and retry if they are temporarily unavailable.
UnknownCalendar - Class in net.corda.finance.workflows.utils
 
UnknownCalendar(name) - Constructor for class net.corda.finance.workflows.utils.UnknownCalendar
 
UnknownMethod(methodName) - Constructor for class net.corda.client.jackson.UnparseableCallException.UnknownMethod
 
UnknownParameter(targetName, parameterNames) - Constructor for class net.corda.client.jackson.MappingException.UnknownParameter
 
UnparseableCallException(command, cause) - Constructor for class net.corda.client.jackson.StringToMethodCallParser.UnparseableCallException
 
UnparseableCallException.FailedParse - Class in net.corda.client.jackson
 
UnparseableCallException.MissingParameter - Class in net.corda.client.jackson
 
UnparseableCallException.NoSuchFile - Class in net.corda.client.jackson
 
UnparseableCallException.ReflectionDataMissing - Class in net.corda.client.jackson
 
UnparseableCallException.TooManyParameters - Class in net.corda.client.jackson
 
UnparseableCallException.UnknownMethod - Class in net.corda.client.jackson
 
UnrecoverableRPCException - Class in net.corda.client.rpc
Thrown to indicate a fatal error in the RPC system which cannot be recovered from and so needs some manual support.
UnrecoverableRPCException(message, cause) - Constructor for class net.corda.client.rpc.UnrecoverableRPCException
Thrown to indicate a fatal error in the RPC system which cannot be recovered from and so needs some manual support.
UnstartedMockNode - Class in net.corda.testing.node
A class that represents an unstarted mock node for testing.
UnstartedMockNode.Companion - Class in net.corda.testing.node
 
unverifiedTransaction(label, transactionBuilder, dsl) - Method in class net.corda.testing.dsl.LedgerDSL
Creates and adds a transaction to the ledger that will not be verified by verifies.
use(username, password, block) - Method in class net.corda.client.rpc.CordaRPCClient
A helper for Kotlin users that simply closes the connection after the block has executed. Be careful not to over-use this, as setting up and closing connections takes time.
User - Class in net.corda.testing.node
Object encapsulating a node rpc user and their associated permissions for use when testing using the driver
User(username, password, permissions) - Constructor for class net.corda.testing.node.User
Object encapsulating a node rpc user and their associated permissions for use when testing using the driver
UtilsKt - Class in net.corda.client.rpc
 

V

validateHandshake(handshake) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Acceptor
 
validateHandshake(handshake) - Method in class net.corda.finance.flows.TwoPartyDealFlow.Secondary
 
validateIsMatchingCtor(methodNameHint, parameters, args) - Method in class net.corda.client.jackson.StringToMethodCallParser
Validates that the argument string matches the constructor parameters, i.e. this is a matching constructor for the argument string. Exception is thrown if not a match
VerifierType - Enum in net.corda.testing.driver
 
VerifierType() - Constructor for enum net.corda.testing.driver.VerifierType
 
verifies() - Method in class net.corda.testing.dsl.LedgerDSL
Verifies the ledger/transaction, throws if the verification fails.
verifies() - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
Verifies the ledger/transaction, throws if the verification fails.
verifies() - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Verifies the ledger/transaction, throws if the verification fails.
verifies() - Method in class net.corda.testing.dsl.TransactionDSL
Verifies the ledger/transaction, throws if the verification fails.
Verifies - Interface in net.corda.testing.dsl
This interface asserts that the DSL at hand is capable of verifying its underlying construct(ledger/transaction).
verifies() - Method in interface net.corda.testing.dsl.Verifies
Verifies the ledger/transaction, throws if the verification fails.
Verifies.DefaultImpls - Class in net.corda.testing.dsl
This interface asserts that the DSL at hand is capable of verifying its underlying construct(ledger/transaction).
VerifiesFailed(transactionName, cause) - Constructor for exception net.corda.testing.dsl.TestLedgerDSLInterpreter.VerifiesFailed
 
version() - Method in interface net.corda.client.rpc.RPCSinceVersion
 

W

waitQuiescent() - Method in class net.corda.testing.node.MockNetwork
Block until all scheduled activity, active flows and network activity has ceased.
WebserverHandle - Class in net.corda.testing.driver
Deprecated. 
WebserverHandle(listenAddress, process) - Constructor for class net.corda.testing.driver.WebserverHandle
Deprecated.
Class which represents a handle to a webserver process and its NetworkHostAndPort for testing purposes.
wellKnownPartyFromX500Name(name) - Method in class net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
Deprecated.
 
wellKnownPartyFromX500Name(name) - Method in class net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
Deprecated.
 
wellKnownPartyFromX500Name(name) - Method in class net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
Deprecated.
 
wellKnownPartyFromX500Name(name) - Method in interface net.corda.client.jackson.JacksonSupport.PartyInfoRpcOps
 
wellKnownPartyFromX500Name(name) - Method in interface net.corda.client.jackson.JacksonSupport.PartyObjectMapper
 
wellKnownPartyFromX500Name(name) - Method in class net.corda.client.jackson.JacksonSupport.RpcObjectMapper
Deprecated.
 
WireTransactionMixin() - Constructor for class net.corda.client.jackson.JacksonSupport.WireTransactionMixin
Deprecated.
 
withAdditionalCordapps(additionalCordapps) - Method in class net.corda.testing.driver.NodeParameters
 
withAdditionalCordapps(additionalCordapps) - Method in class net.corda.testing.node.MockNodeParameters
 
withAllowHibernateToManageAppSchema(value) - Method in class net.corda.testing.driver.DriverParameters
 
withConfig(config) - Method in class net.corda.testing.node.TestCordapp
Returns a copy of this class TestCordapp but with the specified CorDapp config.
withConfigOverrides(configOverrides) - Method in class net.corda.testing.node.MockNodeParameters
 
withCordappsForAllNodes(cordappsForAllNodes) - Method in class net.corda.testing.driver.DriverParameters
 
withCordappsForAllNodes(cordappsForAllNodes) - Method in class net.corda.testing.node.MockNetworkParameters
 
withCustomOverrides(customOverrides) - Method in class net.corda.testing.driver.NodeParameters
 
withDebugPortAllocation(debugPortAllocation) - Method in class net.corda.testing.driver.DriverParameters
 
withDjvmBootstrapSource(djvmBootstrapSource) - Method in class net.corda.testing.driver.DriverParameters
 
withDjvmCordaSource(djvmCordaSource) - Method in class net.corda.testing.driver.DriverParameters
 
withDriverDirectory(driverDirectory) - Method in class net.corda.testing.driver.DriverParameters
 
withEntityManager(block) - Method in class net.corda.testing.node.MockServices
 
withEntityManager(block) - Method in class net.corda.testing.node.MockServices
 
withEntropyRoot(entropyRoot) - Method in class net.corda.testing.node.MockNodeParameters
 
withEnvironmentVariables(variables) - Method in class net.corda.testing.driver.DriverParameters
 
withExtraCordappPackagesToScan(extraCordappPackagesToScan) - Method in class net.corda.testing.driver.DriverParameters
Deprecated. 
withFlowOverrides(flowOverrides) - Method in class net.corda.testing.driver.NodeParameters
 
withForcedID(forcedID) - Method in class net.corda.testing.node.MockNodeParameters
 
withInMemoryDB(inMemoryDB) - Method in class net.corda.testing.driver.DriverParameters
 
withIsDebug(isDebug) - Method in class net.corda.testing.driver.DriverParameters
 
withJmxPolicy(jmxPolicy) - Method in class net.corda.testing.driver.DriverParameters
 
withLegalName(legalName) - Method in class net.corda.testing.node.MockNodeParameters
 
withLogLevelOverride(logLevelOverride) - Method in class net.corda.testing.driver.NodeParameters
 
withMaximumHeapSize(maximumHeapSize) - Method in class net.corda.testing.driver.NodeParameters
 
withNetworkParameters(networkParameters) - Method in class net.corda.testing.driver.DriverParameters
 
withNetworkParameters(networkParameters) - Method in class net.corda.testing.node.MockNetworkParameters
 
withNetworkSendManuallyPumped(networkSendManuallyPumped) - Method in class net.corda.testing.node.MockNetworkParameters
 
withNotaryCustomOverrides(notaryCustomOverrides) - Method in class net.corda.testing.driver.DriverParameters
 
withNotarySpecs(notarySpecs) - Method in class net.corda.testing.driver.DriverParameters
 
withNotarySpecs(notarySpecs) - Method in class net.corda.testing.node.MockNetworkParameters
 
withPortAllocation(portAllocation) - Method in class net.corda.testing.driver.DriverParameters
 
withProvidedName(providedName) - Method in class net.corda.testing.driver.NodeParameters
 
withRpcUsers(rpcUsers) - Method in class net.corda.testing.driver.NodeParameters
 
withServicePeerAllocationStrategy(servicePeerAllocationStrategy) - Method in class net.corda.testing.node.MockNetworkParameters
 
withStartInSameProcess(startInSameProcess) - Method in class net.corda.testing.driver.NodeParameters
 
withStartNodesInProcess(startNodesInProcess) - Method in class net.corda.testing.driver.DriverParameters
 
withSystemProperties(systemProperties) - Method in class net.corda.testing.driver.DriverParameters
 
withThreadPerNode(threadPerNode) - Method in class net.corda.testing.node.MockNetworkParameters
 
withUseTestClock(useTestClock) - Method in class net.corda.testing.driver.DriverParameters
 
withVerifierType(verifierType) - Method in class net.corda.testing.driver.NodeParameters
 
withWaitForAllNodesToFinish(waitForAllNodesToFinish) - Method in class net.corda.testing.driver.DriverParameters
 

_

_attachment(contractClassName) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Attaches an attachment containing the named contract to the transaction
_attachment(contractClassName, attachmentId, signers) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Attaches an attachment containing the named contract to the transaction
_attachment(contractClassName, attachmentId, signers, jarManifestAttributes) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Attaches an attachment containing the named contract to the transaction.
_attachment(contractClassName) - Method in class net.corda.testing.dsl.TransactionDSL
Attaches an attachment containing the named contract to the transaction
_attachment(contractClassName, attachmentId, signers) - Method in class net.corda.testing.dsl.TransactionDSL
Attaches an attachment containing the named contract to the transaction
_attachment(contractClassName, attachmentId, signers, jarManifestAttributes) - Method in class net.corda.testing.dsl.TransactionDSL
Attaches an attachment containing the named contract to the transaction.
_attachment(contractClassName) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Attaches an attachment containing the named contract to the transaction
_attachment(contractClassName, attachmentId, signers) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Attaches an attachment containing the named contract to the transaction
_attachment(contractClassName, attachmentId, signers, jarManifestAttributes) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Attaches an attachment containing the named contract to the transaction.
_transaction(transactionLabel, transactionBuilder, dsl) - Method in class net.corda.testing.dsl.LedgerDSL
Creates and adds a transaction to the ledger.
_transaction(transactionLabel, transactionBuilder, dsl) - Method in interface net.corda.testing.dsl.LedgerDSLInterpreter
Creates and adds a transaction to the ledger.
_transaction(transactionLabel, transactionBuilder, dsl) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
Creates and adds a transaction to the ledger.
_tweak(dsl) - Method in class net.corda.testing.dsl.LedgerDSL
Creates a local scoped copy of the ledger.
_tweak(dsl) - Method in interface net.corda.testing.dsl.LedgerDSLInterpreter
Creates a local scoped copy of the ledger.
_tweak(dsl) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
Creates a local scoped copy of the ledger.
_tweak(dsl) - Method in class net.corda.testing.dsl.TestTransactionDSLInterpreter
Creates a local scoped copy of the transaction.
_tweak(dsl) - Method in class net.corda.testing.dsl.TransactionDSL
Creates a local scoped copy of the transaction.
_tweak(dsl) - Method in interface net.corda.testing.dsl.TransactionDSLInterpreter
Creates a local scoped copy of the transaction.
_unverifiedTransaction(transactionLabel, transactionBuilder, dsl) - Method in class net.corda.testing.dsl.LedgerDSL
Creates and adds a transaction to the ledger that will not be verified by Verifies.verifies.
_unverifiedTransaction(transactionLabel, transactionBuilder, dsl) - Method in interface net.corda.testing.dsl.LedgerDSLInterpreter
Creates and adds a transaction to the ledger that will not be verified by Verifies.verifies.
_unverifiedTransaction(transactionLabel, transactionBuilder, dsl) - Method in class net.corda.testing.dsl.TestLedgerDSLInterpreter
Creates and adds a transaction to the ledger that will not be verified by Verifies.verifies.
A B C D E F G H I J L M N O P Q R S T U V W _ 
Skip navigation links