org.mobicents.media.server
Class BaseSS7EndpointImpl

java.lang.Object
  extended by org.mobicents.media.server.BaseEndpointImpl
      extended by org.mobicents.media.server.BaseSS7EndpointImpl
All Implemented Interfaces:
Endpoint

public abstract class BaseSS7EndpointImpl
extends BaseEndpointImpl

Basic implementation of the endpoint.

Author:
kulikov, amit bhayani

Field Summary
protected  int channelID
           
protected  boolean isALaw
           
protected  SS7Manager ss7Manager
           
 
Fields inherited from class org.mobicents.media.server.BaseEndpointImpl
connections, ENDPOINT_LOCAL_TO_REMOTE, ENDPOINT_NORMAL, ENDPOINT_REMOTE_TO_REMOTE, mediaTypes
 
Constructor Summary
BaseSS7EndpointImpl(String localName, int endpointType, SS7Manager ss7Manager, int channelID, boolean isALaw)
           
 
Method Summary
 
Methods inherited from class org.mobicents.media.server.BaseEndpointImpl
block, configure, createConnection, deleteAllConnections, deleteConnection, describe, getActiveConnectionsCount, getClock, getConnection, getConnections, getDspFactory, getLocalName, getMediaTypes, getRtpManager, getScheduler, getSink, getSource, getState, setDspFactory, setLocalConnections, setRtpConnections, setRtpManager, setScheduler, setState, start, stop, unblock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mobicents.media.server.spi.Endpoint
getResource
 

Field Detail

ss7Manager

protected SS7Manager ss7Manager

channelID

protected int channelID

isALaw

protected boolean isALaw
Constructor Detail

BaseSS7EndpointImpl

public BaseSS7EndpointImpl(String localName,
                           int endpointType,
                           SS7Manager ss7Manager,
                           int channelID,
                           boolean isALaw)


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