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

org.jboss.remoting.samples.chat.client.ConnectionStrategy Maven / Gradle / Ivy

There is a newer version: 5.0.29.Final
Show newest version
package org.jboss.remoting.samples.chat.client;

import org.jboss.remoting.samples.chat.exceptions.ConnectionException;

public interface ConnectionStrategy
{
    void list() throws ConnectionException;
    void create() throws ConnectionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy