org.jboss.managed.plugins
Class ManagedPropertyImplFactory

java.lang.Object
  extended by org.jboss.managed.plugins.ManagedPropertyImplFactory

public class ManagedPropertyImplFactory
extends Object

javabean factory for ManagedPropertyImpls.

Version:
$Revision:$
Author:
Scott.Stark@jboss.org

Constructor Summary
ManagedPropertyImplFactory()
           
 
Method Summary
static ManagedProperty newInstance(String name, String description, String metaType, boolean manadatory)
          Create a new managed property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedPropertyImplFactory

public ManagedPropertyImplFactory()
Method Detail

newInstance

public static ManagedProperty newInstance(String name,
                                          String description,
                                          String metaType,
                                          boolean manadatory)
Create a new managed property

Parameters:
name - the property name
description - the property description
metaType - the metatype
manadatory - whether the property is mandatory
Returns:
the managed property


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