org.ifeth.sehr.client.api.driver
Interface ConnectionConstants


public interface ConnectionConstants

Author:
hansjhaase

Field Summary
static int CONNECTION_CLOSED
           
static int CONNECTION_DOWN
           
static int CONNECTION_ERROR
           
static int CONNECTION_INUSE
           
static int CONNECTION_NEW
           
static int CONNECTION_UNDEFINED
           
static int CONNECTION_UNUSED
           
static int CONNECTION_UP
           
static int NO_SOCKET
           
 

Field Detail

CONNECTION_UNDEFINED

public static final int CONNECTION_UNDEFINED
See Also:
Constant Field Values

CONNECTION_UNUSED

public static final int CONNECTION_UNUSED
See Also:
Constant Field Values

CONNECTION_INUSE

public static final int CONNECTION_INUSE
See Also:
Constant Field Values

CONNECTION_NEW

public static final int CONNECTION_NEW
See Also:
Constant Field Values

CONNECTION_CLOSED

public static final int CONNECTION_CLOSED
See Also:
Constant Field Values

CONNECTION_ERROR

public static final int CONNECTION_ERROR
See Also:
Constant Field Values

CONNECTION_DOWN

public static final int CONNECTION_DOWN
See Also:
Constant Field Values

CONNECTION_UP

public static final int CONNECTION_UP
See Also:
Constant Field Values

NO_SOCKET

public static final int NO_SOCKET
See Also:
Constant Field Values