com.joctopus.core
Class Services

java.lang.Object
  extended by com.joctopus.core.Services

public class Services
extends java.lang.Object

Defines background services that will be started. these services are foundation of chat and file transfer between users.

Since:
1.0

Field Summary
static java.lang.String CHAT_SERVER
          Specifies chart server name
static java.lang.String FILE_RECIEVER_SERVER
          Specifies file reciever server name
static java.lang.String FILE_TRANSFER_SERVER
          Specifies file transfer server name
static java.lang.String HANDSHAKE_SERVER
          Specifies handshake server name
static java.lang.String INSTANCE_MANAGER_SERVER
          Specifies instance manager server name
static java.lang.String VERSION
          1.0 -> 1.1 BUG FIXES 1.
 
Constructor Summary
Services()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHAT_SERVER

public static final java.lang.String CHAT_SERVER
Specifies chart server name

See Also:
Constant Field Values

FILE_TRANSFER_SERVER

public static final java.lang.String FILE_TRANSFER_SERVER
Specifies file transfer server name

See Also:
Constant Field Values

HANDSHAKE_SERVER

public static final java.lang.String HANDSHAKE_SERVER
Specifies handshake server name

See Also:
Constant Field Values

INSTANCE_MANAGER_SERVER

public static final java.lang.String INSTANCE_MANAGER_SERVER
Specifies instance manager server name

See Also:
Constant Field Values

FILE_RECIEVER_SERVER

public static final java.lang.String FILE_RECIEVER_SERVER
Specifies file reciever server name

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
1.0 -> 1.1 BUG FIXES 1. when user is not connected at that time when new chat is recieved by user, it results in null pointer exception 2. when new chat window is popup then menuitems gets added to popup menu for each window. NEW FUNCTIONALITIES 1. added CLEAR button in file transfer panel 2. recieving files from multiple clients synchronously 1.1 -> 1.2 BUG FIXES 1. once scan is started then it cannot be stopped. NEW FUNCTIONALITIES 1. Queing functionality in FileReciever 2. config.xml,users.xml path-configuration through settings.ini file

See Also:
Constant Field Values
Constructor Detail

Services

public Services()