Uses of Class
com.ericsson.otp.erlang.AbstractNode
-
Packages that use AbstractNode Package Description com.ericsson.otp.erlang -
-
Uses of AbstractNode in com.ericsson.otp.erlang
Subclasses of AbstractNode in com.ericsson.otp.erlang Modifier and Type Class Description classOtpLocalNodeThis class represents local node types.classOtpNodeRepresents a local OTP node.classOtpPeerRepresents a remote OTP node.classOtpSelfRepresents an OTP node.classOtpServerDeprecated.the functionality of this class has been moved toOtpSelf.Methods in com.ericsson.otp.erlang with parameters of type AbstractNode Modifier and Type Method Description static intOtpEpmd. lookupPort(AbstractNode node)Determine what port a node listens for incoming connections on.
-