com.businessobjects.sdk.plugin.admin.docprocessingserveradmin
Interface IDocProcessingProcServerConnection


Deprecated. As of version 12.0. See the BusinessObjects Enterprise SDK Java Developer Guide for information on how to programmatically perform server administration tasks using the new Server Intelligence framework.

public interface IDocProcessingProcServerConnection

This interface provides metrics for the number of connections from a Desktop Intelligence Cache Server to a Desktop Intelligence Page Server and the name of that 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 Desktop Intelligence Page Server connected to the Desktop Intelligence Cache Server.

Returns:
A String that contains the name of the Desktop Intelligence Page Server connected to the Desktop Intelligence Cache Server.

getConnections

int getConnections()
Deprecated. As of version 12.0.

Returns the number of connections from the Desktop Intelligence Cache Server to a Desktop Intelligence Page Server.

Returns:
An int that specifies the number of connections from the Crystal Reports Cache Server to a Desktop Intelligence Page Server.