Package | Description |
---|---|
com.ibm.tivoli.maximo.mfmail | |
com.ibm.tivoli.maximo.report.birt.engine | |
com.ibm.tivoli.maximo.report.birt.servlet | |
psdi.iface.intertables | |
psdi.iface.jms | |
psdi.iface.load | |
psdi.security |
The Security package manages runtime information pertaining to active sessions and their security profiles.
|
psdi.server | |
psdi.util |
Modifier and Type | Method and Description |
---|---|
boolean |
MfMailCleanupCronTask.isOKToRun(MXServerRemote server) |
Constructor and Description |
---|
ReportMessageProviderImpl(java.lang.String langCode,
MXServerRemote mxServerRemote) |
Modifier and Type | Method and Description |
---|---|
void |
ImmediateReportUsageLogNotifier.setMXServerRemote(MXServerRemote mxServerRemote) |
void |
ImmediateReportDataRestrictionProvider.setMXServerRemote(MXServerRemote mxServerRemote) |
Constructor and Description |
---|
ReportMessageProviderImpl(java.lang.String langCode,
MXServerRemote mxServerRemote) |
Modifier and Type | Method and Description |
---|---|
boolean |
IfaceTbCronTask.isOKToRun(MXServerRemote server) |
Modifier and Type | Method and Description |
---|---|
boolean |
JMSQueueCronTask.isOKToRun(MXServerRemote server)
This method informs the crontask manager whether the crontask instance associated
to this crontask object should be running on the specified server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LoadXMLFileCronTask.isOKToRun(MXServerRemote server) |
boolean |
LoadFlatFileCronTask.isOKToRun(MXServerRemote server) |
boolean |
LoadCronTask.isOKToRun(MXServerRemote server) |
Modifier and Type | Method and Description |
---|---|
void |
UserInfo.setLangCode(java.lang.String langCode,
MXServerRemote server)
Set the language code, the language code will be validated based on the
valid language code list provided by the server reference.
|
void |
UserInfo.setMXServer(MXServerRemote server) |
Constructor and Description |
---|
Profile(MXServerRemote mxServer,
UserInfo systemUserInfo,
MboRemote maxUserMbo)
Invoked from MaxUser to evaluate passwordduration and passwordwarning.
|
Profile(MXServerRemote mxServer,
UserInfo systemUserInfo,
java.lang.String userID,
MboSetRemote groupUserSet,
boolean loadAll)
Invoked from UserProfileHierarchySet.
|
Profile(MXServerRemote mxServer,
UserInfo systemUserInfo,
UserInfo loginuserInfo,
boolean loadAll)
The usual constructor to be used when a user logs in.
|
Modifier and Type | Class and Description |
---|---|
class |
MXServer
The MXServer is a run time context for a set of Services.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CronTask.isOKToRun(MXServerRemote server)
This method informs the crontask manager whether the crontask instance associated
to this crontask object should be running on the specified server.
|
boolean |
DebugCronTask.isOKToRun(MXServerRemote server) |
boolean |
SimpleCronTask.isOKToRun(MXServerRemote server)
Default implementation of isOKToRun.
|
void |
OracleProxyCredentialHandler.setServer(MXServerRemote server) |
Modifier and Type | Method and Description |
---|---|
MXServerRemote |
RMISession.getMXServerRemote()
Return the MXServerRemote
|
abstract MXServerRemote |
MXSession.getMXServerRemote()
Return the MXServer remote interface.
|
Modifier and Type | Method and Description |
---|---|
static int |
MXApplicationYesNoCancelException.getUserInput(java.lang.String id,
MXServerRemote server,
UserInfo ui)
Static method to get the message posted on the bulletin board responding
to this type of exception.
|
static boolean |
CommonUtil.isBypassSiteMismatchWarningEnabled(MboRemote mbo,
MXServerRemote mxServer)
Checks if the Bypass Site Mismatch Warning Message maxvar is enabled for the org/site where the mbo, received as a parameter,
belongs to
|
static boolean |
CommonUtil.isBypassSiteMismatchWarningEnabled(java.lang.String orgSite,
MXServerRemote mxServer)
Checks if the Bypass Site Mismatch Warning Message maxvar is enabled for the org/site received as a parameter
|
static boolean |
CommonUtil.isRepairFacilityEnabled(MboRemote mbo,
MXServerRemote mxServer)
Checks if the Repair Facility maxvar is enabled for the org/site where the mbo, received as a parameter,
belongs to
|
static boolean |
CommonUtil.isRepairFacilityEnabled(java.lang.String orgSite,
MXServerRemote mxServer)
Checks if the Repair Facility maxvar is enabled for the org/site received as a parameter
|
void |
MXApplicationYesNoCancelException.postUserInput(MXServerRemote server,
int answer,
UserInfo ui)
Post the user input.
|
Constructor and Description |
---|
MXCipher(MXServerRemote mxServer) |
MXCipherX(MXServerRemote mxServer) |