component. Listener events are mapped to the indicated
bind or unbind methods.
Java class for TreferenceListener complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TreferenceListener">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}GtargetComponent" minOccurs="0"/>
</sequence>
<attribute name="ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
<attribute name="bind-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="unbind-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bean
protected TinlinedBean bean
reference
protected TinlinedReference reference
ref
protected Tref ref
any
protected java.lang.Object any
refAttribute
protected java.lang.String refAttribute
bindMethod
protected java.lang.String bindMethod
unbindMethod
protected java.lang.String unbindMethod
TreferenceListener
public TreferenceListener()
getBean
public TinlinedBean getBean()
- Gets the value of the bean property.
- Returns:
- possible object is
TinlinedBean
setBean
public void setBean(TinlinedBean value)
- Sets the value of the bean property.
- Parameters:
value
- allowed object is
TinlinedBean
getReference
public TinlinedReference getReference()
- Gets the value of the reference property.
- Returns:
- possible object is
TinlinedReference
setReference
public void setReference(TinlinedReference value)
- Sets the value of the reference property.
- Parameters:
value
- allowed object is
TinlinedReference
getRef
public Tref getRef()
- Gets the value of the ref property.
- Returns:
- possible object is
Tref
setRef
public void setRef(Tref value)
- Sets the value of the ref property.
- Parameters:
value
- allowed object is
Tref
getAny
public java.lang.Object getAny()
- Gets the value of the any property.
- Returns:
- possible object is
Object
setAny
public void setAny(java.lang.Object value)
- Sets the value of the any property.
- Parameters:
value
- allowed object is
Object
getRefAttribute
public java.lang.String getRefAttribute()
- Gets the value of the refAttribute property.
- Returns:
- possible object is
String
setRefAttribute
public void setRefAttribute(java.lang.String value)
- Sets the value of the refAttribute property.
- Parameters:
value
- allowed object is
String
getBindMethod
public java.lang.String getBindMethod()
- Gets the value of the bindMethod property.
- Returns:
- possible object is
String
setBindMethod
public void setBindMethod(java.lang.String value)
- Sets the value of the bindMethod property.
- Parameters:
value
- allowed object is
String
getUnbindMethod
public java.lang.String getUnbindMethod()
- Gets the value of the unbindMethod property.
- Returns:
- possible object is
String
setUnbindMethod
public void setUnbindMethod(java.lang.String value)
- Sets the value of the unbindMethod property.
- Parameters:
value
- allowed object is
String
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.