|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.resource.Pipe
public class Pipe
Pipe is part of a channel and joins individual components.
| Constructor Summary | |
|---|---|
protected |
Pipe(Channel channel)
Coinstructs new pipe. |
| Method Summary | |
|---|---|
void |
close()
Closes this pipe if it was open and do nothing if pipe was not open. |
org.mobicents.media.server.spi.Valve |
getValve()
|
void |
open(java.lang.String inletName,
java.lang.String outletName)
Joins source with sink |
void |
setValve(org.mobicents.media.server.spi.Valve valve)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Pipe(Channel channel)
channel - the owner of this pipe;| Method Detail |
|---|
public org.mobicents.media.server.spi.Valve getValve()
public void setValve(org.mobicents.media.server.spi.Valve valve)
public void open(java.lang.String inletName,
java.lang.String outletName)
throws UnknownComponentException
inletName - the name of source component.outletName - the name of sink component.
UnknownComponentException - if inletName or outletName is unknownpublic void start()
public void stop()
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||