org.cafesip.jiplet
Interface JipletContextMBean

All Known Implementing Classes:
JipletContext

public interface JipletContextMBean

This interface exposes the management interface for a jiplet context. Management applications can invoke the methods specified in this interface using the JMX interface.


Method Summary
 org.cafesip.jiplet.jmxbeans.JipletElement getJipletProperty(java.lang.String name)
          Returns the property of the jiplet specified by the name parameter.
 java.lang.String[] listJiplets()
           
 

Method Detail

listJiplets

java.lang.String[] listJiplets()
Returns:
names of the jiplets belonging to a context.

getJipletProperty

org.cafesip.jiplet.jmxbeans.JipletElement getJipletProperty(java.lang.String name)
Returns the property of the jiplet specified by the name parameter.

Parameters:
name - name of the jiplet
Returns:
the property of the jiplet encapsulated by the JipletElement object. A null value is returned if the jiplet is not found.


http://www.cafesip.org