org.jboss.jmx.connector.invoker.serializablepolicy
Class StripModelMBeanInfoPolicy

java.lang.Object
  extended by org.jboss.jmx.connector.invoker.serializablepolicy.StripModelMBeanInfoPolicy
All Implemented Interfaces:
SerializablePolicy

public class StripModelMBeanInfoPolicy
extends Object
implements SerializablePolicy

A policy that converts ModelMBeanInfo to MBeanInfo.

Version:
$Revision: 85945 $
Author:
Dimitris Andreadis, Fabiano C. de Oliveira

Constructor Summary
StripModelMBeanInfoPolicy()
           
 
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

StripModelMBeanInfoPolicy

public StripModelMBeanInfoPolicy()
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.