palio.api
Class PalioAPI

java.lang.Object
  extended by palio.api.PalioAPI

public class PalioAPI
extends java.lang.Object

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 is default gateway to access jPALIO API.

Author:
Szymon Kuklewicz

Method Summary
static IInstance instance()
          Returns instance assigned to current execution context.
static IServer server()
          Returns server assigned to current execution context.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

server

public static IServer server()
Returns server assigned to current execution context.

Returns:
server instance

instance

public static IInstance instance()
Returns instance assigned to current execution context.

Returns:
current instance