J-Sim v1.2.1-p7 API

drcl.inet.socket
Interface SocketConstants

All Known Implementing Classes:
SocketContract

public interface SocketConstants

A collection of constants related to SocketContract.


Field Summary
static int ACCEPT
           
static int ACCEPT_REPLY
           
static int CLOSE
           
static int CLOSE_REPLY
           
static int CONNECT
           
static int CONNECT_REPLY
           
static int ERROR
           
static int ESTABLISHED
          Indicates the port connection is established between the peers of the contract.
static java.lang.String[] TYPES
           
 

Field Detail

ACCEPT

public static final int ACCEPT
See Also:
Constant Field Values

ACCEPT_REPLY

public static final int ACCEPT_REPLY
See Also:
Constant Field Values

CONNECT

public static final int CONNECT
See Also:
Constant Field Values

CONNECT_REPLY

public static final int CONNECT_REPLY
See Also:
Constant Field Values

CLOSE

public static final int CLOSE
See Also:
Constant Field Values

CLOSE_REPLY

public static final int CLOSE_REPLY
See Also:
Constant Field Values

ESTABLISHED

public static final int ESTABLISHED
Indicates the port connection is established between the peers of the contract.

See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

TYPES

public static final java.lang.String[] TYPES

J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~