Package | Description |
---|---|
org.joty.access |
Modifier and Type | Field and Description |
---|---|
protected DbManager.DbConnectionGrabber |
Accessor.m_connGrabber |
protected DbManager.DbConnectionGrabber |
MethodExecutor.m_dbConnGrabber |
Modifier and Type | Method and Description |
---|---|
static Accessor |
Instantiator.createAccessor(org.joty.common.JotyMessenger jotyMessanger,
org.joty.common.ErrorCarrier errorCarrier,
org.joty.common.ConfigFile config,
org.joty.common.ConfigFile extraConfig,
DbManager.DbConnectionGrabber dbConnGrabber)
extraConfig argument exists because on the server side there are
two different configuration files and one of them is kept far from the
Accessor object a part from a small chunk of data that here are
injected into the object. |
void |
Accessor.setDbConnectionGrabber(DbManager.DbConnectionGrabber connGrabber) |
Constructor and Description |
---|
MethodExecutor(Accessor accessor,
org.joty.common.ErrorCarrier errorCarrier,
java.util.Vector<java.lang.String> returnedValues,
DbManager.DbConnectionGrabber dbConnGrabber) |