JSR-043: JTAPI-1.4

javax.telephony.media.connection
Interface MediaConnectionConstants

All Known Subinterfaces:
Async_MediaConnection, Async_MediaConnectionEvent, Cnx, MediaConnection, MediaConnectionEvent

public interface MediaConnectionConstants

Symbol constants used by MediaConnection.

Since:
JTAPI-1.4

Field Summary
static Symbol ev_Bridge
          EventID for bridge method.
static Symbol ev_Connect
          Possible EventID for the connect method.
static Symbol ev_Disconnect
          EventID for disconnect.
static Symbol ev_Join
          EventID for join method.
static Symbol ev_Loopback
          EventID for loopback.
static Symbol ev_SetDataFlow
          EventID for setDataFlow.
static Symbol v_AllConnections
          Use this to setDataFlow or disconnect All the connections.
static Symbol v_AllSecondary
          Use this to setDataFlow or disconnect All the Secondary connections.
static Symbol v_Both
          data moves both direction between this MediaService and the other.
static Symbol v_Bridge
          connType for connect().
static Symbol v_Join
          connType for connect().
static Symbol v_Listen
          data moves from other MediaService to this one.
static Symbol v_Loopback
          connType for connect().
static Symbol v_None
          no data movement, the MediaConnection is muted.
static Symbol v_Primary
          Use this to setDataFlow or disconnect the Primary connection.
static Symbol v_PrimaryToPrimary
          connType for connect().
static Symbol v_PrimaryToSecondary
          connType for connect().
static Symbol v_SecondaryToSecondary
          connType for connect().
static Symbol v_Talk
          data moves from this MediaService to the other.
 

Field Detail

ev_Bridge

public static final Symbol ev_Bridge
EventID for bridge method.

ev_Join

public static final Symbol ev_Join
EventID for join method.

ev_Loopback

public static final Symbol ev_Loopback
EventID for loopback.

ev_Disconnect

public static final Symbol ev_Disconnect
EventID for disconnect.

ev_Connect

public static final Symbol ev_Connect
Possible EventID for the connect method.

Note: In practice the EventID for the connect method may be something other than ev_Connect; it maybe the appropriate one of ev_bridge, ev_join, ev_loopback.


ev_SetDataFlow

public static final Symbol ev_SetDataFlow
EventID for setDataFlow.

v_Bridge

public static final Symbol v_Bridge
connType for connect(). Secondary to Secondary.

v_Join

public static final Symbol v_Join
connType for connect(). Primary to Secondary.

v_Loopback

public static final Symbol v_Loopback
connType for connect(). Primary to Primary.

v_SecondaryToSecondary

public static final Symbol v_SecondaryToSecondary
connType for connect(). same as v_Bridge.

v_PrimaryToSecondary

public static final Symbol v_PrimaryToSecondary
connType for connect(). same as v_Join.

v_PrimaryToPrimary

public static final Symbol v_PrimaryToPrimary
connType for connect(). same as v_Loopback.

v_Talk

public static final Symbol v_Talk
data moves from this MediaService to the other.

v_Listen

public static final Symbol v_Listen
data moves from other MediaService to this one.

v_Both

public static final Symbol v_Both
data moves both direction between this MediaService and the other.

v_None

public static final Symbol v_None
no data movement, the MediaConnection is muted.

v_Primary

public static final Symbol v_Primary
Use this to setDataFlow or disconnect the Primary connection.

v_AllSecondary

public static final Symbol v_AllSecondary
Use this to setDataFlow or disconnect All the Secondary connections.

v_AllConnections

public static final Symbol v_AllConnections
Use this to setDataFlow or disconnect All the connections.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org