palio.api
Interface IServer


public interface IServer

jPALIO USERS API. Classes and methods writter should not change as it's possible. Implementations however can be easily changed. The purpose of this API is to focus users on classes that should be used by them. This is also a warning not to use any internal classes outside this API. This class represents jPALIO API server.

Author:
Szymon Kuklewicz

Method Summary
 IInstance getInstance(java.lang.String instanceName)
           
 java.util.Set<java.lang.String> getInstanceNames()
           
 

Method Detail

getInstanceNames

java.util.Set<java.lang.String> getInstanceNames()
Returns:
set of instances available

getInstance

IInstance getInstance(java.lang.String instanceName)
Parameters:
instanceName - name of instance to get
Returns:
instance of specifed name