public class

ACMClusterInfo

extends Object
java.lang.Object
   ↳ com.microstrategy.webapi.acm.ACMClusterInfo

Class Overview

ACMClusterInfo marries the IServer connectivity info and the application type (the type of the client application). This information is used to create and close sessions with IServers

Summary

Fields
public final int mApplicationType The application type of the client application.
public final String mMachineName The IServer machine name
public final Integer mMachinePort The IServer port
Public Constructors
ACMClusterInfo(String iMachineName, int iMachinePort, int iApplicationType)
Public Methods
boolean equals(Object iThat)
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final int mApplicationType

The application type of the client application. This number gets displayed in the User Monitor in MSTR Developer and allows administrators to understand what components are connecting to the IServer

public final String mMachineName

The IServer machine name

public final Integer mMachinePort

The IServer port

Public Constructors

public ACMClusterInfo (String iMachineName, int iMachinePort, int iApplicationType)

Public Methods

public boolean equals (Object iThat)

public int hashCode ()