|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Property
Encapsulates property information. A property represents a data type which can be produced or consumed. The type information is used by the Property Broker to determine matches between properties produced by a source and properties consumed by a target. This interface does not have any dependencies on the specific runtime environment, as it is intended for reuse across different component runtime environments where brokered communication across components may be supported.
PropertyBrokerService
may be used to create
instances of Property
. After instantiation, required fields must be set using
setter methods on PropertyController
.
Currently only Name is supported.
PropertyBrokerService
,
PropertyController
Method Summary | |
---|---|
java.lang.String |
getClassname()
Deprecated. Returns class used to encapsulate the property value. |
java.lang.String |
getName()
Deprecated. Returns the name of the property. |
java.lang.String |
getNamespace()
Deprecated. Returns a string containing the type namespace. |
java.lang.Object |
getOwningDefinitionId()
Deprecated. |
java.lang.String |
getType()
Deprecated. Returns a string containing the property type. |
Method Detail |
---|
java.lang.String getName()
String
containing the name of the property.java.lang.String getType()
String
containing the property type.java.lang.String getNamespace()
String
containing the type namespace.getType()
java.lang.String getClassname()
String
.
String
containing the class name of the value of the property.java.lang.Object getOwningDefinitionId()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |