jet.server.api.cluster
Interface ReportMember

All Superinterfaces:
Member, PropertiesCreator, java.io.Serializable

public interface ReportMember
extends Member, java.io.Serializable

A interface which represent a report server member in a cluster.

Since:
5.0

Method Summary
 int getConcurrentReports()
          Returns the number of concurrent reports.
 int getMaxConcurrentReports()
          Returns the number of max concurrent reports.
 int getPerformancePriority()
          Returns the performance priority of the cluster server
 void setConcurrentReports(int concurrentReports)
          set the number of concurrent reports.
 
Methods inherited from interface jet.server.api.cluster.Member
equals, equals, getBackupPriority, getHost, getPort, getServerName, isAdmin, isBackupAdmin
 
Methods inherited from interface jet.server.api.PropertiesCreator
toProperties
 

Method Detail

getMaxConcurrentReports

public int getMaxConcurrentReports()
Returns the number of max concurrent reports.

Returns:
the number of max concurrent reports.
Since:

getConcurrentReports

public int getConcurrentReports()
Returns the number of concurrent reports.

Returns:
the number of concurrent reports.
Since:

setConcurrentReports

public void setConcurrentReports(int concurrentReports)
set the number of concurrent reports.

Since:

getPerformancePriority

public int getPerformancePriority()
Returns the performance priority of the cluster server

Returns:
the performance priority of the cluster server
Since: