org.jboss.managed.plugins
Class ManagedPropertyImplFactory
java.lang.Object
org.jboss.managed.plugins.ManagedPropertyImplFactory
public class ManagedPropertyImplFactory
- extends Object
javabean factory for ManagedPropertyImpls.
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedPropertyImplFactory
public ManagedPropertyImplFactory()
newInstance
public static ManagedProperty newInstance(String name,
String description,
String metaType,
boolean manadatory)
- Create a new managed property
- Parameters:
name
- the property namedescription
- the property descriptionmetaType
- the metatypemanadatory
- whether the property is mandatory
- Returns:
- the managed property
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.