|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.media.engine.MediaPublisher
Field Summary | |
protected Logger (src) |
log
|
Constructor Summary | |
MediaPublisher()
|
Method Summary | |
abstract void |
addPluginGraph(MediaPluginGraph (src) pg)
Stops publication of the current media |
java.lang.String |
getContext()
Returns the context. |
java.lang.String |
getFileName()
Returns the fileName. |
java.lang.String |
getHost()
Returns the host. |
ObjectName (src) |
getName()
|
int |
getPort()
Returns the port. |
abstract void |
publish()
Publishes the processed media using a the specified protocol server |
void |
setContext(java.lang.String context)
Sets the context. |
void |
setFileName(java.lang.String fileName)
Sets the fileName. |
void |
setHost(java.lang.String host)
Sets the host. |
void |
setName(ObjectName (src) name)
|
void |
setPort(int port)
Sets the port. |
abstract void |
stop()
Stops publication of the current media |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Logger (src) log
Constructor Detail |
public MediaPublisher()
Method Detail |
public java.lang.String getContext()
public java.lang.String getFileName()
public java.lang.String getHost()
public int getPort()
public void setContext(java.lang.String context)
context
- The context to setpublic void setFileName(java.lang.String fileName)
fileName
- The fileName to setpublic void setHost(java.lang.String host)
host
- The host to setpublic void setPort(int port)
port
- The port to setpublic ObjectName (src) getName()
public void setName(ObjectName (src) name)
name
- public abstract void publish() throws java.lang.Exception
java.lang.Exception
public abstract void stop()
public abstract void addPluginGraph(MediaPluginGraph (src) pg)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |