Uses of Class
com.tailf.ha.HaException
Packages that use HaException
-
Uses of HaException in com.tailf.ha
Methods in com.tailf.ha that return HaExceptionMethods in com.tailf.ha that throw HaExceptionModifier and TypeMethodDescriptionvoid
Ha.beNone()
Instruct a node to resume the initial state, i.e.void
Instruct an HA node to be primary and also give the node a name.void
Ha.beRelay()
Instruct a secondary node to be a relay for other secondaries.void
Ha.beSecondary
(ConfValue myNodeId, ConfHaNode primary, boolean waitForReply) Instruct an HA node to be a secondary to a named primary.void
Ha.secondaryDead
(ConfValue nodeId) This function must be used by the application to inform the HA subsystem that another node which is possibly connected to the server is dead.Ha.status()
Query an HA node for its status.Constructors in com.tailf.ha that throw HaException