public class EnterpriseBeanstalkManager
extends java.lang.Object
Constructor and Description |
---|
EnterpriseBeanstalkManager() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Cleans up resources allocated by this BeanstalkManager.
|
EnterpriseBeanstalk |
getBeanstalk(java.lang.String name)
Returns the beanstalk with the given name, null if it's not found.
|
void |
init(java.util.Properties props)
Initializes the beanstalk manager, which creates and initializes beanstalk defined in the
given Properties instance.
|
public void init(java.util.Properties props)
props
- Properties to read beanstalk configurations from. Usually, source of this is
synapse.properties file.public EnterpriseBeanstalk getBeanstalk(java.lang.String name)
name
- Name of the beanstalk.public void destroy()
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.