java.lang.Object | |
↳ | com.microstrategy.webapi.DSSXMLClassFactory |
Factory class to get the ServerSession, Administration and FileLoader Interfaces. This is the only entry point into the Java Web API.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DSSXMLClassFactory() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static IDSSXMLAdmin |
getAdminInstance()
Returns an instance of the Admin object, which is used for connecting to and disconnecting from Intelligence
Servers, Setting the connection pool size, setting timeouts, and other related operations.
| ||||||||||
static IDSSXMLEncryptor |
getEncryptorInstance()
Returns an instance of an object with the IDSSXMLEncryptor interface, which allows interaction with
MicroStrategy 7's encryption functionality.
| ||||||||||
static IDSSXMLFileLoader |
getFileLoaderInstance()
Returns an instance of the FileLoader object, which is used for graphs.
| ||||||||||
static IDSSXMLServerSession |
getServerSessionInstance()
Returns an IDSSXMLServerSession interface.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns an instance of the Admin object, which is used for connecting to and disconnecting from Intelligence Servers, Setting the connection pool size, setting timeouts, and other related operations.
Returns an instance of an object with the IDSSXMLEncryptor interface, which allows interaction with MicroStrategy 7's encryption functionality.
Returns an instance of the FileLoader object, which is used for graphs.
Returns an IDSSXMLServerSession interface. Should always be the entry point for external programs into the Web API.