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

bboss.org.jgroups.blocks.Connection Maven / Gradle / Ivy

The newest version!
package bboss.org.jgroups.blocks;

import java.io.IOException;


public interface Connection{
    
    public boolean isOpen();
    
    public boolean isExpired(long milis);
    
    public void close() throws IOException;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy