Uses of Interface
org.neo.swarm.core.aop.Aspect

Packages that use Aspect
org.neo.swarm   
org.neo.swarm.core.aop   
org.neo.swarm.core.aop.silc   
org.neo.swarm.interceptor.appContext   
org.neo.swarm.interceptor.asyncQueue   
org.neo.swarm.interceptor.jmx   
org.neo.swarm.interceptor.logging   
org.neo.swarm.interceptor.sync   
org.neo.swarm.interceptor.tcp   
 

Uses of Aspect in org.neo.swarm
 

Methods in org.neo.swarm with parameters of type Aspect
 void SwarmContainer.addServiceAspect(Aspect aspect)
           
 void SwarmContainer.addOrthogonalServiceAspect(Aspect aspect)
           
 void DefaultSwarmContainer.addServiceAspect(Aspect aspect)
           
 void DefaultSwarmContainer.addOrthogonalServiceAspect(Aspect aspect)
           
 void ApplicationContext.addAspect(Aspect aspect)
           
 void ApplicationContext.addOrthogonalAspect(Aspect aspect)
           
 void SwarmApplicationContext.addAspect(Aspect aspect)
           
 void SwarmApplicationContext.addOrthogonalAspect(Aspect aspect)
           
 

Uses of Aspect in org.neo.swarm.core.aop
 

Methods in org.neo.swarm.core.aop with parameters of type Aspect
 void AspectContainer.addApplicationAspect(Aspect aspect)
           
 void AspectContainer.addOrthogonalAspect(Aspect aspect)
           
 

Uses of Aspect in org.neo.swarm.core.aop.silc
 

Methods in org.neo.swarm.core.aop.silc with parameters of type Aspect
 void SilcAspectContainer.addApplicationAspect(Aspect aspect)
           
 void SilcAspectContainer.addOrthogonalAspect(Aspect aspect)
           
 

Uses of Aspect in org.neo.swarm.interceptor.appContext
 

Classes in org.neo.swarm.interceptor.appContext that implement Aspect
 class GetMethodConvertor
          This object does..
 

Uses of Aspect in org.neo.swarm.interceptor.asyncQueue
 

Classes in org.neo.swarm.interceptor.asyncQueue that implement Aspect
 class AsyncQueue
          A local or remote async based interceptor that decouples invocations.
 

Uses of Aspect in org.neo.swarm.interceptor.jmx
 

Classes in org.neo.swarm.interceptor.jmx that implement Aspect
 class Jmx
          Handle JMX Management by reflecting aspect targets as they are weaved
 

Uses of Aspect in org.neo.swarm.interceptor.logging
 

Subinterfaces of Aspect in org.neo.swarm.interceptor.logging
 interface Trace
          Provides non-programattic tracing of program execution.
 

Classes in org.neo.swarm.interceptor.logging that implement Aspect
 class JavaLogger
           
 class RemoteTracer
          Handle Tracer bound to the remote perspective
 class Tracer
          Handle Tracer
 

Uses of Aspect in org.neo.swarm.interceptor.sync
 

Classes in org.neo.swarm.interceptor.sync that implement Aspect
 class SyncConnector
          A do-nothing interceptor that does zippo.
 

Uses of Aspect in org.neo.swarm.interceptor.tcp
 

Classes in org.neo.swarm.interceptor.tcp that implement Aspect
 class TcpClient
          ClientSide that uses a TCP sender to pass messages off to the server.
 



Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.