org.mobicents.media.server.ctrl.mgcp.evt
Class MgcpPackage
java.lang.Object
org.mobicents.media.server.ctrl.mgcp.evt.MgcpPackage
public class MgcpPackage
- extends java.lang.Object
- Author:
- kulikov, baranowb
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MgcpPackage
public MgcpPackage()
getMediaType
public org.mobicents.media.server.spi.MediaType getMediaType()
- Returns:
- the mediaType
getDetectorInterface
public java.lang.String getDetectorInterface()
- Returns:
- the detectorInterface
getCDetectorInterface
public java.lang.Class getCDetectorInterface()
setMediaType
public void setMediaType(org.mobicents.media.server.spi.MediaType mediaType)
- Parameters:
mediaType - the mediaType to set
setDetectorInterface
public void setDetectorInterface(java.lang.String detectorInterface)
- Parameters:
detectorInterface - the detectorInterface to set
getId
public int getId()
getName
public java.lang.String getName()
setId
public void setId(int id)
setName
public void setName(java.lang.String name)
getController
public MgcpController getController()
setController
public void setController(MgcpController controller)
_getGenerators
public GeneratorFactory[] _getGenerators()
setGenerators
public void setGenerators(java.util.List<GeneratorFactory> signals)
_getDetectors
public DetectorFactory[] _getDetectors()
setDetectors
public void setDetectors(java.util.List<DetectorFactory> events)
getGenerator
public SignalGenerator getGenerator(jain.protocol.ip.mgcp.pkg.MgcpEvent evt)
getDetector
public EventDetector getDetector(jain.protocol.ip.mgcp.pkg.MgcpEvent evt,
jain.protocol.ip.mgcp.message.parms.RequestedAction[] actions)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.