public class RequestMessageBean extends Object implements javax.jms.MessageListener
| Modifier and Type | Field and Description |
|---|---|
protected BackupIdentityProviderProducer |
backupIdentityProviderProducer |
protected ProcessRequestBean |
processRequestBean |
protected DeploymentInfoBean |
runtimeMgrMgr |
| Constructor and Description |
|---|
RequestMessageBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
init() |
protected JaxbCommandsResponse |
jmsProcessJaxbCommandsRequest(JaxbCommandsRequest request) |
void |
onMessage(javax.jms.Message message) |
@Inject protected DeploymentInfoBean runtimeMgrMgr
@Inject protected ProcessRequestBean processRequestBean
@Inject protected BackupIdentityProviderProducer backupIdentityProviderProducer
@PostConstruct public void init()
@PreDestroy public void cleanup()
public void onMessage(javax.jms.Message message)
onMessage in interface javax.jms.MessageListenerprotected JaxbCommandsResponse jmsProcessJaxbCommandsRequest(JaxbCommandsRequest request)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.