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

org.hcjf.cloud.impl.objects.DistributedObject Maven / Gradle / Ivy

package org.hcjf.cloud.impl.objects;

/**
 * @author javaito
 */
public interface DistributedObject {

    Object getKey();

    Object getInstance();

    Long getLastUpdate();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy