org.jboss.osgi.metadata.internal
Class AbstractListenerMetaData

java.lang.Object
  extended by org.jboss.osgi.metadata.internal.AbstractListenerMetaData
All Implemented Interfaces:
Serializable, ListenerMetaData

public class AbstractListenerMetaData
extends Object
implements ListenerMetaData, Serializable

Simple listener meta data. Referencing ref bean as a reference listener.

Author:
Ales Justin
See Also:
Serialized Form

Constructor Summary
AbstractListenerMetaData()
           
 
Method Summary
 String getBindMethod()
           
 String getRef()
           
 String getUnbindMethod()
           
 void setBindMethod(String bindMethod)
           
 void setRef(String ref)
           
 void setUnbindMethod(String unbindMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListenerMetaData

public AbstractListenerMetaData()
Method Detail

getRef

public String getRef()
Specified by:
getRef in interface ListenerMetaData

getBindMethod

public String getBindMethod()
Specified by:
getBindMethod in interface ListenerMetaData

getUnbindMethod

public String getUnbindMethod()
Specified by:
getUnbindMethod in interface ListenerMetaData

setRef

public void setRef(String ref)

setBindMethod

public void setBindMethod(String bindMethod)

setUnbindMethod

public void setUnbindMethod(String unbindMethod)


Copyright © 2012 JBoss by Red Hat. All Rights Reserved.