gr.uoa.di.madgik.environment.reporting
Class NoReportingFrameworkProvider

java.lang.Object
  extended by gr.uoa.di.madgik.environment.reporting.NoReportingFrameworkProvider
All Implemented Interfaces:
IEnvironmentProvider, IReportingFrameworkProvider

public class NoReportingFrameworkProvider
extends Object
implements IReportingFrameworkProvider

A dummy implementation used in case no reporting provider is available for a specific environment

Author:
gerasimos.farantatos

Constructor Summary
NoReportingFrameworkProvider()
           
 
Method Summary
 void Send(String messageType, Map<String,Object> messageParameters, EnvHintCollection hints)
           
 void SessionInit(EnvHintCollection Hints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoReportingFrameworkProvider

public NoReportingFrameworkProvider()
Method Detail

SessionInit

public void SessionInit(EnvHintCollection Hints)
                 throws EnvironmentReportingException
Specified by:
SessionInit in interface IReportingFrameworkProvider
Throws:
EnvironmentReportingException

Send

public void Send(String messageType,
                 Map<String,Object> messageParameters,
                 EnvHintCollection hints)
          throws EnvironmentReportingException
Specified by:
Send in interface IReportingFrameworkProvider
Throws:
EnvironmentReportingException


Copyright © 2012. All Rights Reserved.