NodeHandleInternal

Properties

Link copied to clipboard
open override val baseDirectory: Path

The location of the node's base directory

Link copied to clipboard
abstract val configuration: <Error class: unknown class>
Link copied to clipboard
open override val jmxAddress: NetworkHostAndPort?

Get the JMX server address for this node, if JMX is enabled

Link copied to clipboard
abstract val nodeInfo: NodeInfo

Get the NodeInfo for this node

Link copied to clipboard
open override val p2pAddress: NetworkHostAndPort

Get the p2p address for this node

Link copied to clipboard
abstract val rpc: CordaRPCOps

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.

Link copied to clipboard
open override val rpcAddress: NetworkHostAndPort

Get the rpc address for this node

Link copied to clipboard

Get the rpc admin address for this node

Link copied to clipboard
abstract val rpcUsers: List<User>

Get a List of User's for this node

Link copied to clipboard
abstract val useHTTPS: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
Link copied to clipboard
abstract fun stop()

Stops the referenced node.

Link copied to clipboard
fun NodeHandle.waitForShutdown(): <Error class: unknown class><Unit>