org.mobicents.javax.media.mscontrol.networkconnection.fsm
Interface ConnectionState


public interface ConnectionState

Author:
kulikov

Field Summary
static String CANCELED
           
static String CLOSING
           
static String FAILED
           
static String HALF_OPEN
           
static String INVALID
           
static String MODIFYING
           
static String NULL
           
static String OPEN
           
static String OPENING
           
 

Field Detail

NULL

static final String NULL
See Also:
Constant Field Values

OPENING

static final String OPENING
See Also:
Constant Field Values

OPEN

static final String OPEN
See Also:
Constant Field Values

HALF_OPEN

static final String HALF_OPEN
See Also:
Constant Field Values

CANCELED

static final String CANCELED
See Also:
Constant Field Values

MODIFYING

static final String MODIFYING
See Also:
Constant Field Values

CLOSING

static final String CLOSING
See Also:
Constant Field Values

FAILED

static final String FAILED
See Also:
Constant Field Values

INVALID

static final String INVALID
See Also:
Constant Field Values


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.