Package org.openiam.idm.service.impl
Class BindConnectorQueueServiceImpl
- java.lang.Object
-
- org.openiam.idm.service.impl.BindConnectorQueueServiceImpl
-
- All Implemented Interfaces:
BindConnectorQueueService
,org.springframework.beans.factory.InitializingBean
@Service public class BindConnectorQueueServiceImpl extends Object implements BindConnectorQueueService, org.springframework.beans.factory.InitializingBean
Created by Alexander Dukkardt on 2017-04-28.
-
-
Constructor Summary
Constructors Constructor Description BindConnectorQueueServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
String
bindConnectorQueueService(String queueName)
protected void
bindQueue(String queueName)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-
bindQueue
protected void bindQueue(String queueName)
-
bindConnectorQueueService
public String bindConnectorQueueService(String queueName)
- Specified by:
bindConnectorQueueService
in interfaceBindConnectorQueueService
-
-