Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.host.MonitorFactory

Packages that use MonitorFactory
org.apache.tuscany.host   
org.apache.tuscany.host.runtime   
 

Uses of MonitorFactory in org.apache.tuscany.host
 

Methods in org.apache.tuscany.host with parameters of type MonitorFactory
 void Launcher.bootRuntime(URL systemScdl, ClassLoader systemClassLoader, MonitorFactory monitorFactory)
          Boot the Tuscany runtime.
 

Uses of MonitorFactory in org.apache.tuscany.host.runtime
 

Methods in org.apache.tuscany.host.runtime that return MonitorFactory
 MonitorFactory TuscanyRuntime.createDefaultMonitorFactory()
          Create the default MonitorFactory for this runtime.
 MonitorFactory TuscanyRuntime.getMonitorFactory()
          Returns the MonitorFactory that this runtime is using.
 

Methods in org.apache.tuscany.host.runtime with parameters of type MonitorFactory
 void TuscanyRuntime.setMonitorFactory(MonitorFactory monitorFactory)
          Sets the MonitorFactory that this runtime should use.
 


Apache Tuscany SCA Kernel Sub-Project

-