public abstract class ListenerHandler extends Object implements Comparable<ListenerHandler>
| Modifier and Type | Field and Description |
|---|---|
protected int |
useCount |
| Constructor and Description |
|---|
ListenerHandler(long contextServiceId,
ExtServletContext context,
ListenerInfo listenerInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ListenerHandler other) |
boolean |
destroy() |
boolean |
dispose() |
boolean |
equals(Object obj) |
ExtServletContext |
getContext() |
long |
getContextServiceId() |
EventListener |
getListener() |
ListenerInfo |
getListenerInfo() |
int |
hashCode() |
int |
init()
Initialize the object
|
protected void |
setListener(EventListener f) |
public ListenerHandler(long contextServiceId,
ExtServletContext context,
ListenerInfo listenerInfo)
public int compareTo(ListenerHandler other)
compareTo in interface Comparable<ListenerHandler>public ExtServletContext getContext()
public long getContextServiceId()
public EventListener getListener()
protected void setListener(EventListener f)
public ListenerInfo getListenerInfo()
public int init()
DTOConstants otherwise.public boolean destroy()
public boolean dispose()
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.