org.mobicents.media.server.impl.dsp.audio.g729
Interface CodecMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean

public interface CodecMBean
extends org.jboss.system.ServiceMBean

Author:
Oleg Kulikov

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 org.mobicents.media.Format[] getInputFormats()
          Gets the list of supported input formats.
 java.lang.String getJndiName()
          Gets the JNDI name of the Codec Factory.
 org.mobicents.media.Format[] getOutputFormats()
          Gets the list of supported output formats.
 void setJndiName(java.lang.String jndiName)
          Modify the JNDI name of the Code Factory.
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getJndiName

java.lang.String getJndiName()
Gets the JNDI name of the Codec Factory.

Returns:
the JNDI name string.

setJndiName

void setJndiName(java.lang.String jndiName)
                 throws javax.naming.NamingException
Modify the JNDI name of the Code Factory.

Parameters:
jndiName - the new value of the Jndi name.
Throws:
javax.naming.NamingException

getInputFormats

org.mobicents.media.Format[] getInputFormats()
Gets the list of supported input formats.

Returns:
the list of formats.

getOutputFormats

org.mobicents.media.Format[] getOutputFormats()
Gets the list of supported output formats.

Returns:
the list of formats.


Copyright © 2009. All Rights Reserved.