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

N

net.corda.client.jackson - package net.corda.client.jackson
 
net.corda.client.jackson.internal - package net.corda.client.jackson.internal
 
net.corda.client.rpc - package net.corda.client.rpc
 
net.corda.client.rpc.ext - package net.corda.client.rpc.ext
 
net.corda.client.rpc.internal - package net.corda.client.rpc.internal
 
net.corda.client.rpc.internal.security - package net.corda.client.rpc.internal.security
 
net.corda.client.rpc.proxy - package net.corda.client.rpc.proxy
 
net.corda.client.rpc.proxy.notary - package net.corda.client.rpc.proxy.notary
 
net.corda.client.rpc.reconnect - package net.corda.client.rpc.reconnect
 
net.corda.finance - package net.corda.finance
 
net.corda.finance.flows - package net.corda.finance.flows
 
net.corda.finance.internal - package net.corda.finance.internal
 
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.nodeapi.flow.hospital - package net.corda.nodeapi.flow.hospital
 
net.corda.testing.database - package net.corda.testing.database
 
net.corda.testing.driver - package net.corda.testing.driver
 
net.corda.testing.driver.internal - package net.corda.testing.driver.internal
 
net.corda.testing.driver.internal.checkpoint - package net.corda.testing.driver.internal.checkpoint
 
net.corda.testing.dsl - package net.corda.testing.dsl
 
net.corda.testing.flows - package net.corda.testing.flows
 
net.corda.testing.http - package net.corda.testing.http
 
net.corda.testing.internal - package net.corda.testing.internal
 
net.corda.testing.internal.vault - package net.corda.testing.internal.vault
 
net.corda.testing.node - package net.corda.testing.node
 
net.corda.testing.node.internal - package net.corda.testing.node.internal
 
net.corda.testing.node.internal.network - package net.corda.testing.node.internal.network
 
net.corda.testing.node.internal.performance - package net.corda.testing.node.internal.performance
 
net.corda.testing.services - package net.corda.testing.services
 
net.corda.testing.tools - package net.corda.testing.tools
 
networkMapHashes() - function in net.corda.testing.node.internal.network.NetworkMapServer
 
NetworkMapServer - class in net.corda.testing.node.internal.network
 
NetworkMapServer.InMemoryNetworkMapService - class in net.corda.testing.node.internal.network.NetworkMapServer
 
networkMapURL() - function in net.corda.testing.node.internal.CompatibilityZoneParams
 
networkMapURL() - function in net.corda.testing.node.internal.SharedCompatibilityZoneParams
 
networkMapURL() - function in net.corda.testing.node.internal.SplitCompatibilityZoneParams
 
NetworkVisibilityController - class in net.corda.testing.node.internal
Keeps track of how many nodes each node sees and gates nodes from completing their startNode CordaFuture until all current nodes see everyone.
NetworkVisibilityController.VisibilityHandle - class in net.corda.testing.node.internal.NetworkVisibilityController
 
newContext(.<Error class: unknown class>) - function in net.corda.testing.node.internal.InternalTestUtilsKt
 
nextHostAndPort() - function in net.corda.testing.driver.PortAllocation
Get the next available port via nextPort and then return a NetworkHostAndPort
nextHostAndPort() - function in net.corda.testing.driver.PortAllocation
Get the next available port via nextPort and then return a NetworkHostAndPort
nextPort() - function in net.corda.testing.driver.DriverDSL
Returns the next port to use when instantiating test processes that must not conflict on the same machine
nextPort() - function in net.corda.testing.driver.DriverDSL
Returns the next port to use when instantiating test processes that must not conflict on the same machine
nextPort() - function in net.corda.testing.driver.DriverDSL
Returns the next port to use when instantiating test processes that must not conflict on the same machine
nextPort() - function in net.corda.testing.driver.InternalDriverDSL
Returns the next port to use when instantiating test processes that must not conflict on the same machine
nextPort() - function in net.corda.testing.driver.PortAllocation
 
nextPort() - function in net.corda.testing.driver.PortAllocation.Incremental
 
NodeBasedTest - class in net.corda.testing.node.internal
 
