All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jolokia.discovery.AgentDetailsHolder Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package org.jolokia.discovery;

/**
 * Holder which maintain the agent details for the current agent.
 *
 * @author roland
 * @since 31.01.14
 */
public interface AgentDetailsHolder {

    /**
     * Get the details which specify the current agent. The returned
     * details should not be kept but instead each time details are needed
     * this interface should be queried again.
     *
     * @return the details for this agent.
     */
    AgentDetails getAgentDetails();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy