public class JoramAdmin extends Object implements org.springframework.beans.factory.DisposableBean
Modifier and Type | Field and Description |
---|---|
private static Connection |
cnx |
static Logger |
logger |
static AdminItf |
wrapper |
Constructor and Description |
---|
JoramAdmin() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Close the admin wrapper and the connection.
|
static AdminItf |
getWrapper() |
static void |
setConnection(Connection cnx) |
static void |
setWrapper(AdminItf wrapper) |
public static final Logger logger
public static AdminItf wrapper
private static Connection cnx
public static AdminItf getWrapper()
public static void setWrapper(AdminItf wrapper)
wrapper
- the admin wrapper to setpublic static void setConnection(Connection cnx)
cnx
- the admin connection to setCopyright © 2023 ScalAgent D.T.. All rights reserved.