net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi
Interface TserviceRegistrationListener

All Known Implementing Classes:
TserviceRegistrationListenerImpl

public interface TserviceRegistrationListener

Defines a listener that will be notified when the bean is registered or unregistered in the OSGi Service Registry. Use either the 'ref' attribute or a nested bean declaration for the listener bean.

Java class for TserviceRegistrationListener complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TserviceRegistrationListener">
   <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="registration-method" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="unregistration-method" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Element getAny()
          Gets the value of the any property.
 String getRef()
          Gets the value of the ref property.
 String getRegistrationMethod()
          Gets the value of the registrationMethod property.
 String getUnregistrationMethod()
          Gets the value of the unregistrationMethod property.
 void setAny(Element value)
          Sets the value of the any property.
 void setRef(String value)
          Sets the value of the ref property.
 void setRegistrationMethod(String value)
          Sets the value of the registrationMethod property.
 void setUnregistrationMethod(String value)
          Sets the value of the unregistrationMethod property.
 

Method Detail

getAny

Element getAny()
Gets the value of the any property.

Returns:
possible object is Element

setAny

void setAny(Element value)
Sets the value of the any property.

Parameters:
value - allowed object is Element

getRef

String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getRegistrationMethod

String getRegistrationMethod()
Gets the value of the registrationMethod property.

Returns:
possible object is String

setRegistrationMethod

void setRegistrationMethod(String value)
Sets the value of the registrationMethod property.

Parameters:
value - allowed object is String

getUnregistrationMethod

String getUnregistrationMethod()
Gets the value of the unregistrationMethod property.

Returns:
possible object is String

setUnregistrationMethod

void setUnregistrationMethod(String value)
Sets the value of the unregistrationMethod property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.