KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > media > engine > image > ImageFileMediaPublisherMBean


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.media.engine.image;
8
9 /**
10  * MBean interface.
11  */

12 public interface ImageFileMediaPublisherMBean extends org.jboss.media.engine.MediaPublisherMBean
13 {
14
15    void publish() throws java.lang.Exception JavaDoc;
16
17    void stop();
18
19    void addPluginGraph(org.jboss.media.engine.MediaPluginGraph pg);
20
21 }
22
Popular Tags