public class FAConfigService extends AppService implements FAConfigServiceRemote
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
NON_FAVORITE_APPS
Comment for
NON_FAVORITE_APPS
List of all applications that should not be considered while giving user an option to select
applications. |
currentState, dbManager, INIT, liveObjCount, load, LOAD, mxServer, name, RUN, running, stateCmdList, stateList, STOP, url
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix
Constructor and Description |
---|
FAConfigService()
Construct the FAConfigService object without sending a parameter.
|
FAConfigService(MXServer mxServer)
Construct the FAConfigService object by sending in a server environment parameter.
|
Modifier and Type | Method and Description |
---|---|
MboSetRemote |
getAllowedApps(java.lang.String[] supportedAppTypes,
MboSetRemote selectedapps,
MboSetRemote maxapps,
UserInfo ui)
Returns MboSet of MAXAPPS set which contains apps are allowed and accessible for the current user based on his profile
|
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, getCriteriaList, getCurrentState, getDBConnection, getLiveObjCount, getLoad, getMaximoDD, getMaxVar, getMboSet, getMXServer, getName, getProfile, getProxy, getSchemaOwner, getServiceInfo, getServiceLogger, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, init, initCriteriaList, isAppService, isRunning, isSingletonService, restart, setName, setProxy, setRunning, setURL, verifyUser, verifyUser
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUser
isAppService, isSingletonService, restart
protected final java.lang.String[] NON_FAVORITE_APPS
NON_FAVORITE_APPS
List of all applications that should not be considered while giving user an option to select
applications. These mainly include start center and portlet applicationspublic FAConfigService() throws java.rmi.RemoteException
none
- java.rmi.RemoteException
public FAConfigService(MXServer mxServer) throws java.rmi.RemoteException
mxServer
- The "Server Environment" for the created Service Contract.java.rmi.RemoteException
public MboSetRemote getAllowedApps(java.lang.String[] supportedAppTypes, MboSetRemote selectedapps, MboSetRemote maxapps, UserInfo ui) throws java.rmi.RemoteException, MXException
getAllowedApps
in interface FAConfigServiceRemote
java.rmi.RemoteException
MXException