Ontimize 5.2072EN

com.ontimize.report
Interface RemoteReportReferencer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ReferenceLocator, SecureReferenceLocator

public interface RemoteReportReferencer
extends java.rmi.Remote


Method Summary
 java.util.List getRemoteReportStore(int sessionId)
           
 java.util.List getReportEntityNames(int sessionId)
           
 

Method Detail

getRemoteReportStore

public java.util.List getRemoteReportStore(int sessionId)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getReportEntityNames

public java.util.List getReportEntityNames(int sessionId)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize