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

com.enonic.xp.shared.SharedMapService Maven / Gradle / Ivy

There is a newer version: 7.14.4
Show newest version
package com.enonic.xp.shared;

public interface SharedMapService
{
    /**
     * @param name name of a shared map
     * @param   the type of keys maintained by this map. Can only be standard Java classes.
     * @param   the type of values maintained by this map. Can only be standard Java classes.
     * @return map instance that is shared across all XP nodes
     */
     SharedMap getSharedMap( String name );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy