|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tlistener
Defines a listener that will be notified when the service backing the enclosing service reference element is bound or unbound. Use either the 'ref' attribute or a nested bean declaration for the listener bean.
Java class for Tlistener complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tlistener">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any processContents='skip' namespace='##other'/>
</sequence>
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bind-method" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="unbind-method" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
Element |
getAny()
Gets the value of the any property. |
String |
getBindMethod()
Gets the value of the bindMethod property. |
String |
getRef()
Gets the value of the ref property. |
String |
getUnbindMethod()
Gets the value of the unbindMethod property. |
void |
setAny(Element value)
Sets the value of the any property. |
void |
setBindMethod(String value)
Sets the value of the bindMethod property. |
void |
setRef(String value)
Sets the value of the ref property. |
void |
setUnbindMethod(String value)
Sets the value of the unbindMethod property. |
| Method Detail |
|---|
Element getAny()
Elementvoid setAny(Element value)
value - allowed object is
ElementString getRef()
Stringvoid setRef(String value)
value - allowed object is
StringString getBindMethod()
Stringvoid setBindMethod(String value)
value - allowed object is
StringString getUnbindMethod()
Stringvoid setUnbindMethod(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||