Uses of Class
com.tibco.ep.testing.framework.MultiNodeException
-
Packages that use MultiNodeException Package Description com.tibco.ep.testing.framework Unit testing framework -
-
Uses of MultiNodeException in com.tibco.ep.testing.framework
Methods in com.tibco.ep.testing.framework that throw MultiNodeException Modifier and Type Method Description void
MultiNodeCoordinator. waitForState(Enum<?> state)
Waits for all nodes in the cluster to declare that they have got to this statevoid
MultiNodeCoordinator. waitForState(Enum<?> state, int waitSeconds)
Waits for all nodes in the cluster to declare that they have got to this statevoid
MultiNodeCoordinator. waitForState(String state)
Waits for all nodes in the cluster to declare that they have got to this statevoid
MultiNodeCoordinator. waitForState(String state, int waitSeconds)
Waits for all nodes in the cluster to declare that they have got to this state
-