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 voidafterPropertiesSet()StringbindConnectorQueueService(String queueName)protected voidbindQueue(String queueName)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
bindQueue
protected void bindQueue(String queueName)
-
bindConnectorQueueService
public String bindConnectorQueueService(String queueName)
- Specified by:
bindConnectorQueueServicein interfaceBindConnectorQueueService
-
-