|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.types.DescriptionGroupConfig
com.caucho.server.webapp.ListenerConfig<T>
@Configurable public class ListenerConfig<T>
Configuration for the listener
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.caucho.config.types.DescriptionGroupConfig |
|---|
DescriptionGroupConfig.Icon |
| Constructor Summary | |
|---|---|
ListenerConfig()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createListenerObject()
Initialize. |
void |
destroy()
|
ContainerProgram |
getInit()
Gets the init block |
java.lang.Class<?> |
getListenerClass()
Gets the listener class. |
void |
setInit(ContainerProgram init)
Sets the init block |
void |
setListenerClass(java.lang.Class<T> cl)
Sets the listener class. |
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.config.types.DescriptionGroupConfig |
|---|
createIcon, getDisplayName, setDescription, setDisplayName, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListenerConfig()
| Method Detail |
|---|
public void setListenerClass(java.lang.Class<T> cl)
throws ConfigException
ConfigExceptionpublic java.lang.Class<?> getListenerClass()
public void setInit(ContainerProgram init)
public ContainerProgram getInit()
public java.lang.Object createListenerObject()
throws java.lang.Exception
java.lang.Exceptionpublic void destroy()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||