public interface MXServerRemote
extends java.rmi.Remote
| Modifier and Type | Field and Description |
|---|---|
static int |
BRAND_MAXIMO |
static int |
BRAND_MAXIMO_AND_TIVOLI |
static int |
BRAND_NONE |
static int |
BRAND_TIVOLI |
| Modifier and Type | Method and Description |
|---|---|
void |
clearTenantRealmMap() |
void |
clearUserInput(UserInfo ui)
Remove all the user input from the bulletin board.
|
void |
collectTenantDBConForThisServer(UserInfo info) |
void |
collectTenantDBConnInfo(UserInfo info) |
byte[] |
encData(java.lang.String in,
int type) |
java.lang.String |
getAppServerNameandVersion()
Returns the App Srever Name and Version
|
java.lang.String[] |
getAppServiceNames() |
java.lang.String |
getBaseLang()
Returns the base language code
|
int |
getBranding() |
java.util.Properties |
getConfig(UserInfo userInfo) |
java.lang.String |
getDatabaseProductName()
Returns the name of the database product name.
|
java.lang.String |
getDatabaseProductSimpleVersion()
Returns the name of the database product name.
|
java.lang.String |
getDatabaseProductVersion()
Returns the name of the database product name.
|
java.util.Date |
getDate() |
int |
getDBConnUsed() |
int |
getEvalDaysRemaining() |
java.lang.String[] |
getFreeMemory() |
java.lang.String[][] |
getLanguageList()
Returns the language ID and name in corresponding language
|
java.util.HashSet |
getLicenseKeys() |
java.lang.String[] |
getLocalAppList() |
java.util.ArrayList |
getMboCounts() |
java.util.ArrayList |
getMboCounts(int tenantID) |
MboSetRemote |
getMboSet(java.lang.String name,
UserInfo user)
Lookup a MboSet and return to the caller
|
java.util.ArrayList |
getMEAServerVersion()
Get MEA version
|
java.lang.String |
getMessage(MXException mxe,
java.lang.String langCode)
Returns message for the exception and langcode
|
java.lang.String |
getMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Returns the maxmessage entry for group and key
|
java.lang.String[] |
getMessages(java.lang.String group,
java.lang.String[] key,
java.lang.String langCode)
Return list of translated strings from the maxmessages table in the order specified by the array of keys passed
|
java.lang.String |
getName() |
java.lang.String |
getOrganization(java.lang.String siteId)
Returns organization id for the given siteid.
|
void |
getPackagingInfo(UserInfo ui) |
java.util.HashSet |
getProductKeys() |
java.lang.String |
getProperty(java.lang.String propName,
java.lang.String lang,
UserInfo userInfo) |
java.lang.String |
getProperty(java.lang.String propName,
UserInfo userInfo) |
java.lang.String |
getPublicProperty(java.lang.String propName) |
java.lang.String |
getPublicProperty(java.lang.String propName,
java.lang.String lang) |
SrvCommRemote |
getServerCommandRemote(java.lang.String name,
java.lang.String passwd) |
SrvCommRemote |
getServerCommandRemote(UserInfo userInfo) |
SrvCommRemote |
getSrvComm(java.lang.String name,
java.lang.String passwd) |
java.util.Properties |
getSystemProperties()
Returns system properties.
|
java.lang.String |
getTaggedMessage(MXException mxe,
java.lang.String langCode)
Returns message with Message id for the exception and langcode
|
java.lang.String |
getTaggedMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Returns the maxmessage entry for group and key
|
java.util.HashMap |
getTenantRealmMap() |
java.lang.Object |
getUserInput(java.lang.String id,
UserInfo ui)
Get the user input of the id.
|
java.lang.String |
getUserLicenseKey()
Deprecated.
|
boolean |
isAdminModeOff(boolean allInstances) |
boolean |
isAdminModeOn(boolean allInstances) |
boolean |
isPermanentLicense() |
boolean |
isSiteInOrganization(java.lang.String siteId,
java.lang.String orgId)
Returns whether the site belongs to the org or not.
|
boolean |
isValidOrganization(java.lang.String orgId)
Returns whether the orgid is valid or not.
|
boolean |
isValidSite(java.lang.String siteId)
Returns whether the siteid is valid or not.
|
void |
listenToAdmin(MboRemote listenerMbo,
boolean listen) |
ServiceRemote |
lookup(java.lang.String name) |
ServiceRemote |
lookup(java.lang.String name,
UserInfo userInfo) |
ServiceRemote |
lookupLocal(java.lang.String name) |
void |
postUserInput(java.lang.String id,
java.lang.Object value,
UserInfo ui)
Post the object to the bulletin board maintained by the server.
|
void |
reloadAdminModeByThread(java.lang.String key,
MboRemote listenerMbo) |
void |
reloadMaximoCache(boolean fromCron) |
void |
reloadMaximoCache(java.lang.String name,
boolean fromCron) |
void |
reloadMaximoCache(java.lang.String name,
java.lang.String key,
boolean fromCron) |
void |
removeUserInput(java.lang.String id,
UserInfo ui)
Remove the user input from the bulletin board.
|
static final int BRAND_NONE
static final int BRAND_MAXIMO
static final int BRAND_TIVOLI
static final int BRAND_MAXIMO_AND_TIVOLI
MboSetRemote getMboSet(java.lang.String name, UserInfo user) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionSrvCommRemote getSrvComm(java.lang.String name, java.lang.String passwd) throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteExceptionMXApplicationExceptionjava.lang.String[] getAppServiceNames()
throws java.rmi.RemoteException,
MXApplicationException
java.rmi.RemoteExceptionMXApplicationExceptionServiceRemote lookup(java.lang.String name) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionServiceRemote lookup(java.lang.String name, UserInfo userInfo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionServiceRemote lookupLocal(java.lang.String name) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionjava.util.Date getDate()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getLocalAppList()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Properties getSystemProperties()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Properties getConfig(UserInfo userInfo) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getConfig(UserInfo userInfo)java.lang.String getPublicProperty(java.lang.String propName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getPublicProperty(String)java.lang.String getPublicProperty(java.lang.String propName,
java.lang.String lang)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getPublicProperty(String, String)java.lang.String getProperty(java.lang.String propName,
UserInfo userInfo)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getProperty(String, UserInfo)java.lang.String getProperty(java.lang.String propName,
java.lang.String lang,
UserInfo userInfo)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpsdi.server.MXServer#getProperty(String, String, userInfo)java.lang.String getDatabaseProductName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getDatabaseProductSimpleVersion()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getDatabaseProductVersion()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isAdminModeOn(boolean allInstances)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMXServer.isAdminModeOn(boolean)boolean isAdminModeOff(boolean allInstances)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMXServer.isAdminModeOff(boolean)void listenToAdmin(MboRemote listenerMbo, boolean listen) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMXServer.listenToAdmin(psdi.mbo.MboRemote, boolean)@Deprecated
java.lang.String getUserLicenseKey()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getAppServerNameandVersion()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.ArrayList getMEAServerVersion()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isValidSite(java.lang.String siteId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isValidOrganization(java.lang.String orgId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isSiteInOrganization(java.lang.String siteId,
java.lang.String orgId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getOrganization(java.lang.String siteId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getName()void reloadMaximoCache(boolean fromCron)
throws MXException,
java.rmi.RemoteException
fromCron - is reloadMaximoCache called from crontask or from other source codejava.rmi.RemoteExceptionMXExceptionMXServer.reloadMaximoCache(boolean)void reloadMaximoCache(java.lang.String name,
boolean fromCron)
throws MXException,
java.rmi.RemoteException
name - fromCron - is reloadMaximoCache called from crontask or from other source codejava.rmi.RemoteExceptionMXExceptionMXServer.reloadMaximoCache(boolean)void reloadMaximoCache(java.lang.String name,
java.lang.String key,
boolean fromCron)
throws MXException,
java.rmi.RemoteException
name - key - fromCron - is reloadMaximoCache called from crontask or from other source codejava.lang.Exceptionjava.rmi.RemoteExceptionMXExceptionMXServer.reloadMaximoCache(boolean)void reloadAdminModeByThread(java.lang.String key,
MboRemote listenerMbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMXServer.reloadAdminModeByThread(java.lang.String, psdi.mbo.MboRemote)void postUserInput(java.lang.String id,
java.lang.Object value,
UserInfo ui)
throws java.rmi.RemoteException
id - value - ui - MXExceptionjava.rmi.RemoteExceptionjava.lang.Object getUserInput(java.lang.String id,
UserInfo ui)
throws java.rmi.RemoteException
id - ui - java.rmi.RemoteExceptionvoid removeUserInput(java.lang.String id,
UserInfo ui)
throws java.rmi.RemoteException
id - ui - java.rmi.RemoteExceptionvoid clearUserInput(UserInfo ui) throws java.rmi.RemoteException
ui - java.rmi.RemoteExceptionjava.lang.String[][] getLanguageList()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String getBaseLang()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String getMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
throws MXException,
java.rmi.RemoteException
group - key - MXExceptionjava.rmi.RemoteExceptionjava.lang.String getTaggedMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
throws MXException,
java.rmi.RemoteException
group - key - MXExceptionjava.rmi.RemoteExceptionjava.lang.String[] getMessages(java.lang.String group,
java.lang.String[] key,
java.lang.String langCode)
throws MXException,
java.rmi.RemoteException
group - key - MXExceptionjava.rmi.RemoteExceptionjava.lang.String getMessage(MXException mxe, java.lang.String langCode) throws MXException, java.rmi.RemoteException
mxe - langCode - MXExceptionjava.rmi.RemoteExceptionjava.lang.String getTaggedMessage(MXException mxe, java.lang.String langCode) throws MXException, java.rmi.RemoteException
mxe - langCode - MXExceptionjava.rmi.RemoteExceptionboolean isPermanentLicense()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMXServer.isPermanentLicenseint getEvalDaysRemaining()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMXServer.getEvalDaysRemaining()int getBranding()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getBranding()byte[] encData(java.lang.String in,
int type)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid getPackagingInfo(UserInfo ui) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMXServer.getPackagingInfo(psdi.security.UserInfo)java.util.HashSet getLicenseKeys()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getLicenseKeys()java.util.HashSet getProductKeys()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMXServer.getProductKeys()SrvCommRemote getServerCommandRemote(java.lang.String name, java.lang.String passwd) throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteExceptionMXApplicationExceptionSrvCommRemote getServerCommandRemote(UserInfo userInfo) throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteExceptionMXApplicationExceptionjava.util.ArrayList getMboCounts()
throws java.rmi.RemoteException,
MXApplicationException
java.rmi.RemoteExceptionMXApplicationExceptionjava.util.ArrayList getMboCounts(int tenantID)
throws java.rmi.RemoteException,
MXApplicationException
java.rmi.RemoteExceptionMXApplicationExceptionint getDBConnUsed()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getFreeMemory()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid collectTenantDBConnInfo(UserInfo info) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionvoid collectTenantDBConForThisServer(UserInfo info) throws java.rmi.RemoteException, MXException
java.rmi.RemoteExceptionMXExceptionjava.util.HashMap getTenantRealmMap()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid clearTenantRealmMap()
throws java.rmi.RemoteException
java.rmi.RemoteException