Ontimize 5.2072EN

com.ontimize.locator
Interface ClientReferenceLocator

All Known Implementing Classes:
ReferenceLocator

public interface ClientReferenceLocator

Interface that musts be implemented by the client locator


Method Summary
 int getChatCheckTime()
          Get the time between two verifications of new chat messages
 InitialContext getInitialContext()
           
 int getMessageCheckTime()
           
 java.lang.String getUser()
          Get the current user name
 boolean hasChat()
          True when the application has a chat configured
 void showMessageDialog(java.awt.Component c)
           
 

Method Detail

getChatCheckTime

public int getChatCheckTime()
Get the time between two verifications of new chat messages

Returns:

getMessageCheckTime

public int getMessageCheckTime()

hasChat

public boolean hasChat()
True when the application has a chat configured

Returns:

showMessageDialog

public void showMessageDialog(java.awt.Component c)

getUser

public java.lang.String getUser()
Get the current user name

Returns:

getInitialContext

public InitialContext getInitialContext()

Ontimize