Method Summary |
|
public synchronized void | configure(Configuration newConfig) This is the implementation of the ExpressoComponent configure() component
event lifecycle. |
public synchronized void | destroy() Destroy event of the ComponentLifecycle interface. |
public synchronized String | getContextDescription() |
public synchronized Map | getCustomProperties() Custom Properties Map that was identical to that of the customProperties
in the old Expresso 5 config file. |
public synchronized String | getCustomProperty(String key) Retrieves the custom property by key. |
public synchronized Boolean | getHasSetupTables() Returns a Boolean object value equivilant to the tranditional javabean
naming convention. |
public synchronized String | getSecurityContext() Retrieve the name of the security context to use for objects in this
data context. |
public synchronized String | getSetupValue(String key) Retrieve a 'setup value'. |
public synchronized Map | getSetupValues() Retrieves a map of all setup values for this data context. |
public synchronized void | initialize() Implementation of the ExpressoComponent initialize() component lifecycle
event. |
public boolean | isMailDebug() |
public synchronized boolean | isSetupTables() Returns a boolean value equivilant to the tranditional javabean
naming convention. |
public synchronized void | reconfigure(Configuration newConfig) Reconfiguration implementation of the Expresso event lifecycles. |
public synchronized void | setContextDescription(String contextDescription) Sets the context description. |
public synchronized void | setHasSetupTables(Boolean hasSetupTables) Sets the 'Has Setup Tables' parameter. |
public void | setMailDebug(Boolean mailDebug) Sets whether emailings performed from the system should be debugged or
not. |
public void | setMailDebug(boolean mailDebug) |
public synchronized void | setSecurityContext(String newValue) Sets the security context for this data context. |
public synchronized void | setSetupValue(String key, String object) Sets the particular setup value to the specified string. |