java.lang.Object | |
↳ | com.microstrategy.webservices.MWSProjectSourceInfo |
Contains information pulled out of the web service projectsources.xml file. The web service returns an array of these objects to the client when the client queries for the project sources it can connect to. This class was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSProjectSourceInfo() | |||||||||||
MWSProjectSourceInfo(String serverName, String projSourceName, EnumMWSAuthMode authMode, int portNumber, int maxPooledConnections) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSAuthMode |
getAuthMode()
Get the authentication mode associated with this project source.
| ||||||||||
int |
getMaxPooledConnections()
Gets the portNumber value for this MWSProjectSourceInfo.
| ||||||||||
int |
getPortNumber()
Get the port number associated with this project source.
| ||||||||||
String |
getProjSourceName()
Get the project source name.
| ||||||||||
String |
getServerName()
Get the iServer name associated with a project source.
| ||||||||||
void |
setAuthMode(EnumMWSAuthMode authMode)
Set the authentication mode based on a value in the
projectsources.xml file.
| ||||||||||
void | setMaxPooledConnections(int maxPooledConnections) | ||||||||||
void |
setPortNumber(int portNumber)
Set the port number based on a value in the projectsources.xml
file.
| ||||||||||
void |
setProjSourceName(String projSourceName)
Set the project source name based on a value in the
projectsource.xml file.
| ||||||||||
void |
setServerName(String serverName)
Set the iServer name based on a value in the
projectsources.xml file.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the authentication mode associated with this project source.
Gets the portNumber value for this MWSProjectSourceInfo.
Get the port number associated with this project source.
Get the project source name.
Get the iServer name associated with a project source.
Set the authentication mode based on a value in the projectsources.xml file.
authMode | Enum authentication mode value. |
---|
Set the port number based on a value in the projectsources.xml file. If a value doesn't exist or zero is used, the port number defaults to 34952 (in the web service font-end).
portNumber | Port number. |
---|
Set the project source name based on a value in the projectsource.xml file.
projSourceName | Project source name text. |
---|
Set the iServer name based on a value in the projectsources.xml file.
serverName | iServer name text. |
---|