|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JBossMessageEndpointFactoryMBean
MBean interface.
Field Summary |
---|
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
---|---|
String |
getConfig()
Display the configuration |
boolean |
getDeliveryActive()
Get whether delivery is active |
void |
startDelivery()
Start delivery |
void |
stopDelivery()
Stop delivery synchronously |
void |
stopDelivery(boolean asynch)
Stop delivery synchronously |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
String getConfig()
boolean getDeliveryActive()
void startDelivery() throws Exception
Exception
- for any errorvoid stopDelivery() throws Exception
Exception
- for any errorvoid stopDelivery(boolean asynch) throws Exception
asynch
- whether to stop delivery asynchronously
Exception
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |