com.businessobjects.jsf.sdk.properties
Class ReportServerType

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.properties.ReportServerType

public class ReportServerType
extends java.lang.Object

Contains fields that specify the type of server used to view reports.


Field Summary
static int PageServer
           Use the Page Server to view reports.
static int ReportApplicationServer
           Use the Report Application Server to view reports.
 
Constructor Summary
ReportServerType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ReportApplicationServer

public static final int ReportApplicationServer

Use the Report Application Server to view reports.

See Also:
Constant Field Values

PageServer

public static final int PageServer

Use the Page Server to view reports.

See Also:
Constant Field Values
Constructor Detail

ReportServerType

public ReportServerType()