Uses of Class
com.ericsson.otp.erlang.OtpLocalNode

Uses of OtpLocalNode in com.ericsson.otp.erlang
 

Subclasses of OtpLocalNode in com.ericsson.otp.erlang
 class OtpNode
           Represents a local OTP node.
 class OtpSelf
          Represents an OTP node.
 class OtpServer
          Deprecated. the functionality of this class has been moved to OtpSelf.
 

Fields in com.ericsson.otp.erlang declared as OtpLocalNode
protected  OtpLocalNode AbstractConnection.self
           
 

Methods in com.ericsson.otp.erlang with parameters of type OtpLocalNode
static boolean OtpEpmd.publishPort(OtpLocalNode node)
          Register with Epmd, so that other nodes are able to find and connect to it.
static void OtpEpmd.unPublishPort(OtpLocalNode node)
          Unregister from Epmd.
 

Constructors in com.ericsson.otp.erlang with parameters of type OtpLocalNode
AbstractConnection(OtpLocalNode self, OtpPeer other)
          Intiate and open a connection to a remote node.
AbstractConnection(OtpLocalNode self, java.net.Socket s)
          Accept an incoming connection from a remote node.
OtpErlangPid(OtpLocalNode self)
          Deprecated. use OtpLocalNode:createPid() instead
OtpErlangRef(OtpLocalNode self)
          Deprecated. use OtpLocalNode:createRef() instead
 



Copyright © 2012 Open Source Erlang. All Rights Reserved.