org.jboss.cache.pojo.interceptors
Class CheckNonSerializableInterceptor

java.lang.Object
  extended by org.jboss.cache.pojo.interceptors.AbstractInterceptor
      extended by org.jboss.cache.pojo.interceptors.CheckNonSerializableInterceptor
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

public class CheckNonSerializableInterceptor
extends AbstractInterceptor

Interceptor (done via aop advice) to check the validity of the id specified by the user.

Version:
$Id: CheckNonSerializableInterceptor.java,v 1.2 2007/05/23 10:28:56 msurtani Exp $

Field Summary
 
Fields inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
log
 
Constructor Summary
CheckNonSerializableInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation in)
           
 void setMarshallNonSerializable(boolean isTrue)
           
 
Methods inherited from class org.jboss.cache.pojo.interceptors.AbstractInterceptor
getCache, getInvocationContext, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckNonSerializableInterceptor

public CheckNonSerializableInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation in)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable

setMarshallNonSerializable

public void setMarshallNonSerializable(boolean isTrue)