|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.essbase.server.ServerPrimitives
public class ServerPrimitives
| Constructor Summary | |
|---|---|
ServerPrimitives() |
|
| Method Summary | |
|---|---|
static boolean |
deleteExportDirectory(ISession session, java.lang.String directory)Delete the exported Lro server directory |
static ServerStorageTypes |
getAppStorageTypes(EssSession session)Method for retrieving the different storage types for applications available on a server. |
static Version |
getEssbaseVersion(EssSession session)Fast method for retrieving the Essbase version # |
static java.util.List |
getExportDirectoryList(ISession session)Get the list of exported Lro server directories. |
static ServerOs |
getOsInfo(EssSession session)Method for retrieving the server OS name and version |
static ServerProperties |
getProperties(ISession session)Retrieves the properties for a server. |
static ServerProperties |
getPropertiesDrives(EssSession session)Method to retrieve the Disk Drives subset of server properties |
static ServerProperties |
getPropertiesEnvironment(EssSession session)Method to retrieve the Environment subset of server properties |
static ServerProperties |
getPropertiesLicense(EssSession session)Method to retrieve the License subset of server properties |
static ServerProperties |
getPropertiesOS(EssSession session)Method to retrieve the OS subset of server properties |
static ServerProperties |
getPropertiesSecurity(EssSession session)Method to retrieve the Security subset of server properties |
static ServerProperties |
getPropertiesStatistics(EssSession session)Method to retrieve the Statistics subset of server properties |
static java.lang.String |
getServerLocaleString(EssSession session)method to retrieve server's esslang. |
static int |
isExternalAuthenticationEnabled(ISession session)commented - girija Determine if external authentication is enabled. |
static boolean |
isSubsetCodepage(EssSession session, java.lang.String locale1, java.lang.String locale2)method to compare to locale's to another |
static int |
loginSetPassword(java.lang.String serverName, java.lang.String userName, java.lang.String password, java.lang.String newPassword) |
static int |
registerEventServer(EssSession session, java.lang.String app, java.lang.String db, java.lang.String url, java.lang.String user, java.lang.String password, boolean registerServer)Register an event server |
static java.util.List |
setProperties(ISession session, ServerProperties properties) |
static boolean |
shutdownServer(EssSession session)Shutdown a server executing the Essbase API for shutdown |
static boolean |
startServer(java.lang.String serverName, java.lang.String serverIdentifier, java.lang.String password)Start a server by connecting to a remote server which starts the Essbase server |
static boolean |
syncSecurityBackup(ISession session)Sync the security of the server from the memory to the hard disk. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerPrimitives()
| Method Detail |
|---|
public static ServerProperties getProperties(ISession session)
session - - session object for this command.
public static java.util.List setProperties(ISession session,
ServerProperties properties)
public static ServerProperties getPropertiesSecurity(EssSession session)
public static ServerProperties getPropertiesLicense(EssSession session)
public static ServerProperties getPropertiesStatistics(EssSession session)
public static ServerProperties getPropertiesEnvironment(EssSession session)
public static ServerProperties getPropertiesOS(EssSession session)
public static ServerProperties getPropertiesDrives(EssSession session)
public static ServerStorageTypes getAppStorageTypes(EssSession session)
public static Version getEssbaseVersion(EssSession session)
public static ServerOs getOsInfo(EssSession session)
public static int loginSetPassword(java.lang.String serverName,
java.lang.String userName,
java.lang.String password,
java.lang.String newPassword)
public static boolean syncSecurityBackup(ISession session)
public static java.util.List getExportDirectoryList(ISession session)
public static boolean deleteExportDirectory(ISession session,
java.lang.String directory)
public static int isExternalAuthenticationEnabled(ISession session)
public static java.lang.String getServerLocaleString(EssSession session)
public static boolean isSubsetCodepage(EssSession session,
java.lang.String locale1,
java.lang.String locale2)
public static boolean startServer(java.lang.String serverName,
java.lang.String serverIdentifier,
java.lang.String password)
throws java.io.IOException
serverName -serverIdentifier -password -java.io.IOExceptionpublic static boolean shutdownServer(EssSession session)
session -
public static int registerEventServer(EssSession session,
java.lang.String app,
java.lang.String db,
java.lang.String url,
java.lang.String user,
java.lang.String password,
boolean registerServer)
session -app -db -url -user -password -registerServer -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||