Interface PiranhaInfoMBean

  • All Known Implementing Classes:
    PiranhaInfo

    public interface PiranhaInfoMBean
    The Piranha Info MBean.
    Author:
    Manfred Riem ([email protected])
    • Method Detail

      • getPiranha

        Piranha getPiranha()
        Get the reference to Piranha.
        Returns:
        the reference to Piranha.
      • getVersion

        String getVersion()
        Get the version string.
        Returns:
        the version.
      • setPiranha

        void setPiranha​(Piranha piranha)
        Set the reference to Piranha.
        Parameters:
        piranha - the reference to Piranha.