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

Uses of OtpSelf in com.ericsson.otp.erlang
 

Subclasses of OtpSelf in com.ericsson.otp.erlang
 class OtpServer
          Deprecated. the functionality of this class has been moved to OtpSelf.
 

Fields in com.ericsson.otp.erlang declared as OtpSelf
protected  OtpSelf OtpConnection.self
           
 

Methods in com.ericsson.otp.erlang that return OtpSelf
 OtpSelf OtpConnection.self()
          Get information about the node at the local end of this connection.
 

Methods in com.ericsson.otp.erlang with parameters of type OtpSelf
 OtpConnection OtpPeer.connect(OtpSelf self)
          Deprecated. Use the corresponding method in OtpSelf instead.
 

Constructors in com.ericsson.otp.erlang with parameters of type OtpSelf
OtpServer(OtpSelf self)
          Deprecated. Create an OtpServer from an existing OtpSelf.
 



Copyright © 2012 Open Source Erlang. All Rights Reserved.