Package | Description |
---|---|
org.jboss.managed.api | |
org.jboss.managed.plugins | |
org.jboss.managed.plugins.factory | |
org.jboss.managed.spi.factory |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Map<String,ManagedProperty> |
DeploymentTemplateInfo.getProperties()
Get the template properties.
|
Map<String,ManagedProperty> |
ManagedCommon.getProperties()
Get the properties
|
Map<String,ManagedProperty> |
ManagedDeployment.getProperties()
Get the properties
|
Modifier and Type | Method and Description |
---|---|
RunState |
RunStateMapper.getRunState(ManagedProperty property,
MetaValue value)
Map from the given property meta value to a RunState
|
Modifier and Type | Method and Description |
---|---|
void |
MutableManagedComponent.setProperties(Map<String,ManagedProperty> properties)
Set the ManagedObject ManagedProperty mapping.
|
void |
MutableManagedObject.setProperties(Map<String,ManagedProperty> properties)
Set the ManagedObject ManagedProperty mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedPropertyImpl
ManagedProperty.
|
class |
WritethroughManagedPropertyImpl
An extension of ManagedPropertyImpl.
|
Modifier and Type | Method and Description |
---|---|
ManagedProperty |
ManagedPropertyImpl.copy() |
ManagedProperty |
DelegateManagedObjectImpl.getProperty(String name) |
ManagedProperty |
DelegateManagedCommonImpl.getProperty(String name) |
ManagedProperty |
ManagedObjectImpl.getProperty(String name) |
ManagedProperty |
ManagedDeploymentImpl.getProperty(String name) |
static ManagedProperty |
ManagedPropertyImplFactory.newInstance(String name,
String description,
String metaType,
boolean manadatory)
Create a new managed property
|
Modifier and Type | Method and Description |
---|---|
Map<String,ManagedProperty> |
BasicDeploymentTemplateInfo.getProperties() |
Map<String,ManagedProperty> |
DelegateManagedObjectImpl.getProperties() |
Map<String,ManagedProperty> |
DelegateManagedCommonImpl.getProperties() |
Map<String,ManagedProperty> |
ManagedObjectImpl.getProperties() |
Map<String,ManagedProperty> |
ManagedDeploymentImpl.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
BasicDeploymentTemplateInfo.addProperty(ManagedProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
BasicDeploymentTemplateInfo.setProperties(Map<String,ManagedProperty> properties) |
void |
ManagedComponentImpl.setProperties(Map<String,ManagedProperty> properties) |
void |
ManagedObjectImpl.setProperties(Map<String,ManagedProperty> properties) |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
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 |
AbstractManagedObjectFactory.getPropertyName(ManagedProperty property)
Get the property name.
|
protected String |
AbstractInstanceClassFactory.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) |
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.