org.jboss.jmx.connector.invoker
Class SerializableInterceptor.NoopPolicy

java.lang.Object
  extended by org.jboss.jmx.connector.invoker.SerializableInterceptor.NoopPolicy
All Implemented Interfaces:
SerializablePolicy
Enclosing class:
SerializableInterceptor

public class SerializableInterceptor.NoopPolicy
extends Object
implements SerializablePolicy

A noop serializable policy


Constructor Summary
SerializableInterceptor.NoopPolicy()
           
 
Method Summary
 Object filter(MarshalledInvocation input, Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableInterceptor.NoopPolicy

public SerializableInterceptor.NoopPolicy()
Method Detail

filter

public Object filter(MarshalledInvocation input,
                     Object result)
              throws Throwable
Specified by:
filter in interface SerializablePolicy
Throws:
Throwable


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.