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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MgcpPackage
public MgcpPackage()
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 java.util.List<GeneratorFactory> getGenerators()
setGenerators
public void setGenerators(java.util.List<GeneratorFactory> signals)
getDetectors
public java.util.List<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)
Copyright © 2010. All Rights Reserved.