[ to a listener component, the
ref attribute may also be used as a shortcut.
]Java class for TregistrationListener complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TregistrationListener">
<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="registration-method" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tmethod" />
<attribute name="unregistration-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 Object any
refAttribute
protected String refAttribute
registrationMethod
protected String registrationMethod
unregistrationMethod
protected String unregistrationMethod
TregistrationListener
public TregistrationListener()
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 Object getAny()
- Gets the value of the any property.
- Returns:
- possible object is
Object
setAny
public void setAny(Object value)
- Sets the value of the any property.
- Parameters:
value
- allowed object is
Object
getRefAttribute
public String getRefAttribute()
- Gets the value of the refAttribute property.
- Returns:
- possible object is
String
setRefAttribute
public void setRefAttribute(String value)
- Sets the value of the refAttribute property.
- Parameters:
value
- allowed object is
String
getRegistrationMethod
public String getRegistrationMethod()
- Gets the value of the registrationMethod property.
- Returns:
- possible object is
String
setRegistrationMethod
public void setRegistrationMethod(String value)
- Sets the value of the registrationMethod property.
- Parameters:
value
- allowed object is
String
getUnregistrationMethod
public String getUnregistrationMethod()
- Gets the value of the unregistrationMethod property.
- Returns:
- possible object is
String
setUnregistrationMethod
public void setUnregistrationMethod(String value)
- Sets the value of the unregistrationMethod property.
- Parameters:
value
- allowed object is
String
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.