|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptLogAccessService
Remote service interface definition. This service allows to access scripts execution logs.
Method Summary | |
---|---|
RemoteScriptLogInfo[] |
getScriptLogInfos(long entityId,
java.lang.String entityClass)
Retrieve all the info beans on available script logs for given entity |
RemoteScriptLogInfo[] |
getScriptLogInfos(java.lang.String scriptName,
java.lang.String scriptCategory)
Get all the info beans on available script logs for script having this name and category |
Method Detail |
---|
RemoteScriptLogInfo[] getScriptLogInfos(long entityId, java.lang.String entityClass) throws java.rmi.RemoteException
entityId
- The id of entity to retrieve ScriptLogInfo objects forentityClass
- The class of entity to retrieve ScriptLogInfo objects for
RemoteScriptLogInfo
available for entity
java.rmi.RemoteException
- if an exception occurs during the remote conversationRemoteScriptLogInfo[] getScriptLogInfos(java.lang.String scriptName, java.lang.String scriptCategory) throws java.rmi.RemoteException
scriptName
- The name of the script to retrieve log forscriptCategory
- The category of the script to retrive log for
RemoteScriptLogInfo
available for script
java.rmi.RemoteException
- if an exception occurs during the remote conversation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |