|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface contains all relevant methods for doing housekeeping work with the UWL system. This is functionally is for administration UI only.
IUWLService.getAdmin(com.sap.netweaver.bc.uwl.UWLContext)| Method Summary | |
void |
cleanupExpiredItems(String system,
Date pushedBeforeThisDate)
Removes all expired items from the cache for the sytem specified. |
void |
clearCache(String system)
Use with care, clears all the cache items. |
int |
getNumberOfPendingJobs(UWLContext context)
For internal purpose only. |
int |
getNumberOfWorkerThreads(UWLContext context)
For internal purpose only. |
List |
getRunningPullChannels(UWLContext context)
Note: Strictly for internal usage and administration purpose only. |
List |
getSystemsAndPercentageSuccess(UWLContext context)
Returns a list of SystemStatistics objects |
String[] |
getSystemsWithItemsInCache()
Returns distinct sytem aliases which have items in UWL cache. |
int |
getTotalNumberOfActiveUsers(UWLContext context)
Note: Strictly for internal usage and administration purpose only. |
long |
getTotalProcessedJobs(UWLContext context)
For internal monitoring purpose only. |
String |
getUserEditorType()
Value to be customized by the user on the Admin page. |
String |
getUwlIviewsPath()
This can be customized by the user. |
| Method Detail |
public void cleanupExpiredItems(String system,
Date pushedBeforeThisDate)
throws UWLException
system - if null for all systemspushedBeforeThisDate - if null todays date is used
UWLException
public void clearCache(String system)
throws UWLException
system - if null for all systems
UWLException
public String[] getSystemsWithItemsInCache()
throws UWLException
UWLException
public List getRunningPullChannels(UWLContext context)
throws UWLException
UWLException
public List getSystemsAndPercentageSuccess(UWLContext context)
throws UWLException
context -
UWLException
public int getTotalNumberOfActiveUsers(UWLContext context)
throws UWLException
UWLException - in case of system problems
public int getNumberOfWorkerThreads(UWLContext context)
throws UWLException
context -
UWLException
public int getNumberOfPendingJobs(UWLContext context)
throws UWLException
context -
UWLException
public long getTotalProcessedJobs(UWLContext context)
throws UWLException
context -
UWLExceptionpublic String getUwlIviewsPath()
public String getUserEditorType()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||