org.neo.swarm.interceptor.asyncQueue
Class AsyncInterceptor

java.lang.Object
  extended byorg.neo.swarm.interceptor.asyncQueue.AsyncInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, MethodInterceptor, java.io.Serializable

public class AsyncInterceptor
extends java.lang.Object
implements MethodInterceptor

This object does..

Author:
navery
See Also:
Serialized Form

Method Summary
 int getQueueSize()
           
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void setQueueSize(int queueSize)
          The queueSize to set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQueueSize

public int getQueueSize()
Returns:
Returns the queueSize.

setQueueSize

public void setQueueSize(int queueSize)
The queueSize to set.

Parameters:
queueSize -

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable


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