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() |
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<java.lang.String,java.lang.String> |
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
MXException
java.rmi.RemoteException
SrvCommRemote getSrvComm(java.lang.String name, java.lang.String passwd) throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteException
MXApplicationException
java.lang.String[] getAppServiceNames() throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteException
MXApplicationException
ServiceRemote lookup(java.lang.String name) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
ServiceRemote lookup(java.lang.String name, UserInfo userInfo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
ServiceRemote lookupLocal(java.lang.String name) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
java.util.Date getDate() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getLocalAppList() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Properties getSystemProperties() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Properties getConfig(UserInfo userInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getConfig(UserInfo userInfo)
java.lang.String getPublicProperty(java.lang.String propName) throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getPublicProperty(String)
java.lang.String getPublicProperty(java.lang.String propName, java.lang.String lang) throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getPublicProperty(String, String)
java.lang.String getProperty(java.lang.String propName, UserInfo userInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getProperty(String, UserInfo)
java.lang.String getProperty(java.lang.String propName, java.lang.String lang, UserInfo userInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
psdi.server.MXServer#getProperty(String, String, userInfo)
java.lang.String getDatabaseProductName() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getDatabaseProductSimpleVersion() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getDatabaseProductVersion() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isAdminModeOn(boolean allInstances) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXServer.isAdminModeOn(boolean)
boolean isAdminModeOff(boolean allInstances) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXServer.isAdminModeOff(boolean)
void listenToAdmin(MboRemote listenerMbo, boolean listen) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXServer.listenToAdmin(psdi.mbo.MboRemote, boolean)
@Deprecated java.lang.String getUserLicenseKey() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getAppServerNameandVersion() throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.ArrayList getMEAServerVersion() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isValidSite(java.lang.String siteId) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isValidOrganization(java.lang.String orgId) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isSiteInOrganization(java.lang.String siteId, java.lang.String orgId) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getOrganization(java.lang.String siteId) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getName()
void reloadMaximoCache(boolean fromCron) throws MXException, java.rmi.RemoteException
fromCron
- is reloadMaximoCache called from crontask or from other source codejava.rmi.RemoteException
MXException
MXServer.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.RemoteException
MXException
MXServer.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.Exception
java.rmi.RemoteException
MXException
MXServer.reloadMaximoCache(boolean)
void reloadAdminModeByThread(java.lang.String key, MboRemote listenerMbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXServer.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
- MXException
java.rmi.RemoteException
java.lang.Object getUserInput(java.lang.String id, UserInfo ui) throws java.rmi.RemoteException
id
- ui
- java.rmi.RemoteException
void removeUserInput(java.lang.String id, UserInfo ui) throws java.rmi.RemoteException
id
- ui
- java.rmi.RemoteException
void clearUserInput(UserInfo ui) throws java.rmi.RemoteException
ui
- java.rmi.RemoteException
java.lang.String[][] getLanguageList() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getBaseLang() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getMessage(java.lang.String group, java.lang.String key, java.lang.String langCode) throws MXException, java.rmi.RemoteException
group
- key
- MXException
java.rmi.RemoteException
java.lang.String getTaggedMessage(java.lang.String group, java.lang.String key, java.lang.String langCode) throws MXException, java.rmi.RemoteException
group
- key
- MXException
java.rmi.RemoteException
java.lang.String[] getMessages(java.lang.String group, java.lang.String[] key, java.lang.String langCode) throws MXException, java.rmi.RemoteException
group
- key
- MXException
java.rmi.RemoteException
java.lang.String getMessage(MXException mxe, java.lang.String langCode) throws MXException, java.rmi.RemoteException
mxe
- langCode
- MXException
java.rmi.RemoteException
java.lang.String getTaggedMessage(MXException mxe, java.lang.String langCode) throws MXException, java.rmi.RemoteException
mxe
- langCode
- MXException
java.rmi.RemoteException
boolean isPermanentLicense() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXServer.isPermanentLicense
int getEvalDaysRemaining() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXServer.getEvalDaysRemaining()
int getBranding() throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getBranding()
byte[] encData(java.lang.String in, int type) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void getPackagingInfo(UserInfo ui) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MXServer.getPackagingInfo(psdi.security.UserInfo)
java.util.HashSet getLicenseKeys() throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getLicenseKeys()
java.util.HashSet getProductKeys() throws java.rmi.RemoteException
java.rmi.RemoteException
MXServer.getProductKeys()
SrvCommRemote getServerCommandRemote(java.lang.String name, java.lang.String passwd) throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteException
MXApplicationException
SrvCommRemote getServerCommandRemote(UserInfo userInfo) throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteException
MXApplicationException
java.util.ArrayList getMboCounts() throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteException
MXApplicationException
int getDBConnUsed() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getFreeMemory() throws java.rmi.RemoteException
java.rmi.RemoteException
void collectTenantDBConnInfo(UserInfo info) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
void collectTenantDBConForThisServer(UserInfo info) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
java.util.HashMap<java.lang.String,java.lang.String> getTenantRealmMap() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void clearTenantRealmMap() throws java.rmi.RemoteException
java.rmi.RemoteException