com.crystaldecisions.sdk.plugin.admin.cachepageserveradmin
Interface IPageServerConnection


Deprecated. As of version 12.0.

public interface IPageServerConnection

This interface provides metrics for the number of connections from a Crystal Reports Cache Server to a Crystal Reports Page Server and the name of that Crystal Reports Page Server.


Method Summary
 int getConnections()
          Deprecated. As of version 12.0.
 java.lang.String getServerName()
          Deprecated. As of version 12.0.
 

Method Detail

getServerName

java.lang.String getServerName()
Deprecated. As of version 12.0.

Returns the name of a Crystal Reports Page Server connected to the Crystal Reports Cache Server.

Returns:
A String containing the name of the Crystal Reports Page Server connected to the Crystal Reports Cache Server.

getConnections

int getConnections()
Deprecated. As of version 12.0.

Returns the number of connections from the Crystal Reports Cache Server to a Crystal Reports Page Server.

Returns:
An int specifying the number of connections from the Crystal Reports Cache Server to a Crystal Reports Page Server.