|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jms.resource.ListenerResource.ListenerConfig
public static class ListenerResource.ListenerConfig
Constructor Summary | |
---|---|
ListenerResource.ListenerConfig()
|
Method Summary | |
---|---|
void |
init()
|
MessageListener |
newInstance()
Creates a new MessageListener |
void |
setInit(ContainerProgram init)
Sets the init program. |
void |
setType(java.lang.Class type)
Sets the listener's type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListenerResource.ListenerConfig()
Method Detail |
---|
public void setType(java.lang.Class type) throws ConfigException
type
- implementation class of MessageListener
ConfigException
public void setInit(ContainerProgram init)
@PostConstruct public void init() throws ConfigException
ConfigException
public MessageListener newInstance() throws java.lang.Throwable, java.lang.InstantiationException
java.lang.Throwable
java.lang.InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |