|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedProperty | |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins | |
org.jboss.managed.plugins.factory | |
org.jboss.managed.spi.factory |
Uses of ManagedProperty in org.jboss.managed.api |
---|
Methods in org.jboss.managed.api that return ManagedProperty | |
---|---|
ManagedProperty |
ManagedProperty.copy()
Create a copy of the managed property. |
ManagedProperty |
ManagedCommon.getProperty(String name)
Get a property |
ManagedProperty |
ManagedDeployment.getProperty(String name)
Get a property |
Methods in org.jboss.managed.api that return types with arguments of type ManagedProperty | |
---|---|
Map<String,ManagedProperty> |
ManagedCommon.getProperties()
Get the properties |
Map<String,ManagedProperty> |
DeploymentTemplateInfo.getProperties()
Get the template properties. |
Map<String,ManagedProperty> |
ManagedDeployment.getProperties()
Get the properties |
Methods in org.jboss.managed.api with parameters of type ManagedProperty | |
---|---|
RunState |
RunStateMapper.getRunState(ManagedProperty property,
MetaValue value)
Map from the given property meta value to a RunState |
Method parameters in org.jboss.managed.api with type arguments of type ManagedProperty | |
---|---|
void |
MutableManagedComponent.setProperties(Map<String,ManagedProperty> properties)
Set the ManagedObject ManagedProperty mapping. |
void |
MutableManagedObject.setProperties(Map<String,ManagedProperty> properties)
Set the ManagedObject ManagedProperty mapping. |
Uses of ManagedProperty in org.jboss.managed.plugins |
---|
Classes in org.jboss.managed.plugins that implement ManagedProperty | |
---|---|
class |
ManagedPropertyImpl
ManagedProperty. |
class |
WritethroughManagedPropertyImpl
An extension of ManagedPropertyImpl. |
Methods in org.jboss.managed.plugins that return ManagedProperty | |
---|---|
ManagedProperty |
ManagedPropertyImpl.copy()
|
ManagedProperty |
DelegateManagedObjectImpl.getProperty(String name)
|
ManagedProperty |
DelegateManagedCommonImpl.getProperty(String name)
|
ManagedProperty |
ManagedDeploymentImpl.getProperty(String name)
|
ManagedProperty |
ManagedObjectImpl.getProperty(String name)
|
static ManagedProperty |
ManagedPropertyImplFactory.newInstance(String name,
String description,
String metaType,
boolean manadatory)
Create a new managed property |
Methods in org.jboss.managed.plugins that return types with arguments of type ManagedProperty | |
---|---|
Map<String,ManagedProperty> |
BasicDeploymentTemplateInfo.getProperties()
|
Map<String,ManagedProperty> |
DelegateManagedObjectImpl.getProperties()
|
Map<String,ManagedProperty> |
DelegateManagedCommonImpl.getProperties()
|
Map<String,ManagedProperty> |
ManagedDeploymentImpl.getProperties()
|
Map<String,ManagedProperty> |
ManagedObjectImpl.getProperties()
|
Methods in org.jboss.managed.plugins with parameters of type ManagedProperty | |
---|---|
void |
BasicDeploymentTemplateInfo.addProperty(ManagedProperty property)
|
Method parameters in org.jboss.managed.plugins with type arguments of type ManagedProperty | |
---|---|
void |
ManagedComponentImpl.setProperties(Map<String,ManagedProperty> properties)
|
void |
BasicDeploymentTemplateInfo.setProperties(Map<String,ManagedProperty> properties)
|
void |
ManagedObjectImpl.setProperties(Map<String,ManagedProperty> properties)
|
Constructor parameters in org.jboss.managed.plugins with type arguments of type ManagedProperty | |
---|---|
BasicDeploymentTemplateInfo(String name,
String description,
Map<String,ManagedProperty> properties)
|
|
ManagedObjectImpl(String name,
Set<ManagedProperty> properties)
Create a new ManagedObjectImpl |
|
ManagedObjectImpl(String name,
Set<ManagedProperty> properties,
HashSet<ManagedOperation> operations)
Deprecated. |
|
ManagedObjectImpl(String name,
Set<ManagedProperty> properties,
Set<ManagedOperation> operations)
Create a new ManagedObjectImpl |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Map<String,ManagedProperty> properties,
HashSet<ManagedOperation> operations,
Serializable attachment)
Deprecated. |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Map<String,ManagedProperty> properties,
Set<ManagedOperation> operations,
Object attachment)
Create a new ManagedObjectImpl |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Set<ManagedProperty> properties,
HashSet<ManagedOperation> operations,
Serializable attachment)
Deprecated. |
|
ManagedObjectImpl(String name,
String nameType,
String attachmentName,
Set<ManagedProperty> properties,
Set<ManagedOperation> operations,
Object attachment)
Create a new ManagedObjectImpl |
Uses of ManagedProperty in org.jboss.managed.plugins.factory |
---|
Methods in org.jboss.managed.plugins.factory that return ManagedProperty | |
---|---|
protected ManagedProperty |
AbstractManagedObjectFactory.createDefaultManagedProperty(Fields fields)
Create default MangedProperty instance. |
static ManagedProperty |
AbstractManagedObjectFactory.createManagedProperty(Class<? extends ManagedProperty> factory,
Fields fields)
Create a ManagedProperty by looking to the factory for ctor(Fields) |
protected ManagedProperty |
DeploymentTemplateInfoFactory.createProperty(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
ManagementProperty managementProperty)
|
protected ManagedProperty |
AbstractManagedObjectFactory.getManagedProperty(Class<? extends ManagedProperty> factory,
Fields fields)
Look for ctor(Fields) |
Methods in org.jboss.managed.plugins.factory with parameters of type ManagedProperty | |
---|---|
Object |
AbstractInstanceClassFactory.getComponentName(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
T attachment,
MetaValue value)
|
protected List<GenericValue> |
AbstractInstanceClassFactory.getManagedObjectArray(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
org.jboss.metadata.spi.MetaData metaData,
Object value)
|
protected GenericValue |
AbstractInstanceClassFactory.getManagedObjectValue(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
org.jboss.metadata.spi.MetaData metaData,
Object value)
|
GenericValue |
AbstractInstanceClassFactory.getManagedObjectValue(ManagedProperty property,
ManagedObject value)
|
GenericValue |
AbstractInstanceClassFactory.getManagedObjectValue(ManagedProperty property,
org.jboss.metadata.spi.MetaData metaData,
ManagedObject value)
|
protected MetaValue |
AbstractInstanceClassFactory.getNonManagedObjectValue(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
org.jboss.beans.info.spi.PropertyInfo propertyInfo,
Object value)
|
protected String |
AbstractInstanceClassFactory.getPropertyName(ManagedProperty property)
Get the property name. |
protected String |
AbstractManagedObjectFactory.getPropertyName(ManagedProperty property)
Get the property name. |
RunState |
StringRunStateMapper.getRunState(ManagedProperty property,
MetaValue value)
|
MetaValue |
AbstractInstanceClassFactory.getValue(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
org.jboss.metadata.spi.MetaData metaData,
T object)
|
void |
AbstractInstanceClassFactory.setValue(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
T object,
MetaValue value)
Set a value |
protected Object |
AbstractInstanceClassFactory.unwrapValue(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
MetaValue value)
|
Method parameters in org.jboss.managed.plugins.factory with type arguments of type ManagedProperty | |
---|---|
static ManagedProperty |
AbstractManagedObjectFactory.createManagedProperty(Class<? extends ManagedProperty> factory,
Fields fields)
Create a ManagedProperty by looking to the factory for ctor(Fields) |
protected ManagedProperty |
AbstractManagedObjectFactory.getManagedProperty(Class<? extends ManagedProperty> factory,
Fields fields)
Look for ctor(Fields) |
Uses of ManagedProperty in org.jboss.managed.spi.factory |
---|
Methods in org.jboss.managed.spi.factory with parameters of type ManagedProperty | |
---|---|
Object |
InstanceClassFactory.getComponentName(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
T attachment,
MetaValue value)
Get the runtime component name. |
MetaValue |
InstanceClassFactory.getValue(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
org.jboss.metadata.spi.MetaData metaData,
T attachment)
Get the value from object. |
void |
InstanceClassFactory.setValue(org.jboss.beans.info.spi.BeanInfo beanInfo,
ManagedProperty property,
T attachment,
MetaValue value)
Set the property value to attachment object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |