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()
          Deprecated. there is no use in V8.1
 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

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

Returns:
the number of max concurrent reports.
Since:

getConcurrentReports

int getConcurrentReports()
Returns the number of concurrent reports.

Returns:
the number of concurrent reports.
Since:

setConcurrentReports

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

Parameters:
the - number of concurrent reports.
Since:

getPerformancePriority

int getPerformancePriority()
Deprecated. there is no use in V8.1

Returns the performance priority of the cluster server

Returns:
the performance priority of the cluster server
Since: