Tuscany Core

org.apache.tuscany.core.runtime
Interface RuntimeMonitor


public interface RuntimeMonitor

Serves as a top-level error logging monitor

Version:
$Rev: 380032 $ $Date: 2006-02-22 22:19:11 -0500 (Wed, 22 Feb 2006) $

Method Summary
 void log(org.apache.tuscany.common.TuscanyException e)
           
 void log(org.apache.tuscany.common.TuscanyRuntimeException e)
           
 

Method Detail

log

void log(org.apache.tuscany.common.TuscanyRuntimeException e)

log

void log(org.apache.tuscany.common.TuscanyException e)

Tuscany Core

-