public class UnboundIdContainer extends Object implements InitializingBean, DisposableBean, Lifecycle, ApplicationContextAware
Constructor and Description |
---|
UnboundIdContainer(String defaultPartitionSuffix,
String ldif) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
int |
getPort() |
boolean |
isRunning() |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setPort(int port) |
void |
start() |
void |
stop() |
public int getPort()
public void setPort(int port)
public void destroy() throws Exception
destroy
in interface DisposableBean
Exception
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException