org.mobicents.media.server.impl.resource.audio
Class RecorderFactory

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

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

Author:
amit bhayani, baranowb

Constructor Summary
RecorderFactory()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getRecordDir()
           
 org.mobicents.media.Component newInstance(org.mobicents.media.server.spi.Endpoint endpoint)
           
 void setName(java.lang.String name)
           
 void setRecordDir(java.lang.String recordDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecorderFactory

public RecorderFactory()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getRecordDir

public java.lang.String getRecordDir()

setRecordDir

public void setRecordDir(java.lang.String recordDir)

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.