IsolatedWorkpublic interface IsolatedWork Represents work that needs to be performed in a manner
which isolates it from any current application unit of
work transaction. |
Methods Summary |
---|
public void | doWork(java.sql.Connection connection)Perform the actual work to be done.
|
|