Tuscany Core

Uses of Interface
org.apache.tuscany.core.context.EntryPointContext

Packages that use EntryPointContext
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.extension   
org.apache.tuscany.core.system.config   
org.apache.tuscany.core.system.context   
 

Uses of EntryPointContext in org.apache.tuscany.core.context.impl
 

Classes in org.apache.tuscany.core.context.impl that implement EntryPointContext
 class EntryPointContextImpl
          The default implementation of an entry point context
 

Uses of EntryPointContext in org.apache.tuscany.core.extension
 

Methods in org.apache.tuscany.core.extension that return EntryPointContext
 EntryPointContext EntryPointContextFactory.createContext()
           
 

Uses of EntryPointContext in org.apache.tuscany.core.system.config
 

Methods in org.apache.tuscany.core.system.config that return EntryPointContext
 EntryPointContext SystemEntryPointContextFactory.createContext()
           
 

Uses of EntryPointContext in org.apache.tuscany.core.system.context
 

Classes in org.apache.tuscany.core.system.context that implement EntryPointContext
 class SystemEntryPointContext
          Manages an entry point into a system module.
 


Tuscany Core

-