Uses of Interface
jadex.application.runtime.IApplicationExternalAccess

Packages that use IApplicationExternalAccess
jadex.application.runtime.impl   
 

Uses of IApplicationExternalAccess in jadex.application.runtime.impl
 

Classes in jadex.application.runtime.impl that implement IApplicationExternalAccess
 class ExternalAccess
          External access for applications.
 

Fields in jadex.application.runtime.impl declared as IApplicationExternalAccess
protected  IApplicationExternalAccess CompositeServiceInvocationInterceptor.ea
          The external access.
 

Methods in jadex.application.runtime.impl that return IApplicationExternalAccess
 IApplicationExternalAccess CompositeServiceInvocationInterceptor.getExternalAccess()
          Get the ea.
 

Methods in jadex.application.runtime.impl with parameters of type IApplicationExternalAccess
static IInternalService CompositeServiceInvocationInterceptor.createServiceProxy(Class servicetype, String componenttype, IApplicationExternalAccess ea, ClassLoader classloader, IComponentIdentifier cid)
          Create a new composite (application) service proxy.
 

Constructors in jadex.application.runtime.impl with parameters of type IApplicationExternalAccess
CompositeServiceInvocationInterceptor(IApplicationExternalAccess ea, String componenttype, Class servicetype, IComponentIdentifier cid)
          Create a new invocation handler.
 



Copyright © 2010. All Rights Reserved.