Uses of Class
com.ericsson.otp.erlang.OtpLocalNode
-
Packages that use OtpLocalNode Package Description com.ericsson.otp.erlang -
-
Uses of OtpLocalNode in com.ericsson.otp.erlang
Subclasses of OtpLocalNode in com.ericsson.otp.erlang Modifier and Type Class Description classOtpNodeRepresents a local OTP node.classOtpSelfRepresents an OTP node.classOtpServerDeprecated.the functionality of this class has been moved toOtpSelf.Fields in com.ericsson.otp.erlang declared as OtpLocalNode Modifier and Type Field Description protected OtpLocalNodeAbstractConnection. localNodeMethods in com.ericsson.otp.erlang with parameters of type OtpLocalNode Modifier and Type Method Description static booleanOtpEpmd. publishPort(OtpLocalNode node)Register with Epmd, so that other nodes are able to find and connect to it.static voidOtpEpmd. unPublishPort(OtpLocalNode node)Unregister from Epmd.Constructors in com.ericsson.otp.erlang with parameters of type OtpLocalNode Constructor Description AbstractConnection(OtpLocalNode self, OtpPeer other)Intiate and open a connection to a remote node.AbstractConnection(OtpLocalNode self, OtpTransport s)Accept an incoming connection from a remote node.OtpErlangPid(OtpLocalNode self)Deprecated.use OtpLocalNode:createPid() insteadOtpErlangRef(OtpLocalNode self)Deprecated.use OtpLocalNode:createRef() instead
-