# File lib/tapkit/access/adapter.rb, line 201
                def initialize( adapter )
                        @adapter = adapter
                        @channels = []
                        @open_transaction = false
                end