org.mobicents.media.server.impl.resource.zap
Class BChannelFactory

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.zap.BChannelFactory
All Implemented Interfaces:
org.mobicents.media.ComponentFactory

public class BChannelFactory
extends java.lang.Object
implements org.mobicents.media.ComponentFactory

Author:
kulikov

Constructor Summary
BChannelFactory()
           
 
Method Summary
 org.mobicents.media.Format getFormat()
           
 int getSpan()
           
 int getTimeslot()
           
 org.mobicents.media.Component newInstance(org.mobicents.media.server.spi.Endpoint endpoint)
           
 void setFormat(org.mobicents.media.Format format)
           
 void setSpan(int span)
           
 void setTimeslot(int timeslot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BChannelFactory

public BChannelFactory()
Method Detail

getSpan

public int getSpan()

setSpan

public void setSpan(int span)

getTimeslot

public int getTimeslot()

setTimeslot

public void setTimeslot(int timeslot)

getFormat

public org.mobicents.media.Format getFormat()

setFormat

public void setFormat(org.mobicents.media.Format format)

newInstance

public org.mobicents.media.Component newInstance(org.mobicents.media.server.spi.Endpoint endpoint)
                                          throws org.mobicents.media.server.spi.ResourceUnavailableException
Specified by:
newInstance in interface org.mobicents.media.ComponentFactory
Throws:
org.mobicents.media.server.spi.ResourceUnavailableException


Copyright © 2010. All Rights Reserved.