org.jboss.managed.plugins.jmx
Class CompositeDataMetaValueBuilder
java.lang.Object
org.jboss.managed.plugins.jmx.CompositeDataMetaValueBuilder
- All Implemented Interfaces:
- MetaValueBuilder
public class CompositeDataMetaValueBuilder
- extends Object
- implements MetaValueBuilder
- Version:
- $Revision: 84828 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeDataMetaValueBuilder
public CompositeDataMetaValueBuilder()
getMetaValueFactory
public MetaValueFactory getMetaValueFactory()
setMetaValueFactory
public void setMetaValueFactory(MetaValueFactory metaValueFactory)
buildMetaValue
public MetaValue buildMetaValue(MetaType metaType,
Object object)
- Description copied from interface:
MetaValueBuilder
- Build the meta value
- Specified by:
buildMetaValue
in interface MetaValueBuilder
- Parameters:
metaType
- the meta typeobject
- the object
- Returns:
- the meta value
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.