public class H2ServerSpringBean extends Object
| Constructor and Description |
|---|
H2ServerSpringBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getDataDir() |
int |
getTcpPort() |
int |
getWebPort() |
void |
initialize() |
boolean |
isEnabled() |
boolean |
isWebAllowOthers() |
boolean |
isWebEnabled() |
void |
setDataDir(String dataDir) |
void |
setEnabled(boolean enabled) |
void |
setTcpPort(int tcpPort) |
void |
setWebAllowOthers(boolean webAllowOthers) |
void |
setWebEnabled(boolean webEnabled) |
void |
setWebPort(int webPort) |
@PreDestroy public void destroy()
public String getDataDir()
public int getTcpPort()
public int getWebPort()
@PostConstruct public void initialize()
public boolean isEnabled()
public boolean isWebAllowOthers()
public boolean isWebEnabled()
@Inject public void setDataDir(String dataDir)
public void setEnabled(boolean enabled)
public void setTcpPort(int tcpPort)
public void setWebAllowOthers(boolean webAllowOthers)
public void setWebEnabled(boolean webEnabled)
public void setWebPort(int webPort)
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.