org.jboss.managed.api.annotation
Class ManagementProperty.NULL_MARSHALLER_FACTORY

java.lang.Object
  extended by org.jboss.managed.api.annotation.ManagementProperty.NULL_MARSHALLER_FACTORY
All Implemented Interfaces:
InstanceClassFactory<Serializable>
Enclosing class:
ManagementProperty

public abstract static class ManagementProperty.NULL_MARSHALLER_FACTORY
extends Object
implements InstanceClassFactory<Serializable>

Used in ManagementProperty.propertyFactory() to indicate that no ManagedProperty factory is defined.


Constructor Summary
ManagementProperty.NULL_MARSHALLER_FACTORY()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.managed.spi.factory.InstanceClassFactory
getComponentName, getManagedObjectClass, getValue, setValue
 

Constructor Detail

ManagementProperty.NULL_MARSHALLER_FACTORY

public ManagementProperty.NULL_MARSHALLER_FACTORY()


Copyright © 2008 JBoss Inc.. All Rights Reserved.