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

org.drools.grid.GridNode Maven / Gradle / Ivy

There is a newer version: 5.6.0.Final
Show newest version
package org.drools.grid;

public interface GridNode
    extends
    GridService {

    public  T get( String identifier,
                      Class cls );

    public  T get( Class serviceClass );

    public void set( String identifier,
                     Object object );

    public boolean isRemote();

    public boolean isLocalProxy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy