Methods of BBjAdmin

Return Value

Method

void

addUser(string userName, string password)

void

changePassword(string userName, string newPassword)

string

getDatabaseGlobal(string databaseName, string propertyName)

BBjAdminEnvironment

getEnvironment()

BBjVector

getJdbcOdbcConnections()

BBjJettyServer

getJettyServer()

BBjJettyServerConfiguration

getJettyServerConfig()

BBjVector

getOpenFileInfos()

int

getPermission(string username, int type)

BBjVector

getQueryAnalysisInfo()

BBjServletRegistry

getServletRegistry()

BBjAppServer

getWebAppServer()

void

release()

void

reloadDBConfig()

void

removeDatabaseGlobal(string databaseName,string propertyName)

void

removeUser(string userName)

void

setDatabaseGlobal(string databaseName, string propertyName, string value)

void

setPermission(string username, int type, boolean allow)