Tuscany Core

org.apache.tuscany.core.runtime
Interface RuntimeMonitor


public interface RuntimeMonitor

Serves as a top-level error logging monitor

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $

Method Summary
 void log(TuscanyException e)
           
 void log(TuscanyRuntimeException e)
           
 

Method Detail

log

void log(TuscanyRuntimeException e)

log

void log(TuscanyException e)

Tuscany Core

-