com.ibm.premises.reusable.reporting
Interface Reporting

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Reporting
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: Reporting


Method Summary
 java.util.Map[] getLocationTagHistory(java.lang.String location)
           
 java.util.Map[] getLocationTagHistory(java.lang.String location, java.lang.String startTime, java.lang.String endTime)
           
 java.util.Map[] getTagLocationHistory(java.lang.String tag)
           
 java.util.Map[] getTagLocationHistory(java.lang.String tag, java.lang.String startTime, java.lang.String endTime)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getTagLocationHistory

java.util.Map[] getTagLocationHistory(java.lang.String tag)
                                      throws java.rmi.RemoteException
Parameters:
tag -
Returns:
Throws:
java.rmi.RemoteException

getLocationTagHistory

java.util.Map[] getLocationTagHistory(java.lang.String location)
                                      throws java.rmi.RemoteException
Parameters:
location -
Returns:
Throws:
java.rmi.RemoteException

getLocationTagHistory

java.util.Map[] getLocationTagHistory(java.lang.String location,
                                      java.lang.String startTime,
                                      java.lang.String endTime)
                                      throws java.rmi.RemoteException
Parameters:
location -
startTime -
endTime -
Returns:
Throws:
java.rmi.RemoteException

getTagLocationHistory

java.util.Map[] getTagLocationHistory(java.lang.String tag,
                                      java.lang.String startTime,
                                      java.lang.String endTime)
                                      throws java.rmi.RemoteException
Parameters:
tag -
startTime -
endTime -
Returns:
Throws:
java.rmi.RemoteException