| com.tc.object.bytecode.hook.DSOContext
All known Subclasses: com.tc.object.bytecode.hook.impl.DSOContextImpl,
DSOContext | public interface DSOContext extends ClassProcessor(Code) | | The idea behind DSOContext is to encapsulate a DSO "world" in a client VM. But this
idea has not been fully realized.
|
addInclude | public void addInclude(String expression, boolean callConstructorOnLoad, String lockExpression, ClassInfo classInfo)(Code) | | Add include and lock
Parameters: expression - Class expression Parameters: callConstructorOnLoad - True to call constructor on load Parameters: lockExpression - Lock expression Parameters: classInfo - Class information |
addTransient | public void addTransient(String beanClassName, String fieldName)(Code) | | Add transient field
Parameters: beanClassName - Bean class name Parameters: fieldName - |
getClassResource | public URL getClassResource(String className)(Code) | | Get url to class file
Parameters: className - Class name URL to class itself |
getDSOSpringConfigHelpers | public Collection getDSOSpringConfigHelpers()(Code) | | The DSOSpringConfigHelpers in the DSO
Collection of DSOSpringConfigHelper |
getSessionLockType | public int getSessionLockType(String appName)(Code) | | Get type of locks used by sessions
Parameters: appName - Web app anem Lock type |
|
|