org.jboss.media.engine.image
Class ImageFileMediaPublisher

java.lang.Object
  extended byorg.jboss.media.engine.MediaPublisher (src) 
      extended byorg.jboss.media.engine.image.ImageFileMediaPublisher

public class ImageFileMediaPublisher
extends MediaPublisher (src)


Field Summary
 
Fields inherited from class org.jboss.media.engine.MediaPublisher (src)
log
 
Constructor Summary
ImageFileMediaPublisher()
           
 
Method Summary
 void addPluginGraph(MediaPluginGraph (src)  pg)
          Stops publication of the current media
 void publish()
          Publishes the processed media using a the specified protocol server
 void stop()
          Stops publication of the current media
 
Methods inherited from class org.jboss.media.engine.MediaPublisher (src)
getContext, getFileName, getHost, getName, getPort, setContext, setFileName, setHost, setName, setPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFileMediaPublisher

public ImageFileMediaPublisher()
Method Detail

publish

public void publish()
             throws java.lang.Exception
Description copied from class: MediaPublisher (src)
Publishes the processed media using a the specified protocol server

Specified by:
publish in class MediaPublisher (src)
Throws:
java.lang.Exception

stop

public void stop()
Description copied from class: MediaPublisher (src)
Stops publication of the current media

Specified by:
stop in class MediaPublisher (src)

addPluginGraph

public void addPluginGraph(MediaPluginGraph (src)  pg)
Description copied from class: MediaPublisher (src)
Stops publication of the current media

Specified by:
addPluginGraph in class MediaPublisher (src)