|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||