DBAbstract API Documentation

ro.raducora.utils.props
Interface ServerProps

All Superinterfaces:
Props
All Known Implementing Classes:
ServerProperties, ServerXMLProperties

public interface ServerProps
extends Props

Author:
Radu Coravu
Created on May 8, 2004

Method Summary
 boolean allowDirectConnection()
          Allow direct connections from clients that found the server through another server.
 int getMaxNumberOfAllowedClients()
          Gets the max number of allowed clients
 
Methods inherited from interface ro.raducora.utils.props.Props
reload
 

Method Detail

allowDirectConnection

public boolean allowDirectConnection()
Allow direct connections from clients that found the server through another server.

Returns:
true if direct connection is allowed

getMaxNumberOfAllowedClients

public int getMaxNumberOfAllowedClients()
Gets the max number of allowed clients

Returns:
the max number of allowed connections

DBAbstract API Documentation

© Copyright Radu Coravu 2002 - 2004.