|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.console.core.jms.TopicBrowserGBean
public class TopicBrowserGBean
Field Summary | |
---|---|
static GBeanInfo |
GBEAN_INFO
|
Constructor Summary | |
---|---|
TopicBrowserGBean(String subscriberName,
AdminObjectWrapper connectionFactoryWrapper,
AdminObjectWrapper topicWrapper)
|
Method Summary | |
---|---|
void |
doFail()
Fails the GBean. |
void |
doStart()
Start the connection on a topic and add a durable subscription. |
void |
doStop()
Close the connection and unregister durable subscription. |
static GBeanInfo |
getGBeanInfo()
|
List |
getMessages()
Get all the messages since the last call to getMessages(). |
void |
run()
|
void |
unsubscribe()
Remove a durable subscription. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GBeanInfo GBEAN_INFO
Constructor Detail |
---|
public TopicBrowserGBean(String subscriberName, AdminObjectWrapper connectionFactoryWrapper, AdminObjectWrapper topicWrapper)
Method Detail |
---|
public void run()
run
in interface Runnable
public void doStart() throws WaitingException, Exception
doStart
in interface GBeanLifecycle
Exception
- if the target failed to start; this will cause a transition to the failed state
WaitingException
GBeanLifecycle.doStart()
public void doStop() throws WaitingException, Exception
doStop
in interface GBeanLifecycle
Exception
- if the target failed to stop; this will cause a transition to the failed state
WaitingException
GBeanLifecycle.doStop()
public void doFail()
GBeanLifecycle
doFail
in interface GBeanLifecycle
public List getMessages() throws Exception
Exception
public void unsubscribe() throws Exception
Exception
public static GBeanInfo getGBeanInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |