| org.hammurapi.Session
All known Subclasses: org.hammurapi.SessionImpl,
Session | public interface Session extends Attributable(Code) | | author: Pavel Vlasov version: $Revision: 1.3 $ |
disable | void disable(Inspector inspector)(Code) | | Removes inspector from invocation targets.
Parameters: inspector - Parameters: message - |
getClassPath | String[] getClassPath()(Code) | | Array of classpath elements
|
getProcessor | SQLProcessor getProcessor()(Code) | | Returns SQLProcessor, which inspectors can use to
store data.
|
getStorage | Storage getStorage()(Code) | | Storage, which accumulating inspectors can use to store intermediate results to avoid excessive memory consumption. |
|
|