java.lang.Object | |
↳ | com.microstrategy.webapi.acm.ACMClusterInfo |
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
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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
The IServer machine name
The IServer port