NodeFlowStatusRpcOps - class in net.corda.client.rpc.proxy
An RPC extension which provides access to the FlowHospitalThis interface is designed to allow external applications to query and view the status of the flows which are currently under monitoring by the FlowHospitalexample use:
val rpcAddress = NetworkHostAndPort("nodeAddress", 1000)
val client = MultiRPCClient(rpcAddress, NodeFlowStatusRpcOps::class.java, rpcUser.username, rpcUser.password)
val connFuture = client.start()
val conn = connFuture.get()
val flowStatusRPCOPs = conn.proxy

val matchingFlows: List<String>  = flowStatusRPCOPs.getFlowsMatching(FlowStatusQuery(
flowClass = "IssueToken",
flowState = FlowState.RUNNABLE,
progressStep = "SIGNING",
cordapp = "tokens-workflows",
compatibleWithCurrentCordaRuntime = true,
suspensionDuration = Duration.ofMinutes(10),
flowStart = FlowTimeWindow.between(Instant.now().minus(30, ChronoUnit.MINUTES), Instant.now())
)
)
matchingFlows.forEach { flowId ->
println(flowStatusRPCOPs.getFlowStatus(flowId))
}
NodeHandle - class in net.corda.testing.driver
A base interface which represents a node as part of the driver dsl, extended by InProcess and OutOfProcess
NodeHandleInternal - class in net.corda.testing.driver.internal
 
NodeHealthCheckRpcOps - class in net.corda.client.rpc.proxy
RPC client side interface for health check data retrieval.
nodeInfoFromParty(.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.IdentityObjectMapper
 
nodeInfoFromParty(.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.NoPartyObjectMapper
 
nodeInfoFromParty(.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.PartyInfoObjectMapper
 
nodeInfoFromParty(.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.PartyInfoRpcOps
 
nodeInfoFromParty(.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.PartyObjectMapper
 
nodeInfoFromParty(.<Error class: unknown class>) - function in net.corda.client.jackson.JacksonSupport.RpcObjectMapper
 
NodeListenProcessDeathException - class in net.corda.testing.node.internal
 
nodeMustBeStartedFuture(java.util.concurrent.ScheduledExecutorService,java.nio.file.Path,java.lang.Process,kotlin.jvm.functions.Function0) - function in net.corda.testing.node.internal.InternalTestUtilsKt
 
NodeParameters - class in net.corda.testing.driver
Parameters for creating a node for DriverDSL.startNode.
NodeStatusRpcOps - class in net.corda.client.rpc.proxy
An RPC extension which provides access to the Node StatusThis interface is designed to allow external applications to query and view the status of the nodeexample use:
val rpcAddress = NetworkHostAndPort("nodeAddress", 1000)
val client = MultiRPCClient(rpcAddress, NodeFlowStatusRpcOps::class.java, rpcUser.username, rpcUser.password)
val connFuture = client.start()
val conn = connFuture.get()
val nodeStatusRPCOPs = conn.proxy

println(nodeStatusRPCOPs.getConfigAsHOCONString())
}
NodeTestUtilsKt - class in net.corda.testing.node
 
NONE - enum entry in net.corda.finance.workflows.asset.ConfidentialIdentitiesMode
 
NotaryHandle - class in net.corda.testing.driver
Object ecapsulating a notary started automatically by the driver.
NotaryQueryRpcOps - class in net.corda.client.rpc.proxy.notary
Operations that are performed on the Notary Node of Corda Network
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.
notifyServerAndClose() - function in net.corda.client.rpc.CordaRPCConnection
Closes this client gracefully by sending a notification to the server, so it can immediately clean up resources.
notifyServerAndClose() - function in net.corda.client.rpc.RPCConnection
Closes this client gracefully by sending a notification to the server, so it can immediately clean up resources.
notifyServerAndClose() - function in net.corda.client.rpc.internal.ReconnectingCordaRPCOps.ReconnectingRPCConnection
Closes this client gracefully by sending a notification to the server, so it can immediately clean up resources.
notUsed(.<Error class: unknown class>) - function in net.corda.client.rpc.UtilsKt
This function should be invoked on any unwanted Observables returned from RPC to release the server resources.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _